feat: add Jellyseerr template (#950)

* feat: add Jellyseerr template

* chore: pin jellyseerr template version

---------

Co-authored-by: Rohit Mulani <289630555+rohitmulani63-ops@users.noreply.github.com>
This commit is contained in:
Rohit Mulani
2026-07-07 23:12:56 +04:00
committed by GitHub
parent 7faf814ec7
commit 5f037d3e6b
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
jellyseerr:
image: fallenbagel/jellyseerr:2.7.3
restart: unless-stopped
volumes:
- jellyseerr_config:/app/config
environment:
LOG_LEVEL: info
ports:
- "5055"
volumes:
jellyseerr_config:

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<rect width="128" height="128" rx="28" fill="#101828"/>
<circle cx="64" cy="64" r="34" fill="#38bdf8" opacity="0.92"/>
<text x="64" y="74" text-anchor="middle" font-family="Arial, sans-serif" font-size="30" font-weight="700" fill="#ffffff">J</text>
</svg>

After

Width:  |  Height:  |  Size: 325 B

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "jellyseerr"
port = 5055
host = "${main_domain}"

View File

@@ -3433,6 +3433,23 @@
"media system"
]
},
{
"id": "jellyseerr",
"name": "Jellyseerr",
"version": "2.7.3",
"description": "Jellyseerr is a media request and discovery manager for Jellyfin, Plex, and Emby users.",
"logo": "jellyseerr.svg",
"links": {
"github": "https://github.com/Fallenbagel/jellyseerr",
"website": "https://docs.jellyseerr.dev/",
"docs": "https://docs.jellyseerr.dev/"
},
"tags": [
"media",
"requests",
"jellyfin"
]
},
{
"id": "jenkins",
"name": "jenkins",