mirror of
https://github.com/zvx-echo6/recon.git
synced 2026-06-10 00:44:37 +02:00
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:
commit
25cf5ac16a
3 changed files with 14 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ services:
|
|||
address_book: "/api/address_book"
|
||||
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:
|
||||
has_nominatim_details: true
|
||||
has_kiwix_wiki: true
|
||||
|
|
|
|||
|
|
@ -26,6 +26,11 @@ services:
|
|||
address_book: "/api/address_book"
|
||||
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:
|
||||
has_nominatim_details: false
|
||||
has_kiwix_wiki: false
|
||||
|
|
|
|||
|
|
@ -31,6 +31,11 @@ services:
|
|||
address_book: "/api/address_book"
|
||||
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:
|
||||
has_nominatim_details: true
|
||||
has_kiwix_wiki: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue