[PR #898] [MERGED] feat: add code-server template #16215

Closed
opened 2026-07-14 23:14:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/898
Author: @MANFIT7
Created: 5/21/2026
Status: Merged
Merged: 7/8/2026
Merged by: @Siumauricio

Base: canaryHead: add-code-server-template


📝 Commits (3)

  • 9b25708 feat: add code-server template
  • a8efe43 Merge remote-tracking branch 'origin/canary' into add-code-server-template
  • 3523fc6 fix: remove nested .config volume that crash-looped code-server

📊 Changes

4 files changed (+48 additions, -0 deletions)

View changed files

blueprints/code-server/code-server.png (+0 -0)
blueprints/code-server/docker-compose.yml (+17 -0)
blueprints/code-server/meta.json (+18 -0)
blueprints/code-server/template.toml (+13 -0)

📄 Description

@algora-pbc /claim #152

Part of #152
Related #145

Summary

  • adds a code-server blueprint using codercom/code-server:4.121.0
  • wires Dokploy domain/env variables for browser access, generated password, timezone, and persistent home/config volumes
  • adds the code-server icon and meta.json entry with docs, website, and GitHub links

Validation

  • node dedupe-and-sort-meta.js
  • PATH="/Applications/Codex.app/Contents/Resources:$PATH" npm run validate-template -- --dir ../blueprints/code-server
  • PATH="/Applications/Codex.app/Contents/Resources:$PATH" npm run validate-docker-compose -- --file ../blueprints/code-server/docker-compose.yml
  • git diff --check

Note: Docker is not installed in my local environment, so I could not run docker compose config locally. The repository template and compose validators pass.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/898 **Author:** [@MANFIT7](https://github.com/MANFIT7) **Created:** 5/21/2026 **Status:** ✅ Merged **Merged:** 7/8/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `add-code-server-template` --- ### 📝 Commits (3) - [`9b25708`](https://github.com/Dokploy/templates/commit/9b25708efef5a1ad7da4606054d5d90d43ba0e6c) feat: add code-server template - [`a8efe43`](https://github.com/Dokploy/templates/commit/a8efe43f5dd1d545d148c8aed233b09c07eb7657) Merge remote-tracking branch 'origin/canary' into add-code-server-template - [`3523fc6`](https://github.com/Dokploy/templates/commit/3523fc6a904dd206da1249fbae32945d8af3e05f) fix: remove nested .config volume that crash-looped code-server ### 📊 Changes **4 files changed** (+48 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/code-server/code-server.png` (+0 -0) ➕ `blueprints/code-server/docker-compose.yml` (+17 -0) ➕ `blueprints/code-server/meta.json` (+18 -0) ➕ `blueprints/code-server/template.toml` (+13 -0) </details> ### 📄 Description @algora-pbc /claim #152 Part of #152 Related #145 ## Summary - adds a code-server blueprint using `codercom/code-server:4.121.0` - wires Dokploy domain/env variables for browser access, generated password, timezone, and persistent home/config volumes - adds the code-server icon and `meta.json` entry with docs, website, and GitHub links ## Validation - `node dedupe-and-sort-meta.js` - `PATH="/Applications/Codex.app/Contents/Resources:$PATH" npm run validate-template -- --dir ../blueprints/code-server` - `PATH="/Applications/Codex.app/Contents/Resources:$PATH" npm run validate-docker-compose -- --file ../blueprints/code-server/docker-compose.yml` - `git diff --check` Note: Docker is not installed in my local environment, so I could not run `docker compose config` locally. The repository template and compose validators pass. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-14 23:14:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#16215