add t vault reverse proxy

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-08 17:37:37 -06:00
parent 7bcaca441a
commit bb9cd5d9c4

View file

@ -76,6 +76,14 @@
proxyPass = "http://100.64.0.2:6610";
};
};
"vault.t.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.64.0.2:64608";
};
};
# Redirect self IP to domain
"172.234.26.141" = {