Commit Graph

807 Commits

Author SHA1 Message Date
dcflachs 5cfd51add8 Dockerman add ability to specify shell with container label. 2022-08-22 23:21:51 -04:00
bergware 81937803d0 Prevent overflow in container size for low resolutions 2022-08-20 11:27:06 +02:00
bergware 063cf01717 Make script executable 2022-08-20 11:07:43 +02:00
bergware 3029e9dff2 Plugin system and docker update
Minor code update
2022-08-11 13:24:01 +02:00
bergware a5a43df530 Plugin system and docker update
- Keep swal window open as needed
- Code optimizations
2022-08-11 11:08:27 +02:00
bergware 38fde4c59a Fixed typo in javascript -causing "Add Container" not to work 2022-08-10 10:45:46 +02:00
bergware 8308ae5842 Plugin system and docker update
- Use buffering in nchan communication
- Start any background command delayed
- Added openDokcer routine
- Code optimization
2022-08-09 16:36:56 +02:00
bergware 279e0b8139 Plugin system update 2022-07-10 10:03:11 +02:00
bergware 681bcff670 Plugin system update 2022-07-09 11:09:14 +02:00
bergware 2f813af61b Plugin system update 2022-07-09 00:17:59 +02:00
bergware c677dbdc89 Plugin system update 2022-07-08 23:54:47 +02:00
bergware e6de6372ac Plugin system update 2022-07-08 23:31:48 +02:00
bergware 594533f8a2 Remove session creation in scripts 2022-07-06 08:50:22 +02:00
bergware 6c376d171b System update 2022-07-05 17:16:45 +02:00
bergware 132c312ccd System update 2022-07-05 17:14:39 +02:00
bergware 4da9a39de9 Make script executable 2022-07-05 17:09:04 +02:00
bergware 94039e26be System update 2022-07-05 17:08:27 +02:00
Arif Er b88df02414 fixup! feat(docker): use docker label as primary source for WebUI 2022-06-24 16:00:51 +08:00
Arif Er 5c81ad9d82 feat(docker): use docker label as primary source for WebUI
This commit makes the 'net.unraid.docker.webui' docker label the primary source
when parsing the web UI address. If the docker label is missing, the template
value will be used instead.
2022-06-24 13:35:47 +08:00
bergware e6a0153180 Docker: fixed path selection 2022-06-01 11:01:57 +02:00
Arif Er c2478b16bd Docker Web UI to use Docker label for icons as fallback
getIcon to take in an optional parameter that can be populated by the
container's label.
2022-05-23 21:47:48 +08:00
bergware 1d52701d02 Font files update
1. Restore clear-sans font
2. Update bitstream font
3. Cleanup font files, use only woff format
4. Adjust css settings
2022-05-13 14:39:27 +02:00
bergware 77cf6c4bb6 Revert "Regenerated font files with height correction"
This reverts commit 3059d203e4.
2022-05-13 14:23:51 +02:00
bergware 3059d203e4 Regenerated font files with height correction 2022-05-11 15:33:52 +02:00
bergware 9a4d65820d Font files update 2022-05-08 11:53:29 +02:00
bergware 6f16492dd5 Font files update
1. clear-sans --> source sans pro
2. bitstream  --> source code pro

Remove deprecated font extensions: eot, svg, ttf
Cleanup styles folder
Update css files to use woff and woff2 formats only
2022-05-07 19:51:29 +02:00
bergware 75bcc9e5f9 Revert "Updated monospace font"
This reverts commit 5b87fe1c28.
2022-05-07 18:17:37 +02:00
bergware 5b87fe1c28 Updated monospace font 2022-05-07 12:29:49 +02:00
bergware 065b9008db Docker: translation optimization 2022-04-30 17:27:37 +02:00
Squidly271 03cf8a93ef Docker: Ignore icon references to default question mark 2022-04-29 07:48:22 -04:00
bergware f62c690542 Docker: add description to all custom networks 2022-04-19 14:57:30 +02:00
bergware e0948fb02e Docker: add description to all custom networks 2022-04-19 14:53:28 +02:00
bergware 36b70fbb54 Merge remote-tracking branch 'upstream/master' 2022-04-19 10:50:04 +02:00
bergware 61317c5b3c Docker: make Wireguard tunnel check more strict 2022-04-19 10:49:05 +02:00
tom mortensen edee448592 Merge pull request #1073 from bergware/master
Wireguard: fix regression error
2022-04-18 15:03:39 -07:00
bergware 6d9bc3e500 Docker: add wireguard description in network selection 2022-04-18 21:48:38 +02:00
bergware 6042b610ca Docker: add route for remote WireGuard access 2022-04-18 11:57:36 +02:00
bergware 02c2bdb3ef Docker: add route for remote WireGuard access 2022-04-18 11:39:42 +02:00
bergware 296b572b36 Docker: add route for remote WireGuard access 2022-04-18 02:01:05 +02:00
bergware a59cc208ee Docker: add route for remote WireGuard access
Containers with network 'br0' can be remotely accessed by WireGuard without the need to configure static router on the home router (gateway)

"Host access to custom networks" must be enabled to allow access
2022-04-17 22:56:48 +02:00
Squidly271 6e62426745 Log docker icon download failures
DockerUpdate also could possibly have CURLOPT_FAILONERROR set, but everything seems to work without it.  However on the icons a fail to download previously would never return a "false", but would have the file with contents of "404: Not Found"
2022-04-16 15:24:12 -04:00
bergware 50019fa215 Docker: fixed header display causes gap 2022-04-11 14:16:27 +02:00
bergware 10fdad645d Docker: fixed list display in fixed view mode 2022-04-11 13:46:52 +02:00
bergware c696d0eded Docker settings: suppress browser presets 2022-04-11 00:49:16 +02:00
Squidly271 d520342dfb Update CreateDocker.php 2022-04-06 18:05:37 -04:00
Squidly271 0b31bba645 Docker: Silence PHP errors when editing a template if corruption exists 2022-04-06 18:02:21 -04:00
bergware 0d9c923fad Use https for internet connectivity check 2022-03-17 11:09:06 +01:00
bergware 7b8f99ba09 Docker: make popup window fit in browser window 2022-03-12 21:20:43 +01:00
Squidly271 e40e3fe9ff Docker: Add Network / Privacy Category 2022-03-10 14:08:24 -05:00
bergware 6753e1c6d0 jQuery scripts version updates 2022-03-03 19:28:14 +01:00