code-server
code-server
Docker app from linuxserver's Repository
Overview
Code-server(https://coder.com) is VS Code running on a remote server, accessible through the browser.
- Code on your Chromebook, tablet, and laptop with a consistent dev environment.
- If you have a Windows or Mac workstation, more easily develop for Linux.
- Take advantage of large cloud servers to speed up tests, compilations, downloads, and more.
- Preserve battery life when you're on the go.
- All intensive computation runs on your server.
- You're no longer running excess instances of Chrome.
Runtime arguments
- Web UI
http://[IP]:[PORT:8443]- Network
bridge- Shell
bash- Privileged
- false
Template configuration
web gui
- Target
- 8443
- Default
- 8443
Contains all relevant configuration files.
- Target
- /config
Optional web gui password, if `PASSWORD` or `HASHED_PASSWORD` is not provided, there will be no auth.
- Default
- password
Optional web gui password, overrides `PASSWORD`, instructions on how to create it is below.
If this optional variable is set, user will have sudo access in the code-server terminal with the specified password.
- Default
- password
Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`.
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)
- Default
- code-server.my.domain
If this optional variable is set, code-server will open this directory by default
- Default
- /config/workspace
If this optional variable is set, the PWA app will the specified name.
- Default
- code-server
Container Variable: PUID
- Default
- 99
Container Variable: PGID
- Default
- 100
Container Variable: UMASK
- Default
- 022
Categories
Download Statistics
Total Downloads Over Time
Details
lscr.io/linuxserver/code-serverRun code-server on Unraid.
code-server is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.