Merge pull request #65 from ShiroBlank/master

Added Jellyseerr
This commit is contained in:
Jos Visser 2023-12-04 11:49:35 +01:00 committed by GitHub
commit c87cd3723a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 1 deletions

BIN
Images/jellyseerr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View file

@ -71,7 +71,8 @@ All templates are already configured to bind mount to various places on your dri
- Huginn
- Invoice_ninja
- Jackett
- Jellyfin
- Jellyfin
- Jellyseerr
- kodi-headless
- Lazylibrarian
- Letsencrypt / SWAG

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