You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ Containers are configured using parameters passed at runtime (such as those abov
141
141
|`-e HASHED_PASSWORD=`| Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below. |
142
142
|`-e SUDO_PASSWORD=password`| If this optional variable is set, user will have sudo access in the code-server terminal with the specified password. |
143
143
|`-e SUDO_PASSWORD_HASH=`| Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`. |
144
-
|`-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/docs/FAQ.md#sub-domains)|
144
+
|`-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/coder/code-server/blob/main/docs/guide.md#using-a-subdomain)|
145
145
|`-e DEFAULT_WORKSPACE=/config/workspace`| If this optional variable is set, code-server will open this directory by default |
146
146
|`-v /config`| Contains all relevant configuration files. |
147
147
@@ -307,7 +307,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
307
307
308
308
## Versions
309
309
310
-
***13.10.24:** - Ignore dev/cache folders during chown.
310
+
***13.10.24:** - Only chown config folder when change to ownership or new install is detected.
311
311
***09.10.24:** - Manage permissions in /config/.ssh according to file type
312
312
***19.08.24:** - Rebase to Ubuntu Noble.
313
313
***01.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
Copy file name to clipboardExpand all lines: readme-vars.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ opt_param_env_vars:
27
27
- {env_var: "HASHED_PASSWORD", env_value: "", desc: "Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below."}
28
28
- {env_var: "SUDO_PASSWORD", env_value: "password", desc: "If this optional variable is set, user will have sudo access in the code-server terminal with the specified password."}
29
29
- {env_var: "SUDO_PASSWORD_HASH", env_value: "", desc: "Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`."}
30
-
- {env_var: "PROXY_DOMAIN", env_value: "code-server.my.domain", desc: "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)"}
30
+
- {env_var: "PROXY_DOMAIN", env_value: "code-server.my.domain", desc: "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)"}
31
31
- {env_var: "DEFAULT_WORKSPACE", env_value: "/config/workspace", desc: "If this optional variable is set, code-server will open this directory by default"}
32
32
33
33
# application setup block
@@ -47,7 +47,7 @@ app_setup_block: |
47
47
How to create the [hashed password](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed).
48
48
# changelog
49
49
changelogs:
50
-
- {date: "13.10.24:", desc: "Ignore dev/cache folders during chown."}
50
+
- {date: "13.10.24:", desc: "Only chown config folder when change to ownership or new install is detected."}
51
51
- {date: "09.10.24:", desc: "Manage permissions in /config/.ssh according to file type"}
52
52
- {date: "19.08.24:", desc: "Rebase to Ubuntu Noble."}
53
53
- {date: "01.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
0 commit comments