add Homepage and configure services for discovery

This commit is contained in:
SweetId
2024-02-17 17:17:15 -05:00
parent 5a8d189c72
commit 13a06c60bb
10 changed files with 62 additions and 1 deletions

View File

@@ -32,3 +32,14 @@ services:
- traefik.http.services.jellyfin-secure.loadbalancer.server.port=8096
- traefik.docker.network=proxy
- homepage.group=Media
- homepage.name=Jellyfin
- homepage.icon=jellyfin.png
- homepage.href=${JELLYFIN_URL}
- homepage.description=Movies
- homepage.widget.type=jellyfin
- homepage.widget.url=${JELLYFIN_URL}
- homepage.widget.key=${JELLYFIN_API_KEY}
- homepage.widget.enableBlocks=true
- homepage.widget.enableNowPlaying=false

View File

@@ -1,6 +1,7 @@
JELLYFIN_PORT_HTTP=8096
JELLYFIN_PORT_HTTPS=8920
JELLYFIN_URL=jellyfin.example.com
JELLYFIN_API_KEY=YourApiKey
JELLYFIN_DIR=/path/to/jelly
JELLYFIN_MEDIA_DIR=/path/to/media