Skip to content

Commit 9d95aad

Browse files
Bot Updating Templated Files
1 parent 8c14b46 commit 9d95aad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ services:
120120
- SUDO_PASSWORD_HASH= #optional
121121
- PROXY_DOMAIN=code-server.my.domain #optional
122122
- DEFAULT_WORKSPACE=/config/workspace #optional
123+
- PWA_APPNAME=code-server #optional
123124
volumes:
124125
- /path/to/code-server/config:/config
125126
ports:
@@ -141,6 +142,7 @@ docker run -d \
141142
-e SUDO_PASSWORD_HASH= `#optional` \
142143
-e PROXY_DOMAIN=code-server.my.domain `#optional` \
143144
-e DEFAULT_WORKSPACE=/config/workspace `#optional` \
145+
-e PWA_APPNAME=code-server `#optional` \
144146
-p 8443:8443 \
145147
-v /path/to/code-server/config:/config \
146148
--restart unless-stopped \
@@ -163,6 +165,7 @@ Containers are configured using parameters passed at runtime (such as those abov
163165
| `-e SUDO_PASSWORD_HASH=` | Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`. |
164166
| `-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) |
165167
| `-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. |
166169
| `-v /config` | Contains all relevant configuration files. |
167170
| `--read-only=true` | Run container with a read-only filesystem. Please [read the docs](https://docs.linuxserver.io/misc/read-only/). |
168171
| `--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
329332

330333
## Versions
331334

335+
* **03.06.25:** - Allow setting PWA name using env var `PWA_APPNAME`.
332336
* **13.10.24:** - Only chown config folder when change to ownership or new install is detected.
333337
* **09.10.24:** - Manage permissions in /config/.ssh according to file type
334338
* **19.08.24:** - Rebase to Ubuntu Noble.

0 commit comments

Comments
 (0)