feat: added firefly-iii

This commit is contained in:
Nick 2025-10-09 04:25:00 -05:00
parent 2297254f16
commit 41ec752795

View file

@ -31,7 +31,7 @@ in
port0 = 8080; port0 = 8080;
}; };
ssl = { ssl = {
cert = "${sslPath}/${name}.${domain0}/fullchain.pem"; cert = "${sslPath}/${domain}/fullchain.pem";
key = "${sslPath}/${name}.${domain0}/key.pem"; key = "${sslPath}/${domain}/key.pem";
}; };
} }