feat(tako): enable autoLaunch and disable password login for immich

chore(tako): uncomment excalidraw, flaresolverr, and prowlarr service imports
This commit is contained in:
uttarayan21
2025-11-27 20:53:52 +05:30
parent a9616c8564
commit 9542689024
2 changed files with 5 additions and 5 deletions

View File

@@ -26,14 +26,14 @@
"clientId": "${config.sops.placeholder."authelia/oidc/immich/client_id"}",
"clientSecret": "${config.sops.placeholder."authelia/oidc/immich/client_secret"}",
"enabled": true,
"autoLaunch": false,
"autoLaunch": true,
"autoRegister": true,
"buttonText": "Login with Authelia",
"scope": "openid email profile",
"issuerUrl": "https://auth.darksailor.dev"
},
"passwordLogin" : {
"enabled": true
"enabled": false
},
"server": {
"externalDomain": "https://photos.darksailor.dev"