[PR #657] [MERGED] Feat/minepanel template #3396

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/657
Author: @Ketbome
Created: 1/16/2026
Status: Merged
Merged: 1/28/2026
Merged by: @Siumauricio

Base: canaryHead: feat/minepanel-template


📝 Commits (6)

  • 01818a0 feat: add Minepanel template
  • 337622d fix: pin images to v1.7.1 and use http for URLs
  • 9dab48f fix: remove explicit ports, Dokploy handles proxying
  • eb087fe chore: process and sort meta.json
  • 3f3c2f1 fix: consolidate domain variables to main_domain
  • 8f5d5de fix: add version field to docker-compose.yml

📊 Changes

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

View changed files

blueprints/minepanel/docker-compose.yml (+29 -0)
blueprints/minepanel/minepanel.webp (+0 -0)
blueprints/minepanel/template.toml (+28 -0)
📝 meta.json (+18 -0)

📄 Description

What is this PR about?

New PR of Minepanel - Web panel for managing Minecraft servers with Docker.

Checklist

Before submitting this PR, please make sure that:

N/A

Screenshots or Videos

image

Template includes:

  • Backend service (NestJS API on port 8091)
  • Frontend service (Next.js on port 3000)
  • Auto-generated JWT secret and admin credentials
  • Docker socket access for container management
  • Persistent volumes for server data and database

Links:


🔄 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/657 **Author:** [@Ketbome](https://github.com/Ketbome) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `feat/minepanel-template` --- ### 📝 Commits (6) - [`01818a0`](https://github.com/Dokploy/templates/commit/01818a08eb962a49cae0c99d96c501ecd30f669a) feat: add Minepanel template - [`337622d`](https://github.com/Dokploy/templates/commit/337622def936b20561ad7b617edddcfa24b44f34) fix: pin images to v1.7.1 and use http for URLs - [`9dab48f`](https://github.com/Dokploy/templates/commit/9dab48fb9c44f1f7aeed7eb0014b98419b5d76f6) fix: remove explicit ports, Dokploy handles proxying - [`eb087fe`](https://github.com/Dokploy/templates/commit/eb087feaf835f1ef1a76c75d92c1bed53ed8cfeb) chore: process and sort meta.json - [`3f3c2f1`](https://github.com/Dokploy/templates/commit/3f3c2f1b156c502aeef266e2323ac57793ab7757) fix: consolidate domain variables to main_domain - [`8f5d5de`](https://github.com/Dokploy/templates/commit/8f5d5dec94577e325e851a50cbca6e792f8d5bb9) fix: add version field to docker-compose.yml ### 📊 Changes **4 files changed** (+75 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/minepanel/docker-compose.yml` (+29 -0) ➕ `blueprints/minepanel/minepanel.webp` (+0 -0) ➕ `blueprints/minepanel/template.toml` (+28 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## What is this PR about? New PR of Minepanel - Web panel for managing Minecraft servers with Docker. ## 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 - [ ] 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. ## Issues related (if applicable) N/A ## Screenshots or Videos <img width="1803" height="889" alt="image" src="https://github.com/user-attachments/assets/69f3b5fc-f1b4-4d6b-b5c6-ac2e2713d82b" /> **Template includes:** - Backend service (NestJS API on port 8091) - Frontend service (Next.js on port 3000) - Auto-generated JWT secret and admin credentials - Docker socket access for container management - Persistent volumes for server data and database **Links:** - GitHub: https://github.com/Ketbome/minepanel - Docs: https://minepanel.ketbome.lat - Docker Hub: https://hub.docker.com/r/ketbom/minepanel --- <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:46 -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#3396