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

fix: add trusted proxy to mealie so Gunicorn trusts X-Forwarded-* headers, fix kanidm mealie groups

This commit is contained in:
oddlama 2025-05-19 22:40:59 +02:00
parent 6ed22d37af
commit f69fe83c42
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 137 additions and 11 deletions

View file

@ -1,4 +1,7 @@
{
disabledModules = [
"services/web-apps/mealie.nix"
];
imports = [
./acme-wildcard.nix
./backups.nix
@ -6,6 +9,7 @@
./distributed-config.nix
./ente.nix
./globals.nix
./mealie.nix
./meta.nix
./nginx-upstream-monitoring.nix
./oauth2-proxy.nix