mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
feat: spun up firefly-iii
This commit is contained in:
parent
4b86ce3f4e
commit
2932b9f18d
1 changed files with 9 additions and 1 deletions
|
|
@ -56,6 +56,11 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
phpfpm.pools.firefly-iii.phpEnv = {
|
||||||
|
TRUSTED_PROXIES = "*";
|
||||||
|
APP_URL = "https://${host}";
|
||||||
|
};
|
||||||
|
|
||||||
firefly-iii-data-importer = {
|
firefly-iii-data-importer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
@ -70,7 +75,10 @@ in
|
||||||
|
|
||||||
encode gzip
|
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}
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue