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
- {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
29
23
# optional container parameters
30
24
opt_param_usage_include_env: true
31
25
opt_param_env_vars:
@@ -35,8 +29,7 @@ opt_param_env_vars:
35
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`."}
36
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)"}
37
31
- {env_var: "DEFAULT_WORKSPACE", env_value: "/config/workspace", desc: "If this optional variable is set, code-server will open this directory by default"}
38
-
optional_block_1: false
39
-
optional_block_1_items: ""
32
+
40
33
# application setup block
41
34
app_setup_block_enabled: true
42
35
app_setup_block: |
@@ -54,6 +47,7 @@ app_setup_block: |
54
47
How to create the [hashed password](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed).
55
48
# changelog
56
49
changelogs:
50
+
- {date: "19.08.24:", desc: "Rebase to Ubuntu Noble."}
57
51
- {date: "01.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
58
52
- {date: "05.10.22:", desc: "Install recommended deps to maintain parity with the older images."}
59
53
- {date: "29.09.22:", desc: "Rebase to jammy, switch to s6v3. Fix chown logic to skip `/config/workspace` contents."}
0 commit comments