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
- Add code-server service with LinuxServer.io image
- Password authentication (no Caddy basic auth)
- Shared folder integration with other services
- AI coding extensions support (Claude Code, OpenCode, Continue)
- Full documentation with troubleshooting guide
- Vaultwarden credential export support
New environment variables:
- CODESERVER_HOSTNAME
- CODESERVER_PASSWORD
- CODESERVER_SUDO_PASSWORD
|**[code-server](https://github.com/coder/code-server)**| VS Code in the browser with AI extensions | Remote development, Claude Code, AI-assisted coding |`code.yourdomain.com`|
Copy file name to clipboardExpand all lines: README_Services.md
+314Lines changed: 314 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15769,6 +15769,320 @@ See [bolt.diy section](#ai-powered-development) for full documentation.
15769
15769
15770
15770
</details>
15771
15771
15772
+
<details>
15773
+
<summary><b>🖥️ code-server - VS Code in the Browser</b></summary>
15774
+
15775
+
### What is code-server?
15776
+
15777
+
code-server is a full VS Code experience running in your browser, allowing you to code from any device with a consistent development environment. Combined with AI extensions like Claude Code and OpenCode, it transforms into a powerful AI-assisted development platform that rivals cloud-based solutions while keeping your data self-hosted.
15778
+
15779
+
### Features
15780
+
15781
+
- **Full VS Code**: Complete VS Code experience with all features and keybindings
15782
+
- **AI Extensions**: Support for Claude Code, OpenCode, Continue, and other AI coding assistants
15783
+
- **Persistent Workspace**: Your files, settings, and extensions persist across sessions
15784
+
- **Terminal Access**: Full terminal access with sudo capabilities
15785
+
- **Extension Marketplace**: Access to Open VSX Registry for extensions
15786
+
- **Shared Folder**: Direct access to AI LaunchKit's shared folder for integration with other services
15787
+
- **Mobile Friendly**: Works on tablets and even phones in a pinch
15788
+
15789
+
### Initial Setup
15790
+
15791
+
**First Access to code-server:**
15792
+
1. Navigate to `https://code.yourdomain.com`
15793
+
2. Enter your password (from `.env`: `CODESERVER_PASSWORD`)
15794
+
3. VS Code loads in your browser - ready to code!
15795
+
15796
+
**Recommended Extensions to Install:**
15797
+
15798
+
Open the Extensions panel (Ctrl+Shift+X) and install:
15799
+
15800
+
| Extension | Purpose | Installation |
15801
+
|-----------|---------|--------------|
15802
+
| **Claude Code** | AI coding assistant by Anthropic | Search "Claude" in extensions |
15803
+
| **Continue** | Open-source AI autocomplete | Search "Continue" |
15804
+
| **OpenCode** | Ollama integration for local AI | Search "OpenCode" |
0 commit comments