feat: firefly-iii test

This commit is contained in:
Nick 2025-06-27 02:47:15 -05:00
parent 0550894a5f
commit 3256631200

View file

@ -22,7 +22,7 @@ in
DB_DATABASE = "firefly"; DB_DATABASE = "firefly";
DB_USERNAME = "firefly"; DB_USERNAME = "firefly";
DB_PASSWORD_FILE = config.sops.secrets."${service.name}-pass".path; DB_PASSWORD_FILE = config.sops.secrets."${service.name}-pass".path;
APP_FORCE_SSL = true; # APP_FORCE_SSL = true;
}; };
}; };
caddy = { caddy = {