mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02:00
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:
13
blueprints/jellyseerr/docker-compose.yml
Normal file
13
blueprints/jellyseerr/docker-compose.yml
Normal 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:
|
||||
5
blueprints/jellyseerr/jellyseerr.svg
Normal file
5
blueprints/jellyseerr/jellyseerr.svg
Normal 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 |
11
blueprints/jellyseerr/template.toml
Normal file
11
blueprints/jellyseerr/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = {}
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "jellyseerr"
|
||||
port = 5055
|
||||
host = "${main_domain}"
|
||||
17
meta.json
17
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user