[PR #535] [New Template] Added Lavalink template for dokploy #529

Open
opened 2025-11-22 20:40:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/535
Author: @0zul
Created: 11/15/2025
Status: 🔄 Open

Base: mainHead: feat/lavalink


📝 Commits (10+)

  • afdfa61 Add initial Lavalink configuration template
  • 6773fe4 Added lavalink.svg logo
  • cc5c580 Create docker-compose.yml for Lavalink setup
  • 20c1da3 Modify healthcheck interval in docker-compose.yml
  • cdb5ee0 Add Lavalink metadata to meta.json
  • 44526ea Update server_port variable to use ${port}
  • 081fbda Change server port variable to randomPort
  • a785f63 Change port variable to randomPort in template.toml
  • c1b4bff Change port variable in template.toml
  • c669381 Update server port in template.toml

📊 Changes

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

View changed files

blueprints/lavalink/docker-compose.yml (+42 -0)
blueprints/lavalink/lavalink.svg (+50 -0)
blueprints/lavalink/template.toml (+123 -0)
📝 meta.json (+16 -0)

📄 Description

Added Lavalink template for dokploy since nobody has ever done it.

fixes - #536


🔄 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/535 **Author:** [@0zul](https://github.com/0zul) **Created:** 11/15/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/lavalink` --- ### 📝 Commits (10+) - [`afdfa61`](https://github.com/Dokploy/templates/commit/afdfa614c52aebec500ccf3cefe68075bf7696be) Add initial Lavalink configuration template - [`6773fe4`](https://github.com/Dokploy/templates/commit/6773fe4c411d0b617dd767540fa4e7680c9f8fe2) Added lavalink.svg logo - [`cc5c580`](https://github.com/Dokploy/templates/commit/cc5c580d322c1095409e37ed7a1c227e577d6b6b) Create docker-compose.yml for Lavalink setup - [`20c1da3`](https://github.com/Dokploy/templates/commit/20c1da338f0c0c2b3683d7c6ee0350a120655cef) Modify healthcheck interval in docker-compose.yml - [`cdb5ee0`](https://github.com/Dokploy/templates/commit/cdb5ee06f9584b029b7edda63c63383a1f394452) Add Lavalink metadata to meta.json - [`44526ea`](https://github.com/Dokploy/templates/commit/44526ea756a3df52263802f286a362e692acad7c) Update server_port variable to use ${port} - [`081fbda`](https://github.com/Dokploy/templates/commit/081fbda07737b36c22e486af30f8a0cef4a494ab) Change server port variable to randomPort - [`a785f63`](https://github.com/Dokploy/templates/commit/a785f6310e5b2d1c6495e886a7721af4045ebb34) Change port variable to randomPort in template.toml - [`c1b4bff`](https://github.com/Dokploy/templates/commit/c1b4bffb24b5cc886e9ed66bfac65621ffeacfd1) Change port variable in template.toml - [`c669381`](https://github.com/Dokploy/templates/commit/c669381f16cde81b4ba23420e473eb8e6faf76bc) Update server port in template.toml ### 📊 Changes **4 files changed** (+231 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/lavalink/docker-compose.yml` (+42 -0) ➕ `blueprints/lavalink/lavalink.svg` (+50 -0) ➕ `blueprints/lavalink/template.toml` (+123 -0) 📝 `meta.json` (+16 -0) </details> ### 📄 Description Added Lavalink template for dokploy since nobody has ever done it. fixes - #536 --- <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:40:25 -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#529