karakeep: update oidc configuration
This commit is contained in:
parent
22ccbe0ccd
commit
c0f9113ca7
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
||||||
environment = {
|
environment = {
|
||||||
DATA_DIR = "/data"; # dont change
|
DATA_DIR = "/data"; # dont change
|
||||||
|
|
||||||
OAUTH_WELLKNOWN_URL = "https://auth.${config.homelab.domain}/.well-known/openid-configuration";
|
OAUTH_WELLKNOWN_URL = "https://${config.homelab.authDomain}/oauth2/openid/karakeep/.well-known/openid-configuration";
|
||||||
OAUTH_PROVIDER_NAME = "PocketID";
|
OAUTH_PROVIDER_NAME = "${config.homelab.domain}";
|
||||||
NEXTAUTH_URL = "https://karakeep.${config.homelab.domain}";
|
NEXTAUTH_URL = "https://karakeep.${config.homelab.domain}";
|
||||||
|
|
||||||
DISABLE_PASSWORD_AUTH = "true";
|
DISABLE_PASSWORD_AUTH = "true";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue