dd
This commit is contained in:
parent
f1d83c2c16
commit
10f9535d01
2 changed files with 2 additions and 2 deletions
docker-compose
|
@ -119,7 +119,7 @@ identity_providers:
|
|||
clients:
|
||||
- client_id: miniflux
|
||||
client_name: Miniflux RSS Reader
|
||||
client_secret: {{ lookup('viczem.keepass.keepass', 'miniflux/miniflux_authelia_oidc_secret', 'password') }}
|
||||
client_secret: {{ lookup('viczem.keepass.keepass', 'miniflux/miniflux_authelia_oidc_secret_digest', 'password') }}
|
||||
authorization_policy: one_factor # explizit, sonst wird 2FA abgefragt
|
||||
public: false
|
||||
pre_configured_consent_duration: 90d
|
||||
|
|
|
@ -32,7 +32,7 @@ services:
|
|||
# https://www.reddit.com/r/selfhosted/comments/xslygp/miniflux_oidc_wauthelia_all_on_docker_behind/
|
||||
OAUTH2_PROVIDER: oidc
|
||||
OAUTH2_CLIENT_ID: miniflux
|
||||
OAUTH2_CLIENT_SECRET: {{ lookup('viczem.keepass.keepass', 'miniflux/miniflux_authelia_oidc_secret', 'password') }}
|
||||
OAUTH2_CLIENT_SECRET: {{ lookup('viczem.keepass.keepass', 'miniflux/miniflux_authelia_oidc_secret_digest', 'password') }}
|
||||
OAUTH2_REDIRECT_URL: https://miniflux.mgrote.net/oauth2/oidc/callback
|
||||
OAUTH2_OIDC_DISCOVERY_ENDPOINT: https://auth.mgrote.net
|
||||
OAUTH2_USER_CREATION: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue