Skip to content

Commit 8c12be9

Browse files
authored
Update readme-vars.yml
1 parent a0a1ba5 commit 8c12be9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ opt_param_env_vars:
3636
- {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`."}
3737
- {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)"}
3838
- {env_var: "DEFAULT_WORKSPACE", env_value: "/config/workspace", desc: "If this optional variable is set, code-server will open this directory by default"}
39+
- {env_var: "PWA_APPNAME", env_value: "code-server", desc: "If this optional variable is set, the PWA app will the specified name."}
3940
readonly_supported: true
4041
readonly_message: |
4142
* `/tmp` must be mounted to tmpfs
@@ -101,6 +102,7 @@ init_diagram: |
101102
"code-server:latest" <- Base Images
102103
# changelog
103104
changelogs:
105+
- {date: "03.06.25:", desc: "Allow setting PWA name using env var `PWA_APPNAME`."}
104106
- {date: "13.10.24:", desc: "Only chown config folder when change to ownership or new install is detected."}
105107
- {date: "09.10.24:", desc: "Manage permissions in /config/.ssh according to file type"}
106108
- {date: "19.08.24:", desc: "Rebase to Ubuntu Noble."}

0 commit comments

Comments
 (0)