bergware
f7436d8ae8
Updated: animated spinner logic
2020-02-10 19:02:29 +01:00
bergware
0c31dd551d
Docker: curl connection time to 15s
2020-02-10 18:16:41 +01:00
bergware
7064ca30b4
Miscellaneous updates
2020-02-10 13:12:58 +01:00
bergware
b93653a5fb
Miscellaneous updates
2020-02-10 12:55:34 +01:00
bergware
bb4bc7c625
Updated: animated spinner logic
2020-02-10 02:45:51 +01:00
bergware
655e677052
Updated: animated spinner logic
2020-02-10 02:12:11 +01:00
bergware
3f51e6bb36
Docker: added container vpn network support
2020-02-09 23:51:35 +01:00
bergware
68bcee42be
Docker: added container vpn network support
...
-allow extra parameters using --net=<network> to overrule default network assignment
- add vpn containers are referenced by name in network assignment
- add update containers reference when vpn container is updated
2020-02-09 17:06:11 +01:00
bergware
3475829b9d
Docker settings: updated help text
2020-02-06 18:13:32 +01:00
Squidly271
6c6d665671
Add Network:VPN as an application category
2020-01-16 14:51:34 -05:00
bergware
9eb86bea7a
Docker: added new setting "Host access to custom networks"
2020-01-08 16:57:58 +01:00
bergware
9e7af29b4d
Docker: added new setting "Host access to custom networks"
2020-01-08 16:47:28 +01:00
bergware
2e75dacde9
Revert "Added docker host access to custom network option"
...
This reverts commit c16d7ee356 .
2020-01-07 08:04:59 +01:00
bergware
c16d7ee356
Added docker host access to custom network option
2020-01-07 00:39:27 +01:00
bergware
fbe6b94625
Docker: allow to set container port for custom bridge networks
2019-12-28 10:51:07 +01:00
bergware
79b1acb96b
Docker: allow to set container port for custom bridge networks
2019-12-27 13:39:19 +01:00
bergware
591efc8001
Docker: show 'up-to-date' when status is unknown
2019-12-22 22:35:28 +01:00
bergware
dd11b800a7
Docker and VM settings: validate path and name input
2019-11-22 17:46:19 +01:00
Squidly271
4a637ed6a6
Don't display error if docker log files manually deleted
2019-11-20 20:16:41 -05:00
Tom Mortensen
80ca412eea
Use 'emcmd' that POSTs to /update endpoint.
2019-11-13 14:25:42 -08:00
tom mortensen
4e25cd1456
Merge pull request #550 from bergware/master
...
Fixed diagnostics errors when array was never started
2019-11-12 09:03:38 -08:00
Squidly271
5b7e075fad
Rename docker repositories tab to template repositories
...
We all know my preference is to completely delete this file, but it would solve (or at least help) with the odd user getting confused over what it actually does by naming the tab correctly
2019-11-10 10:57:35 -05:00
bergware
488ce1f41c
Docker: fixed multi container updates display oddity
2019-11-10 11:23:13 +01:00
Larry Meaney
deeebdd7ad
Standardize on lang="en"
2019-09-28 17:26:54 -07:00
Larry Meaney
1fd376e365
CSP: block-all-mixed-content
...
If a page is loaded via https, prevent it from loading resources via http
2019-09-27 21:30:50 -07:00
tom mortensen
e2edbb8048
Merge pull request #520 from Squidly271/dockerIcon
...
dockerMan: Redownload Icon if URL changes
2019-09-27 09:46:41 -07:00
Andrew Z
4c4ab3717d
Avoid unnecessary download if docker.img recreated
2019-09-22 10:16:35 -04:00
Andrew Z
41bd904d89
Avoid double slashes
2019-09-22 09:47:17 -04:00
Andrew Z
64dc296cce
Remove duplicated code
2019-09-21 21:09:12 -04:00
Andrew Z
6effa94fac
dockerMan: Redownload icon if url changesa
2019-09-21 20:54:49 -04:00
Squidly271
2fad4eec4a
Remove extraneous quote
2019-09-15 17:34:46 -04:00
Squidly271
2e45bde644
dockerMan - Deprecate TemplateURL
...
See here: https://forums.unraid.net/topic/38619-docker-template-xml-schema/page/2/?tab=comments#comment-773589
Code though has to stay (albeit hidden) so that what CA does enter in for it is saved in the template.
2019-09-15 17:33:29 -04:00
Eric Schultz
6d92a6da02
remove context menu headers
2019-09-03 23:41:45 -05:00
bergware
6955d5508d
DockerClient: commented out "debug"
2019-09-01 08:24:56 +02:00
bergware
ab692cc131
Fixed docker container update state
2019-09-01 07:59:04 +02:00
tom mortensen
36fceed5ef
Merge pull request #503 from bergware/master
...
Miscellaneous updates
2019-08-19 07:09:05 -07:00
bergware
df333bf57f
Icon and image cleanup
2019-08-19 10:49:34 +02:00
Eric Schultz
b5f9ec7766
Allow Safari to use websockets
2019-08-17 15:21:22 -05:00
bergware
38b8437b36
Dokcer: disable button "Update All" instead of hiding it when no updates are available
2019-05-25 10:19:56 +02:00
bergware
340958df92
Docker + VM: enhanced sorting
2019-05-18 10:55:20 +02:00
Squidly271
2c653c7513
Add GameServers to category for docker containers
2019-04-28 16:35:35 -04:00
bergware
3f7a8b25af
Minor textual changes
2019-04-26 16:14:24 +02:00
Squidly271
4e3ae0648c
Add option to not send updates on dockerupdate
2019-04-06 18:29:57 -04:00
Squidly271
d2981ee243
Revert switch case
...
It is correct, because the line in DockerClient is
$tmp['registry'] = $tmp['registry'] ?? $this->getTemplateValue($image, 'Registry');
And if I switch that, then god knows what else has to change in addition
2019-03-25 21:46:07 -04:00
Squidly271
d658e525af
Switch case
2019-03-25 19:50:40 -04:00
Andrew Z
a28c810baa
Docker: Add More Info link (docker registry) to context menus
2019-03-24 13:36:20 -04:00
bergware
f8e59a9e53
Docker: fixed IPv4 and IPv6 fixed addresses for container
2019-03-03 08:39:21 +01:00
Andrew Z
10dfb06d45
Suppress PHP warnings
2019-02-16 13:51:02 -05:00
bergware
baef1de000
Docker: replace deprecated name
2019-01-31 17:13:34 +01:00
bergware
ef299ca852
Docker: usage memory usage in advanced view
2019-01-31 17:09:03 +01:00