Runs inside an existing LXC container
bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/addon/coder-code-server.sh)"
Code Server
code-server runs VS Code on a remote server, accessible through the browser. Develop from any device against a consistent environment powered by the container it runs in, with full access to the VS Code extension ecosystem.
Notes
- Runs inside an existing LXC container (Debian/Ubuntu only)
- Update with:
update-coder-code-server— Uninstall with:uninstall-coder-code-server - Re-running the installer offers update/uninstall via the framework guard
- Runs as the templated systemd service
code-server@root; config at~/.config/code-server/config.yaml - Default config binds
0.0.0.0:8680withauth: none— to require a password, setauth: passwordand apassword:hash in the config file, thensystemctl restart code-server@root - An existing
config.yamlis never overwritten on install or update

