You've already forked jellyfin
added jellyfin deployment
This commit is contained in:
16
env.example
Normal file
16
env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# Træfik
|
||||
TRAEFIK_ENABLED=true
|
||||
TRAEFIK_NETWORK=traefik
|
||||
TRAEFIK_ROUTER=jellyfin_example_com
|
||||
TRAEFIK_SERVICE=jellyfin_example_com
|
||||
TRAEFIK_SERVICE_PORT=8096
|
||||
TRAEFIK_MATCHRULE=Host(`jellyfin.example.com`)
|
||||
TRAEFIK_TLSENABLED=true
|
||||
TRAEFIK_CERTRESOLVER=letsencrypt
|
||||
TRAEFIK_HTTP_MIDDLEWARES=http-to-https
|
||||
TRAEFIK_HTTPS_MIDDLEWARES=hsts
|
||||
|
||||
# Jellyfin
|
||||
JELLYFIN_VERSION=latest
|
||||
JELLYFIN_DATA=./data
|
||||
JELLYFIN_URL=https://jellyfin.example.com
|
Reference in New Issue
Block a user