From 02a866d0160854fbe7210b9037f35146a9edc70b Mon Sep 17 00:00:00 2001 From: Shiro Date: Mon, 4 Dec 2023 10:37:59 +0000 Subject: [PATCH] Update template.json --- Template/template.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Template/template.json b/Template/template.json index 7c29f93..7f40c38 100644 --- a/Template/template.json +++ b/Template/template.json @@ -1293,6 +1293,36 @@ } ] }, + { + "categories": ["Other", "Tools"], + "description": "Jellyseer is a free and open source software application for managing requests for your media library.", + "env": [ + { + "default": "1000", + "label": "PUID", + "name": "PUID" + }, + { + "default": "100", + "label": "PGID", + "name": "PGID" + } + ], + "image": "fallenbagel/jellyseerr", + "logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/jellyseerr.png", + "name": "Jellyseerr", + "platform": "linux", + "ports": ["5055:5055/tcp"], + "restart_policy": "unless-stopped", + "title": "Jellyseerr", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Jellyseerr", + "container": "/config" + } + ] + }, { "categories": ["Video"], "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",