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

Open
opened 2026-06-02 06:12:33 -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: 🔄 Open

Base: canaryHead: add-code-server-template


📝 Commits (1)

  • 9b25708 feat: add code-server template

📊 Changes

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

View changed files

blueprints/code-server/code-server.png (+0 -0)
blueprints/code-server/docker-compose.yml (+19 -0)
blueprints/code-server/template.toml (+13 -0)
📝 meta.json (+18 -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:** 🔄 Open **Base:** `canary` ← **Head:** `add-code-server-template` --- ### 📝 Commits (1) - [`9b25708`](https://github.com/Dokploy/templates/commit/9b25708efef5a1ad7da4606054d5d90d43ba0e6c) feat: add code-server template ### 📊 Changes **4 files changed** (+50 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/code-server/code-server.png` (+0 -0) ➕ `blueprints/code-server/docker-compose.yml` (+19 -0) ➕ `blueprints/code-server/template.toml` (+13 -0) 📝 `meta.json` (+18 -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-06-02 06:12:33 -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#9391