forked from nico/dots
miniflux: use kanidm
This commit is contained in:
parent
26b050c9fc
commit
aefc1ad786
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@
|
||||||
|
|
||||||
OAUTH2_PROVIDER = "oidc";
|
OAUTH2_PROVIDER = "oidc";
|
||||||
OAUTH2_REDIRECT_URL = "https://rss.${config.homelab.domain}/oauth2/oidc/callback";
|
OAUTH2_REDIRECT_URL = "https://rss.${config.homelab.domain}/oauth2/oidc/callback";
|
||||||
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://auth.${config.homelab.domain}";
|
OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://${config.homelab.authDomain}/oauth2/openid/miniflux";
|
||||||
OAUTH2_OIDC_PROVIDER_NAME = "PocketID";
|
OAUTH2_OIDC_PROVIDER_NAME = "kanidm";
|
||||||
OAUTH2_USER_CREATION = 1;
|
OAUTH2_USER_CREATION = 1;
|
||||||
DISABLE_LOCAL_AUTH = 1;
|
DISABLE_LOCAL_AUTH = 1;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue