feat(auth): allowlist private для LAN return_to
Build and Push Auth Portal Docker Image / build-and-push (push) Successful in 3m37s
Build and Push Auth Portal Docker Image / create-release (push) Skipped

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-07-18 13:49:37 +07:00
co-authored by Cursor
parent bac95bdb2e
commit 1cc58977fd
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
ADMIN_EMAIL: ${ADMIN_EMAIL:[email protected]}
ADMIN_PASSWORD: ${ADMIN_PASSWORD:-}
ADMIN_NAME: ${ADMIN_NAME:-Admin}
RETURN_TO_ALLOWLIST: ${RETURN_TO_ALLOWLIST:-.shnt.top,localhost}
RETURN_TO_ALLOWLIST: ${RETURN_TO_ALLOWLIST:-.shnt.top,localhost,private}
LOG_LEVEL: info
STATIC_DIR: /app/static
volumes: