Code Server | scripts-underground Code Server | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

Code Server

addon ai-dev
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:8680 with auth: none — to require a password, set auth: password and a password: hash in the config file, then systemctl restart code-server@root
  • An existing config.yaml is never overwritten on install or update