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
@@ -163,6 +165,7 @@ Containers are configured using parameters passed at runtime (such as those abov
163
165
|`-e SUDO_PASSWORD_HASH=`| Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`. |
164
166
|`-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)|
165
167
|`-e DEFAULT_WORKSPACE=/config/workspace`| If this optional variable is set, code-server will open this directory by default |
168
+
|`-e PWA_APPNAME=code-server`| If this optional variable is set, the PWA app will the specified name. |
166
169
|`-v /config`| Contains all relevant configuration files. |
167
170
|`--read-only=true`| Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
168
171
|`--user=1000:1000`| Run container with a non-root user. Please [read the docs](https://docs.linuxserver.io/misc/non-root/). |
@@ -329,6 +332,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
329
332
330
333
## Versions
331
334
335
+
***03.06.25:** - Allow setting PWA name using env var `PWA_APPNAME`.
332
336
***13.10.24:** - Only chown config folder when change to ownership or new install is detected.
333
337
***09.10.24:** - Manage permissions in /config/.ssh according to file type
0 commit comments