diff --git a/Template/test.json b/Template/test.json index c9aae43..15792cc 100644 --- a/Template/test.json +++ b/Template/test.json @@ -267,6 +267,116 @@ }, "title": "RR MTM Download", "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 + } ] }