1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 14:50:40 +02:00

chore: disable oauth on firefly for now, it's only reachable internally right now

This commit is contained in:
oddlama 2025-04-26 13:35:00 +02:00
parent 7853222e0b
commit d7fbce7a1e
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -17,7 +17,7 @@ in
globals.services.firefly.domain = fireflyDomain;
globals.monitoring.http.firefly = {
url = "https://${fireflyDomain}";
expectedBodyRegex = "Firefly-III";
expectedBodyRegex = "Firefly III";
network = "home-lan.vlans.services";
};
@ -48,9 +48,6 @@ in
TRUSTED_PROXIES = wardWebProxyCfg.wireguard.proxy-home.ipv4;
SITE_OWNER = "admin@${globals.domains.me}";
APP_KEY_FILE = config.age.secrets.firefly-app-key.path;
AUTHENTICATION_GUARD = "remote_user_guard";
AUTHENTICATION_GUARD_HEADER = "X-User";
AUTHENTICATION_GUARD_EMAIL = "X-Email";
};
};