Add multi-domain support for Jellyfin
- Allow Jellyfin to operate on multiple domains via Host rule config - Move Cloudflare API tokens from Ansible inventory to manual file - Minor formatting
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
networks:
|
||||
- traefik
|
||||
labels:
|
||||
- "traefik.http.routers.{{ jellyfin_router }}.rule=Host(`{{ jellyfin_domain }}`)"
|
||||
- "traefik.http.routers.{{ jellyfin_router }}.rule=Host({{ jellyfin_domains }})"
|
||||
{% if traefik_http_only %}
|
||||
- "traefik.http.routers.{{ jellyfin_router }}.entrypoints=web"
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user