apiVersion: v1 kind: ConfigMap metadata: name: shower-app-config namespace: shower data: DJANGO_DEBUG: "0" # /host/, /admin/, and Django's login surface are all tailnet-only — the # public proxy 403s everything outside of `/` and `/prizes//`. # /host/'s "Django admin" link follows DJANGO_ADMIN_URL. DJANGO_ADMIN_URL: "https://shower.ops.eblu.me/admin/" # /host/ is served on shower.ops.eblu.me (tailnet), but the QR codes it # generates need to point at the public WAN hostname so guest phones can # reach them. PUBLIC_URL_BASE overrides Django's request.build_absolute_uri() # in the QR views — see shower/views.py:_public_url. Added in app v1.0.1. DJANGO_PUBLIC_URL_BASE: "https://shower.eblu.me"