mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-08 21:04:38 -05:00
feat: firefly-iii test
This commit is contained in:
parent
2843ecf346
commit
1a2c4e20d5
1 changed files with 1 additions and 5 deletions
|
@ -16,20 +16,16 @@ in
|
|||
settings = {
|
||||
APP_KEY_FILE = config.sops.secrets."${service.name}-key".path;
|
||||
SITE_OWNER = email.address0;
|
||||
# VIRTUAL_HOST = host;
|
||||
# VIRTUAL_PORT = service.ports.port1;
|
||||
# DB_PORT = 3306;
|
||||
DB_DATABASE = "firefly";
|
||||
DB_USERNAME = "firefly";
|
||||
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-pass".path;
|
||||
# APP_FORCE_SSL = true;
|
||||
};
|
||||
};
|
||||
caddy = {
|
||||
virtualHosts = {
|
||||
"${host}" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy ${localhost}:443 {
|
||||
reverse_proxy ${localhost}:80 {
|
||||
header_up X-Forwarded-Proto {scheme}
|
||||
header_up X-Forwarded-Host {host}
|
||||
header_up X-Forwarded-Server {host}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue