From 1aea97faf10261d82be70884d85a36dd90e7a3dc Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 16 Oct 2024 02:14:10 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-code-server.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/images/docker-code-server.md b/docs/images/docker-code-server.md index c86114d5b..7f30160fd 100644 --- a/docs/images/docker-code-server.md +++ b/docs/images/docker-code-server.md @@ -125,7 +125,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `HASHED_PASSWORD=` | Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below. | | `SUDO_PASSWORD=password` | If this optional variable is set, user will have sudo access in the code-server terminal with the specified password. | | `SUDO_PASSWORD_HASH=` | Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`. | -| `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/docs/FAQ.md#sub-domains) | +| `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/coder/code-server/blob/main/docs/guide.md#using-a-subdomain) | | `DEFAULT_WORKSPACE=/config/workspace` | If this optional variable is set, code-server will open this directory by default | ### Volume Mappings (`-v`) @@ -302,6 +302,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **13.10.24:** - Only chown config folder when change to ownership or new install is detected. * **09.10.24:** - Manage permissions in /config/.ssh according to file type * **19.08.24:** - Rebase to Ubuntu Noble. * **01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)