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", "title": "VPN Download",
"type": 3 "type": 3
}], },
{
"categories": [ "categories": [
"Download", "Download",
"Movie", "Movie",
"TV", "TV",
"Music" "Music"
], ],
"description": "A stack of dockers (Sonarr, Radarr and Lidarr).", "description": "A stack of dockers (Radarr, Sonarr and Lidarr).",
"env": [{ "env": [{
"default": "1000", "default": "1000",
"label": "PUID", "label": "PUID",
@ -206,17 +207,17 @@
"name": "TZ" "name": "TZ"
}, },
{ {
"default": "7878", "default": "8080",
"label": "Radarr port", "label": "Radarr port",
"name": "RADARRPORT" "name": "RADARRPORT"
}, },
{ {
"default": "8989", "default": "6789",
"label": "Sonarr port", "label": "Sonarr port",
"name": "SONARRPORT" "name": "SONARRPORT"
}, },
{ {
"default": "8686", "default": "8118",
"label": "Lidarr port", "label": "Lidarr port",
"name": "LIDARRPORT" "name": "LIDARRPORT"
}, },
@ -229,16 +230,33 @@
"label": "download folder", "label": "download folder",
"name": "DOWNLOAD", "name": "DOWNLOAD",
"description": "location of your download folder" "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", "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/radarr.png",
"name": "Movie, TV, Music Download", "name": "nextcloud",
"note": "A stack of dockers (Radarr, Sonarr and Lidarr).", "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", "platform": "linux",
"repository": { "repository": {
"stackfile": "Template/Stack/rr_mtm.yml", "stackfile": "Template/Stack/rr_mtm.yml",
"url": "https://github.com/Qballjos/portainer_templates" "url": "https://github.com/Qballjos/portainer_templates"
}, },
"title": "MTM Download", "title": "RR MTM Download",
"type": 3 "type": 3
} }
]
}