feat: spun up firefly-iii

This commit is contained in:
Nick 2025-11-17 20:21:01 -06:00
parent 4b86ce3f4e
commit 2932b9f18d

View file

@ -56,6 +56,11 @@ in
};
};
phpfpm.pools.firefly-iii.phpEnv = {
TRUSTED_PROXIES = "*";
APP_URL = "https://${host}";
};
firefly-iii-data-importer = {
enable = true;
};
@ -70,7 +75,10 @@ in
encode gzip
php_fastcgi unix//run/phpfpm/firefly-iii.sock
php_fastcgi unix//run/phpfpm/firefly-iii.sock {
env HTTPS {http.request.header.X-Forwarded-Proto}
env HTTP_X_FORWARDED_PROTO {http.request.header.X-Forwarded-Proto}
}
'';
};
};