[PR #655] [CLOSED] feat: add Minepanel template #3394

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/655
Author: @Ketbome
Created: 1/16/2026
Status: Closed

Base: canaryHead: feat/minepanel-template


📝 Commits (3)

  • 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

📊 Changes

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

View changed files

blueprints/minepanel/docker-compose.yml (+28 -0)
blueprints/minepanel/minepanel.webp (+0 -0)
blueprints/minepanel/template.toml (+29 -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

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/655 **Author:** [@Ketbome](https://github.com/Ketbome) **Created:** 1/16/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `feat/minepanel-template` --- ### 📝 Commits (3) - [`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 ### 📊 Changes **4 files changed** (+75 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/minepanel/docker-compose.yml` (+28 -0) ➕ `blueprints/minepanel/minepanel.webp` (+0 -0) ➕ `blueprints/minepanel/template.toml` (+29 -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 **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:42 -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#3394