#123 Enable CORE_RETURN_HTTPS as first step in diagnosing failure to render media
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 25s
Deploy to Fighter / Notify (push) Successful in 2s

This commit is contained in:
Joey Hafner 2024-03-10 18:52:15 -07:00
parent b8c3bb11a9
commit f552185196
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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