From e402cc2e161adb96dfe30089cddc294371985c99 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 29 May 2020 17:51:28 +0000 Subject: [PATCH] Bot Updating Templated Files --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 099d20f..8d04dce 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ docker create \ -e TZ=Europe/London \ -e PASSWORD=password `#optional` \ -e SUDO_PASSWORD=password `#optional` \ + -e PROXY_DOMAIN=code-server.my.domain `#optional` \ -p 8443:8443 \ -v /path/to/appdata/config:/config \ --restart unless-stopped \ @@ -106,6 +107,7 @@ services: - TZ=Europe/London - PASSWORD=password #optional - SUDO_PASSWORD=password #optional + - PROXY_DOMAIN=code-server.my.domain #optional volumes: - /path/to/appdata/config:/config ports: @@ -125,6 +127,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London | | `-e PASSWORD=password` | Optional web gui password, if not provided, there will be no auth. | | `-e SUDO_PASSWORD=password` | If this optional variable is set, user will have sudo access in the code-server terminal with the specified password. | +| `-e PROXY_DOMAIN=code-server.my.domain` | If this optional variable is set, this domain will be proxied for subdomain proxying. See [Documentation](https://github.com/cdr/code-server/blob/master/doc/FAQ.md#sub-domains) | | `-v /config` | Contains all relevant configuration files. | ## Environment variables from files (Docker secrets) @@ -240,6 +243,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **29.05.20:** - Add --domain-proxy support. * **21.05.20:** - Shrink images, install via yarn, fix arm32v7 build. * **18.05.20:** - Switch to multi-arch images, install via npm. * **29.04.20:** - Update start arguments.