This commit is contained in:
Qballjos 2021-02-26 10:50:35 +01:00
parent a534c33872
commit 83fe11eaf6
1 changed files with 254 additions and 236 deletions

View File

@ -183,14 +183,15 @@
},
"title": "VPN Download",
"type": 3
}],
},
{
"categories": [
"Download",
"Movie",
"TV",
"Music"
],
"description": "A stack of dockers (Sonarr, Radarr and Lidarr).",
"description": "A stack of dockers (Radarr, Sonarr and Lidarr).",
"env": [{
"default": "1000",
"label": "PUID",
@ -206,17 +207,17 @@
"name": "TZ"
},
{
"default": "7878",
"default": "8080",
"label": "Radarr port",
"name": "RADARRPORT"
},
{
"default": "8989",
"default": "6789",
"label": "Sonarr port",
"name": "SONARRPORT"
},
{
"default": "8686",
"default": "8118",
"label": "Lidarr port",
"name": "LIDARRPORT"
},
@ -229,16 +230,33 @@
"label": "download folder",
"name": "DOWNLOAD",
"description": "location of your download folder"
},
{
"label": "Movies folder",
"name": "MOVIES",
"description": "location of your Movies folder"
},
{
"label": "TV folder",
"name": "TV",
"description": "location of your TV folder"
},
{
"label": "Music folder",
"name": "MUSIC",
"description": "location of your Music folder"
}
],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/radarr.png",
"name": "Movie, TV, Music Download",
"note": "A stack of dockers (Radarr, Sonarr and Lidarr).",
"name": "nextcloud",
"note": "The database user is nextcloud and the database is nextcloud_db. The host of the database will be located at the bottom of the DB conotainer in portainer.",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/rr_mtm.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "MTM Download",
"title": "RR MTM Download",
"type": 3
}
]
}