feat(tako): enable autoLaunch and disable password login for immich
chore(tako): uncomment excalidraw, flaresolverr, and prowlarr service imports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
# ./excalidraw.nix
|
||||
./excalidraw.nix
|
||||
# ./fail2ban.nix
|
||||
# ./flaresolverr.nix
|
||||
./flaresolverr.nix
|
||||
# # ./games
|
||||
# ./gitea.nix
|
||||
# ./homepage.nix
|
||||
@@ -10,7 +10,7 @@
|
||||
# # ./monitoring.nix
|
||||
# # ./nextcloud.nix
|
||||
# # ./paperless.nix
|
||||
# ./prowlarr.nix
|
||||
./prowlarr.nix
|
||||
# ./resolved.nix
|
||||
# ./searxng.nix
|
||||
# ./headscale.nix
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user