[PR #572] [MERGED] feat: add Mumble voice chat server template #4080

Closed
opened 2026-04-30 06:45:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/572
Author: @muzafferkadir
Created: 12/5/2025
Status: Merged
Merged: 12/15/2025
Merged by: @Siumauricio

Base: canaryHead: feat/add-mumble-template


📝 Commits (4)

  • 8fb1ca4 feat: add Mumble voice chat server template
  • cc8fa3d Merge branch 'canary' into feat/add-mumble-template
  • 3db9205 Update template.toml
  • 6cace7f fix: correct JSON formatting in meta.json for Mumble template entry

📊 Changes

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

View changed files

blueprints/mumble/docker-compose.yml (+16 -0)
blueprints/mumble/mumble.png (+0 -0)
blueprints/mumble/template.toml (+12 -0)
📝 meta.json (+18 -0)

📄 Description

  • Add Mumble VoIP server blueprint with docker-compose.yml
  • Configure environment variables for superuser password, welcome text, and max users
  • Add template.toml with auto-generated secure password
  • Follow Dokploy best practices (no container_name, proper port format)
  • Add Mumble metadata to meta.json with proper tags
  • Support for TCP and UDP on port 64738

🔄 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/572 **Author:** [@muzafferkadir](https://github.com/muzafferkadir) **Created:** 12/5/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `feat/add-mumble-template` --- ### 📝 Commits (4) - [`8fb1ca4`](https://github.com/Dokploy/templates/commit/8fb1ca4fc18d9e6bcbfb6b88ac8fb04e83a222ac) feat: add Mumble voice chat server template - [`cc8fa3d`](https://github.com/Dokploy/templates/commit/cc8fa3db628c1e269ff96b4a398fed708fb6fd14) Merge branch 'canary' into feat/add-mumble-template - [`3db9205`](https://github.com/Dokploy/templates/commit/3db9205ba95aee3ee43dca7ac0ac91e0fdcdc0b2) Update template.toml - [`6cace7f`](https://github.com/Dokploy/templates/commit/6cace7f69d18dfd8c848c55eadef6da04460bfcc) fix: correct JSON formatting in meta.json for Mumble template entry ### 📊 Changes **4 files changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/mumble/docker-compose.yml` (+16 -0) ➕ `blueprints/mumble/mumble.png` (+0 -0) ➕ `blueprints/mumble/template.toml` (+12 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description - Add Mumble VoIP server blueprint with docker-compose.yml - Configure environment variables for superuser password, welcome text, and max users - Add template.toml with auto-generated secure password - Follow Dokploy best practices (no container_name, proper port format) - Add Mumble metadata to meta.json with proper tags - Support for TCP and UDP on port 64738 --- <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-04-30 06:45:07 -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#4080