fix(etna): add old keys to dendrite and delegate ssl to vesuvio

This commit is contained in:
uku 2025-02-06 14:03:30 +01:00
parent e5ea6401fe
commit dfb0ce2f2e
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 38 additions and 4 deletions

View file

@ -24,5 +24,15 @@
send_timeout 600s;
'';
};
# dendrite
"m.uku.moe" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://etna:80";
recommendedProxySettings = true;
};
};
};
}