bergware
59719d78af
PHP8 support
2023-02-16 20:18:15 +01:00
bergware
d141173d81
Docker: fix regression error which caused docker page to hang
2023-02-16 15:02:35 +01:00
bergware
80dd6e76b5
PHP8 support
2023-02-14 22:31:56 +01:00
bergware
fdd528b100
Docker: filetree corrections
2023-02-10 13:52:59 +01:00
Jeremy Chabernaud
ade217d819
Fix indent in DockerClient
2023-02-03 13:48:55 +01:00
Tom Mortensen
cd687b3294
Accept images in OCI format.
2023-01-24 10:02:12 -08:00
bergware
82bf6fba48
PHP8 support
2023-01-19 16:17:03 +01:00
bergware
6d46b5e696
PHP8 support
2023-01-19 11:40:05 +01:00
bergware
d7120887be
Miscellaneous fixes
2023-01-18 18:49:57 +01:00
bergware
58eb528d6b
Update copyright
2023-01-18 00:39:02 +01:00
bergware
d0a4d9c4c6
PHP8 support
2023-01-18 00:37:30 +01:00
bergware
9fa6d6d9a1
PHP8 support
2023-01-18 00:34:12 +01:00
bergware
d5ab168c0f
PHP8 support
2023-01-18 00:30:35 +01:00
bergware
6afb008196
PHP8 support
2023-01-18 00:17:51 +01:00
bergware
1ef7b916ee
PHP8 support
2023-01-17 21:58:41 +01:00
bergware
351037c038
PHP8 support
2023-01-17 21:48:59 +01:00
bergware
e8642cae5a
update meta viewport for mobile devices
2023-01-08 16:25:43 +01:00
bergware
0e727235c7
Changed ID to CLASS for elements occurring more than once
2023-01-08 12:46:58 +01:00
bergware
66d382c86b
Dashboard and Docker: introduce lock button for sortable items
...
By default sortable items are locked, which allows mobile devices to scroll the page.
Upon request items can be made sortable
2023-01-08 01:05:29 +01:00
bergware
d6d879660a
Updated copyright 2023
2023-01-07 20:51:12 +01:00
bergware
69bc96ba36
Docker: PHP8 support
2023-01-05 11:06:39 +01:00
bergware
6ce9bc9de3
Docker: honor user setting of stop time-out
2022-12-30 13:20:07 +01:00
Christoph Hummer
2cd4b01f7c
Update CreateDocker.php
...
- changed `Docker Hub URL` to `Registry URL` because of GHCR and other new container registries becoming more and more popular.
2022-12-06 07:37:56 +01:00
Squidly271
97a6259041
Docker: Fix display aberration on orphan images
2022-10-30 16:45:13 -04:00
bergware
50b48df7b5
Docker: fixed javascript error when no containers exist
2022-09-19 23:23:24 +02:00
dcflachs
5cfd51add8
Dockerman add ability to specify shell with container label.
2022-08-22 23:21:51 -04: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
681bcff670
Plugin system update
2022-07-09 11:09:14 +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
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
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