Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 0 additions & 81 deletions Template/yacht.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down