This commit is contained in:
Qballjos 2021-02-26 14:01:49 +01:00
parent c0f5458045
commit bfe763920f
1 changed files with 111 additions and 1 deletions

View File

@ -267,6 +267,116 @@
}, },
"title": "RR MTM Download", "title": "RR MTM Download",
"type": 3 "type": 3
},
{
"categories": [
"Media",
"Movie",
"TV",
"Music",
"Analytics",
"Request"
],
"description": "A stack of dockers (Plex, Ombi and Tautulli).",
"env": [{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
},
{
"default": "002",
"label": "UMASK",
"name": "UMASK"
},
{
"label": "TZ",
"name": "TZ"
},
{
"default": "32400",
"label": "Plex port",
"name": "PLEXPORT"
},
{
"default": "8181",
"label": "Tautulli port",
"name": "TAUTULLIPORT"
},
{
"default": "5000",
"label": "Ombi port",
"name": "OMBIPORT"
},
{
"label": "appdata folder",
"name": "APPDATA",
"description": "location of your appdata root"
},
{
"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"
},
{
"label": "Plex Pass",
"name": "PLEXPASS",
"select": [{
"text": "Yes",
"value": "yes"
},
{
"text": "No",
"value": "no",
"default": true
}
]
},
{
"label": "Plex Claim code",
"name": "PLEXCLAIM",
"description": "plex.tv/claim"
},
{
"label": "External Plex URL",
"name": "ADVERTISEIP",
"description": "The variables correspond to the plex network settings"
},
{
"label": "Your local network range",
"name": "ALLOWEDNETWORKS",
"description": "192.168.2.1/255.255.255.0"
}
],
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/plex-icon.png",
"name": "PLEX Media Server with request and monitor",
"note": "A stack of dockers (Plex, Ombi and Tautulli).",
"platform": "linux",
"repository": {
"stackfile": "Template/Stack/media_server_plex.yml",
"url": "https://github.com/Qballjos/portainer_templates"
},
"title": "PLEX Media Server with request and monitor",
"type": 3
} }
] ]
} }