Squidly271
680a2cee2b
Error checking
2020-09-26 14:46:35 -04:00
Squidly271
5b5d666c61
Support custom timeout on docker stops
2020-09-26 14:11:30 -04:00
tom mortensen
68032d8dfd
Merge pull request #650 from rystaf/docker-basicauth
...
Added support for private docker registries with basic auth or no auth, and improvements for token based authentication
2020-09-07 09:05:43 -07:00
bergware
8e40733c31
Multi-language support
2020-06-09 09:11:24 +02:00
Ryan Stafford
91e15ceed1
more dependable source of image name
2020-04-14 14:04:01 -04:00
Ryan Stafford
19138e6d20
removed debug calls. Fixes for bearer authentication
2020-04-12 15:10:42 -04:00
Ryan Stafford
438e5f80ed
Added support for private docker registries with basic auth or no auth
2020-04-11 18:59:50 -04:00
Andrew Z
63bb34e238
Allow duplicate containers different icons
2020-04-07 09:23:18 -04:00
bergware
ea2f5e2b57
Multi-language support
2020-03-19 13:18:18 +01:00
bergware
71813e3bb3
Multi-language support
2020-03-18 15:02:15 +01:00
bergware
2d9bac9701
Miscellaneous updates
2020-02-11 09:50:09 +01:00
bergware
243949d567
Miscellaneous updates
2020-02-11 09:41:05 +01:00
bergware
b167656811
Miscellaneous updates
2020-02-11 09:22:24 +01:00
bergware
90e7c31996
Miscellaneous updates
2020-02-11 09:19:21 +01:00
bergware
0c31dd551d
Docker: curl connection time to 15s
2020-02-10 18:16:41 +01:00
bergware
b93653a5fb
Miscellaneous updates
2020-02-10 12:55:34 +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
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
591efc8001
Docker: show 'up-to-date' when status is unknown
2019-12-22 22:35:28 +01:00
Andrew Z
4c4ab3717d
Avoid unnecessary download if docker.img recreated
2019-09-22 10:16:35 -04:00
Andrew Z
6effa94fac
dockerMan: Redownload icon if url changesa
2019-09-21 20:54:49 -04: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
Andrew Z
10dfb06d45
Suppress PHP warnings
2019-02-16 13:51:02 -05:00
bergware
4268562929
Docker: suppress PHP warning
2019-01-17 10:31:10 +01:00
bergware
b4a1472a2f
Docker: suppress PHP warning
2019-01-17 10:24:32 +01:00
bergware
578e7d25c6
Added docker default settings
2019-01-13 16:55:02 +01:00
Eric Schultz
4485c00cfc
Include Helpers.php
2018-10-20 01:14:06 -05:00
Rouven Hurling
6811d05bcf
get the correct base64 from docker config (missing array subkey)
2018-10-19 15:59:40 +02:00
Rouven Hurling
9d14283f35
load localVersion from docker api if json version === null
2018-10-16 07:22:01 +02:00
Rouven Hurling
2791a463a1
rewrite getRemoteVersionV2 to follow correct api flow
...
1. get www-authenticate header for realm, service & scope
2. get token from generated url (realm + query args service & scope)
3. get manifest header Docker-Content-Digest
Also allows access to private docker registries
2018-10-16 07:21:09 +02:00
Rouven Hurling
a70373a3fb
send X-Registry-Auth header when pulling image from private registry
2018-10-15 04:28:35 +02:00
bergware
3255a4715b
New CPU pinning functionality
...
Control ALL CPU pinning from a single view
2018-08-10 12:57:50 +02:00
bergware
9d683de94c
Added CPU selection to docker container edit section
2018-08-08 17:23:22 +02:00
bergware
9c0cff4782
Added docker autostart wait period
...
- fixed autostart entries sometimes wrongly sorted
2018-08-05 13:34:46 +02:00
bergware
da70c1f2b7
Added version control in docker API calls
2018-08-01 11:10:58 +02:00
bergware
ee032dc29b
Merge remote-tracking branch 'upstream/master'
2018-06-08 07:57:22 +02:00
Kenneth Tan
0c508f7890
Correct docker container icon name generation
2018-06-08 08:35:24 +08:00
bergware
b3791ccbd1
Merge remote-tracking branch 'upstream/master'
2018-06-05 08:33:52 +02:00
realies
0b0d69d0aa
Strip HTML from back-end
...
HTML tags are converted to HTML entities somewhere along the chain and `CreateDocker.php` generates:
`addLog('<b>Error: Image can not be deleted<br><i>In use by other container(s)</i></b>');`

2018-06-01 02:45:09 +01:00
bergware
14e69b877e
Docker: added shell/bash selection for console
2018-05-29 14:03:27 +02:00
bergware
578d011b43
Fixed regression error in docker_cfg file
2018-05-12 12:39:41 +02:00
bergware
1e667b18ff
Docker: add support of custom bridge network without port bindings
2018-05-03 17:50:02 +02:00
bergware
086c53d20e
Revert "Docker support custom bridge networks without port bindings"
...
This reverts commit b2c92084b2 .
2018-05-03 17:48:03 +02:00
bergware
b2c92084b2
Docker support custom bridge networks without port bindings
2018-05-03 17:22:21 +02:00
bergware
a67787cade
Docker: added pause/resume commands & container console window
2018-05-01 09:37:31 +02:00
bergware
be36a08c24
Minor code changes
2018-04-27 08:41:56 +02:00