temporary fix: hardcode allowed ip instead of using traefik middleware

This commit is contained in:
2025-08-07 15:33:38 +02:00
parent 84621ce12e
commit ae3eed3ff8
+1 -1
View File
@@ -5,6 +5,6 @@ metadata:
namespace: {{ .Release.Namespace }}
data:
OAUTH_ALLOWED_HOST: webapp.arcodange.duckdns.org
OAUTH_DEVICE_CODE_ALLOWED_IPS: 90.16.102.250,
OAUTH_DEVICE_CODE_ALLOWED_IPS: 86.247.157.144,
DATABASE_URL: postgres://pgbouncer_auth:[email protected]/postgres?sslmode=disable
# DATABASE_URL: postgres://username:password@localhost/dbname?sslmode=disable