[PR #624] [MERGED] Add Misaka Danmu Server template with Docker Compose, icon, and metadata #3369

Closed
opened 2026-04-25 18:05:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/624
Author: @Yuri-NagaSaki
Created: 12/23/2025
Status: Merged
Merged: 1/28/2026
Merged by: @Siumauricio

Base: canaryHead: add-misaka-danmu-server


📝 Commits (1)

  • 005ffe5 Add Misaka Danmu Server template with Docker Compose, icon, and metadata

📊 Changes

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

View changed files

blueprints/misaka-danmu-server/docker-compose.yml (+43 -0)
blueprints/misaka-danmu-server/misaka-danmu-server.png (+0 -0)
blueprints/misaka-danmu-server/template.toml (+30 -0)
📝 meta.json (+17 -0)

📄 Description

What is this PR about?

Add Misaka Danmu Server template - a self-hosted danmaku (bullet comments) server for live streaming and video platforms.

About Misaka Danmu Server

Misaka Danmu Server is a self-hosted solution for managing real-time danmaku (bullet comments) commonly used in live streaming and video platforms. It features:

  • Real-time danmaku - live bullet comments overlay on video/stream
  • PostgreSQL backend - reliable data storage
  • RESTful API - easy integration with streaming platforms
  • Admin panel - manage and moderate comments

Changes:

  • blueprints/misaka-danmu-server/docker-compose.yml - PostgreSQL 18 + Danmu App
  • blueprints/misaka-danmu-server/template.toml - Dokploy template (port 7768, traefik domain)
  • blueprints/misaka-danmu-server/misaka-danmu-server.png - Application logo
  • meta.json - Added template metadata

Checklist

Before submitting this PR, please make sure that:


🔄 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/624 **Author:** [@Yuri-NagaSaki](https://github.com/Yuri-NagaSaki) **Created:** 12/23/2025 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `add-misaka-danmu-server` --- ### 📝 Commits (1) - [`005ffe5`](https://github.com/Dokploy/templates/commit/005ffe5d4f92e1240456d8b199a3638dd7b66888) Add Misaka Danmu Server template with Docker Compose, icon, and metadata ### 📊 Changes **4 files changed** (+90 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/misaka-danmu-server/docker-compose.yml` (+43 -0) ➕ `blueprints/misaka-danmu-server/misaka-danmu-server.png` (+0 -0) ➕ `blueprints/misaka-danmu-server/template.toml` (+30 -0) 📝 `meta.json` (+17 -0) </details> ### 📄 Description ## What is this PR about? Add **Misaka Danmu Server** template - a self-hosted danmaku (bullet comments) server for live streaming and video platforms. ### About Misaka Danmu Server Misaka Danmu Server is a self-hosted solution for managing real-time danmaku (bullet comments) commonly used in live streaming and video platforms. It features: - **Real-time danmaku** - live bullet comments overlay on video/stream - **PostgreSQL backend** - reliable data storage - **RESTful API** - easy integration with streaming platforms - **Admin panel** - manage and moderate comments ### Changes: - `blueprints/misaka-danmu-server/docker-compose.yml` - PostgreSQL 18 + Danmu App - `blueprints/misaka-danmu-server/template.toml` - Dokploy template (port 7768, traefik domain) - `blueprints/misaka-danmu-server/misaka-danmu-server.png` - Application logo - `meta.json` - Added template metadata ## Checklist Before submitting this PR, please make sure that: - [X] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-requirements-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. --- <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-25 18:05:10 -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#3369