Commit Graph

267 Commits

Author SHA1 Message Date
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
Squidly271 2c653c7513 Add GameServers to category for docker containers 2019-04-28 16:35:35 -04:00
Andrew Z 10dfb06d45 Suppress PHP warnings 2019-02-16 13:51:02 -05:00
Andrew Z fd64304654 Remove extraneous whitespace 2019-01-16 07:50:36 -05:00
Andrew Z 02de35dbd7 Restore parse ini file 2019-01-16 07:31:35 -05:00
Andrew Z b8ae176b45 tabs... again 2019-01-15 19:49:04 -05:00
Andrew Z b8976dbc87 Escape double quotes on docker template values 2019-01-15 19:45:36 -05:00
bergware 39448537db Add log-size and log-file options to docker run command 2019-01-13 13:25:52 +01:00
bergware a6007bc0fe Docker: narrow CPU pinning list to fit lower resolutions 2018-11-30 11:20:12 +01:00
bergware d4a7311d8c Docker: narrow CPU pinning list to fit lower resolutions 2018-11-29 22:32:26 +01:00
Squidly271 b01d5ae55d Revert FAT32 filename collisions
#363 has been implicated in a glitch in the docker template system.  While I cannot replicate the issue at all, revert the PR as the edge case issue that it solved has only ever occurred during synthetic tests.
2018-11-10 09:05:33 -05:00
bergware 6d87a021ac Docker styling corrections 2018-10-29 19:21:06 +01:00
Squidly271 7bfb17282a Why can't everyone use tabs? 2018-10-18 20:14:48 -04:00
Squidly271 1a530bd085 Code change to prevent CA from modifying system file
CA currently when installing multiple previously installed apps will copy, modify, and execute a different version of CreateDocker.php to avoid a harmless display error.  Minor code adjustment to prevent CA from having to do that (since it may at some point in the future break).
2018-10-18 20:13:02 -04:00
bergware dcefec035d Make font sizes relative 2018-09-27 17:56:08 +02:00
Tom Mortensen 6668ad0ec5 Change 'unRAID' to 'Unraid' to match new branding.
Updated a few copyright strings.
2018-08-31 12:58:40 -07:00
Eric Schultz d6328db0cb Merge pull request #363 from Squidly271/patch-9
dockerMan: Avoid filename collisions on FAT32
2018-08-23 17:44:11 -05:00
bergware d58950da7c Docker: filetree css correction 2018-08-23 14:14:24 +02:00
bergware 50c7e54b75 VM/Docker filetree css corrections 2018-08-23 09:47:22 +02:00
bergware 0c5abec7a1 Revamp of themes White and Black
New style themes, including fixes and enhancements.
Ported back to themes Azure and Gray
2018-08-21 07:43:04 +02:00
Squidly271 7cea8a9b16 Update CreateDocker.php 2018-08-18 23:01:12 -04:00
Squidly271 05facfac62 dockerMan: Avoid filename collisions on FAT32
Because under FAT32, my-plexmediaserver == my-PlexMediaServer.  Solves an edge case
2018-08-18 22:59:30 -04:00
bergware 1c90885ea4 Fixed regression errors in Docker after CPU pinning PR 2018-08-11 08:45:53 +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 66d43567cb Added CPU selection to docker container edit section 2018-08-08 18:27:11 +02:00
bergware dee12f65ac Added CPU selection to docker container edit section 2018-08-08 17:28:32 +02:00
bergware 2ebb6d2eac Added CPU selection to docker container edit section 2018-08-08 17:24:50 +02:00
bergware 9d683de94c Added CPU selection to docker container edit section 2018-08-08 17:23:22 +02:00
tom mortensen c7bdb313be Merge pull request #350 from Squidly271/master
Prevent arbitrary bash execution or redirection on docker create/run commands
2018-07-20 10:55:59 -07:00
Squidly271 d32b443110 Update link for privileged help text 2018-07-14 09:47:22 -04:00
Squidly271 3f5da6ca9e Prevent docker run command from including arbitrary bash commands or redirection 2018-06-30 21:20:10 -04:00
bergware 14e69b877e Docker: added shell/bash selection for console 2018-05-29 14:03:27 +02:00
Eric Schultz a81508cffe bug fix: prevent deleting user template when (letter case) renaming a docker container 2018-05-26 12:15:36 -05:00
Squidly271 789470f0e5 Remove MinVer & DonateImg from templates
MinVer I though would be far more used, but thus far it doesn't appear to be used at all, and the donation image has been deprecated from the next release of CA
2018-05-18 16:15:24 -04:00
tom mortensen 7c9031cf26 Merge pull request #339 from shayne/master
Add support for Docker Labels to Docker plugin
2018-05-07 12:05:47 -07:00
Shayne Sweeney c1c99f69e1 Add additional %s 2018-05-07 08:53:13 -07:00
Shayne Sweeney 32067e89b4 Add support for Docker Labels to Docker plugin
Docker object labels:
https://docs.docker.com/config/labels-custom-metadata/

More and more containers are taking advantage of container metadata
where environment variables are not necessary.

Traefik is a good example:
https://docs.traefik.io/configuration/backends/docker/#on-containers
2018-05-06 21:55:51 -07: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 86d8d371cc Docker: improved processing of custom network types 2018-04-14 14:49:00 +02:00
bergware e6e1ca0d19 Docker: improved processing of custom network types 2018-04-14 13:17:49 +02:00
bergware 51e12e4fd1 Added custom bridge networks in dropdown list of container network choices 2018-04-14 13:14:30 +02:00
bergware d73897a10e Docker: improved processing of custom network types 2018-04-14 13:06:42 +02:00
bergware dd5f2ca5a4 Fixed creation of custom bridge networks 2018-04-14 10:58:37 +02:00
bergware a5a5e040da Added custom bridge networks in dropdown list of container network choices 2018-04-14 10:14:59 +02:00
bergware d6caf03fc8 Add missing csrf_token when adding new container 2018-04-12 00:05:52 +02:00
bergware 33a04f59b7 DockerCreate: show unassigned IP addresses as 0.0.0.0 2018-04-06 07:52:29 +02:00