From fe4c737eba5f983259f9870dc130d1001c5cbbaf Mon Sep 17 00:00:00 2001 From: denamolio <71786326+dacadla@users.noreply.github.com> Date: Wed, 7 Jun 2023 06:48:45 +0000 Subject: [PATCH] Remove McMyAdmin2 --- Template/yacht.json | 81 --------------------------------------------- 1 file changed, 81 deletions(-) diff --git a/Template/yacht.json b/Template/yacht.json index c1cb8de0..39621105 100644 --- a/Template/yacht.json +++ b/Template/yacht.json @@ -1811,87 +1811,6 @@ } ] }, - { - "type": 1, - "title": "McMyAdmin 2", - "name": "mcmyadmin2", - "description": "McMyAdmin 2 is the leading web control panel and administration console for Minecraft servers.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/mcmyadmin-icon.png", - "image": "lscr.io/linuxserver/mcmyadmin2:latest", - "categories": [ - "Other" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - { - "WebUI": "8080:8080/tcp", - "Minecraft": "25565:25565/tcp" - } - ], - "volumes": [ - { - "container": "/minecraft" - } - ], - "env": [ - { - "name": "PUID", - "label": "PUID", - "default": "!PUID" - }, - { - "name": "PGID", - "label": "PGID", - "default": "!PGID" - } - ] - }, - { - "type": 1, - "title": "Medusa", - "name": "medusa", - "description": "Medusa, automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.", - "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/medusa-icon.png", - "image": "lscr.io/linuxserver/medusa:latest", - "categories": [ - "Downloaders", - "Video" - ], - "platform": "linux", - "restart_policy": "unless-stopped", - "ports": [ - { - "WebUI": "8081:8081/tcp" - } - ], - "volumes": [ - { - "container": "/config", - "bind": "!config/Medusa" - }, - { - "container": "/tv", - "bind": "!tv" - }, - { - "container": "/downloads", - "bind": "!downloads" - } - ], - "env": [ - { - "name": "PUID", - "label": "PUID", - "default": "!PUID" - }, - { - "name": "PGID", - "label": "PGID", - "default": "!PGID" - } - ] - }, { "type": 1, "title": "MineOS",