Update template.json

This commit is contained in:
Shiro 2023-12-04 10:37:59 +00:00 committed by GitHub
parent 669566e6fc
commit 02a866d016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -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"], "categories": ["Video"],
"description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.", "description": "Headless installation of Kodi™ (formerly known as XBMC™), to enable library updates.",