feat: opencloud test

This commit is contained in:
Nick 2025-07-07 15:59:14 -05:00
parent 17b17a866e
commit 6804acfc28

View file

@ -20,8 +20,11 @@ in
virtualHosts = {
"${host}" = {
extraConfig = ''
reverse_proxy ${localhost}:${toString service.ports.port0}
reverse_proxy https://${localhost}:${toString service.ports.port0} {
transport http {
tls_insecure_skip_verify
}
}
tls ${service.ssl.cert} ${service.ssl.key}
'';
};