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 = [
|
imports = [
|
||||||
# ./excalidraw.nix
|
./excalidraw.nix
|
||||||
# ./fail2ban.nix
|
# ./fail2ban.nix
|
||||||
# ./flaresolverr.nix
|
./flaresolverr.nix
|
||||||
# # ./games
|
# # ./games
|
||||||
# ./gitea.nix
|
# ./gitea.nix
|
||||||
# ./homepage.nix
|
# ./homepage.nix
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
# # ./monitoring.nix
|
# # ./monitoring.nix
|
||||||
# # ./nextcloud.nix
|
# # ./nextcloud.nix
|
||||||
# # ./paperless.nix
|
# # ./paperless.nix
|
||||||
# ./prowlarr.nix
|
./prowlarr.nix
|
||||||
# ./resolved.nix
|
# ./resolved.nix
|
||||||
# ./searxng.nix
|
# ./searxng.nix
|
||||||
# ./headscale.nix
|
# ./headscale.nix
|
||||||
|
|||||||
@@ -26,14 +26,14 @@
|
|||||||
"clientId": "${config.sops.placeholder."authelia/oidc/immich/client_id"}",
|
"clientId": "${config.sops.placeholder."authelia/oidc/immich/client_id"}",
|
||||||
"clientSecret": "${config.sops.placeholder."authelia/oidc/immich/client_secret"}",
|
"clientSecret": "${config.sops.placeholder."authelia/oidc/immich/client_secret"}",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"autoLaunch": false,
|
"autoLaunch": true,
|
||||||
"autoRegister": true,
|
"autoRegister": true,
|
||||||
"buttonText": "Login with Authelia",
|
"buttonText": "Login with Authelia",
|
||||||
"scope": "openid email profile",
|
"scope": "openid email profile",
|
||||||
"issuerUrl": "https://auth.darksailor.dev"
|
"issuerUrl": "https://auth.darksailor.dev"
|
||||||
},
|
},
|
||||||
"passwordLogin" : {
|
"passwordLogin" : {
|
||||||
"enabled": true
|
"enabled": false
|
||||||
},
|
},
|
||||||
"server": {
|
"server": {
|
||||||
"externalDomain": "https://photos.darksailor.dev"
|
"externalDomain": "https://photos.darksailor.dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user