feat: firefly-iii test

This commit is contained in:
Nick 2025-06-27 03:03:44 -05:00
parent 2843ecf346
commit 1a2c4e20d5

View file

@ -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}