#123 Enable CORE_RETURN_HTTPS as first step in diagnosing failure to render media
This commit is contained in:
parent
b8c3bb11a9
commit
f552185196
@ -18,8 +18,8 @@ services:
|
||||
- traefik.http.routers.zipline.rule=Host(`zipline.jafner.net`)
|
||||
- traefik.http.routers.zipline.tls.certresolver=lets-encrypt
|
||||
- traefik.http.routers.zipline.tls.options=tls12@file
|
||||
- traefik.http.routers.zipline.middlewares=securityheaders@file
|
||||
- traefik.http.services.zipline.loadbalancer.server.port=3000
|
||||
- traefik.http.routers.zipline.middlewares=securityheaders@file
|
||||
|
||||
postgres:
|
||||
image: postgres:15
|
||||
|
@ -1,7 +1,12 @@
|
||||
# Configured variables
|
||||
MFA_TOTP_ENABLED=true
|
||||
WEBSITE_SHOW_FILES_PER_USER=true
|
||||
WEBSITE_TITLE=Jafner.net
|
||||
CORE_RETURN_HTTPS=false
|
||||
CORE_RETURN_HTTPS=true
|
||||
CORE_HOST=0.0.0.0
|
||||
CORE_PORT=3000
|
||||
CORE_LOGGER=true
|
||||
|
||||
# Configured secret variables
|
||||
#CORE_DATABASE_URL # follows the structure postgresql://[user[:password]@][netloc][:port][/dbname]
|
||||
#CORE_SECRET
|
||||
|
Loading…
Reference in New Issue
Block a user