Skip to content

Commit

Permalink
Merge pull request #65 from ShiroBlank/master
Browse files Browse the repository at this point in the history
Added Jellyseerr
  • Loading branch information
Qballjos authored Dec 4, 2023
2 parents 8645e22 + 51bd270 commit c87cd37
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
Binary file added Images/jellyseerr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 30 additions & 0 deletions Template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit c87cd37

Please sign in to comment.