[PR #379] [CLOSED] feat(templates): Add dia tts server template blueprint to Dokploy #412

Closed
opened 2025-11-22 20:38:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/379
Author: @RamiroG8k
Created: 9/18/2025
Status: Closed

Base: mainHead: dia-tts-server-template


📝 Commits (1)

  • a770efe feat(templates): Add dia tts server template blueprint to Dokploy

📊 Changes

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

View changed files

blueprints/dia-tts-server/dia.svg (+13 -0)
blueprints/dia-tts-server/docker-compose.yml (+41 -0)
blueprints/dia-tts-server/template.toml (+29 -0)
📝 meta.json (+21 -0)

📄 Description

This pull request adds a new template blueprint for deploying Dia TTS Server using Dokploy. Key changes include:

docker-compose.yml: Defines the Dia TTS service, with support for environment variables.
template.toml: Allows configuration of main domain, database credentials, and email settings via Dokploy template variables.
meta.json: Adds metadata for the Dia TTS server template (ID, version, description, logo, and tags) to enable UI listing.


🔄 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/379 **Author:** [@RamiroG8k](https://github.com/RamiroG8k) **Created:** 9/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dia-tts-server-template` --- ### 📝 Commits (1) - [`a770efe`](https://github.com/Dokploy/templates/commit/a770efe2e9058e087662c7763a00ca61bc5b2228) feat(templates): Add dia tts server template blueprint to Dokploy ### 📊 Changes **4 files changed** (+104 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/dia-tts-server/dia.svg` (+13 -0) ➕ `blueprints/dia-tts-server/docker-compose.yml` (+41 -0) ➕ `blueprints/dia-tts-server/template.toml` (+29 -0) 📝 `meta.json` (+21 -0) </details> ### 📄 Description This pull request adds a new template blueprint for deploying Dia TTS Server using Dokploy. Key changes include: docker-compose.yml: Defines the Dia TTS service, with support for environment variables. template.toml: Allows configuration of main domain, database credentials, and email settings via Dokploy template variables. meta.json: Adds metadata for the Dia TTS server template (ID, version, description, logo, and tags) to enable UI listing. --- <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 2025-11-22 20:38:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#412