[PR #945] [CLOSED] feat: add Taiga template #15275

Closed
opened 2026-07-13 16:59:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/945
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: Closed

Base: canaryHead: codex/add-taiga-template


📝 Commits (2)

  • b044ff8 feat: add Taiga template
  • edbc87e Merge remote-tracking branch 'origin/canary' into codex/add-taiga-template

📊 Changes

3 files changed (+175 additions, -0 deletions)

View changed files

📝 blueprints/taiga/docker-compose.yml (+126 -0)
blueprints/taiga/taiga.svg (+1 -0)
📝 blueprints/taiga/template.toml (+48 -0)

📄 Description

/claim #152
Closes #692

Summary

  • Add a Taiga template for self-hosted agile project management.
  • Wire the official Taiga backend, async worker, frontend, events, protected media, RabbitMQ, PostgreSQL, and Nginx gateway services.
  • Add generated secrets, persistent volumes, Dokploy domain routing, gateway config mount, metadata, and logo.

Validation

  • node dedupe-and-sort-meta.js
  • npm --prefix build-scripts run validate-template -- --dir ../blueprints/taiga
  • npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/taiga/docker-compose.yml
  • git diff --check

Notes

  • Based on the official taiga-docker compose and gateway configuration.
  • SMTP defaults to console mode; operators can switch to SMTP by setting the provided email env values.
    Not run: full Docker runtime smoke test, because Docker is unavailable locally.

🔄 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/945 **Author:** [@rohitmulani63-ops](https://github.com/rohitmulani63-ops) **Created:** 6/22/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `codex/add-taiga-template` --- ### 📝 Commits (2) - [`b044ff8`](https://github.com/Dokploy/templates/commit/b044ff872c8dd07372ffdc08dc72e3ad84fa4304) feat: add Taiga template - [`edbc87e`](https://github.com/Dokploy/templates/commit/edbc87e1392c5cca88bc1288bda2b44dec384ec5) Merge remote-tracking branch 'origin/canary' into codex/add-taiga-template ### 📊 Changes **3 files changed** (+175 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/taiga/docker-compose.yml` (+126 -0) ➕ `blueprints/taiga/taiga.svg` (+1 -0) 📝 `blueprints/taiga/template.toml` (+48 -0) </details> ### 📄 Description /claim #152 Closes #692 ## Summary - Add a Taiga template for self-hosted agile project management. - Wire the official Taiga backend, async worker, frontend, events, protected media, RabbitMQ, PostgreSQL, and Nginx gateway services. - Add generated secrets, persistent volumes, Dokploy domain routing, gateway config mount, metadata, and logo. ## Validation - `node dedupe-and-sort-meta.js` - `npm --prefix build-scripts run validate-template -- --dir ../blueprints/taiga` - `npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/taiga/docker-compose.yml` - `git diff --check` ## Notes - Based on the official taiga-docker compose and gateway configuration. - SMTP defaults to console mode; operators can switch to SMTP by setting the provided email env values. Not run: full Docker runtime smoke test, because Docker is unavailable locally. --- <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-13 16:59:09 -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#15275