fix: use Authentik domain URL for cookie domain compatibility
Build and Push / build (release) Successful in 1m17s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeroen Schweitzer
2026-01-01 20:52:14 +01:00
co-authored by Claude Opus 4.5
parent ee93a73160
commit 892015fa59
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -121,7 +121,8 @@ class Settings(BaseSettings):
oidc_audience: str = "core-api"
# Authentik API (for token validation and user management)
authentik_url: str = "http://192.168.86.149:9000" # Authentik base URL
# Must use domain name (not IP) when AUTHENTIK_COOKIE_DOMAIN is set
authentik_url: str = "https://auth.schweitz.net" # Authentik base URL
authentik_username: str = "" # Admin username for API access (AUTHENTIK_USERNAME env var)
authentik_password: str = "" # Admin password for API access (AUTHENTIK_PASSWORD env var)