Merge pull request #6 from zvx-echo6/extraction-2-add-auth-config

Add auth.login_url/logout_url to deployment profiles (extraction #2 prep)
This commit is contained in:
malice 2026-05-22 09:18:06 -06:00 committed by GitHub
commit 25cf5ac16a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 0 deletions

View file

@ -31,6 +31,10 @@ services:
address_book: "/api/address_book" address_book: "/api/address_book"
valhalla: "/valhalla" valhalla: "/valhalla"
auth:
login_url: "/outpost.goauthentik.io/start?rd=%2F"
logout_url: "https://auth.echo6.co/if/flow/default-invalidation-flow/?next=https://navi.echo6.co/"
features: features:
has_nominatim_details: true has_nominatim_details: true
has_kiwix_wiki: true has_kiwix_wiki: true

View file

@ -26,6 +26,11 @@ services:
address_book: "/api/address_book" address_book: "/api/address_book"
valhalla: "/valhalla" valhalla: "/valhalla"
# TODO(matt): confirm logout next= host for this profile
auth:
login_url: "/outpost.goauthentik.io/start?rd=%2F"
logout_url: "https://auth.echo6.co/if/flow/default-invalidation-flow/?next=https://navi.echo6.co/"
features: features:
has_nominatim_details: false has_nominatim_details: false
has_kiwix_wiki: false has_kiwix_wiki: false

View file

@ -31,6 +31,11 @@ services:
address_book: "/api/address_book" address_book: "/api/address_book"
valhalla: "/valhalla" valhalla: "/valhalla"
# TODO(matt): confirm logout next= host for this profile
auth:
login_url: "/outpost.goauthentik.io/start?rd=%2F"
logout_url: "https://auth.echo6.co/if/flow/default-invalidation-flow/?next=https://navi.echo6.co/"
features: features:
has_nominatim_details: true has_nominatim_details: true
has_kiwix_wiki: false has_kiwix_wiki: false