commit
c87cd3723a
3 changed files with 32 additions and 1 deletions
BIN
Images/jellyseerr.png
Normal file
BIN
Images/jellyseerr.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
|
@ -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
|
||||
|
|
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue