feat: proxy services from dandelion through violet to not require vpn for immich

This commit is contained in:
Ahwx 2026-01-17 16:30:25 +01:00
parent 33b7e75120
commit 6895cff885

View file

@ -0,0 +1,14 @@
{
services = {
nginx.virtualHosts."photos.liv.town" = {
forceSSL = true;
sslCertificate = "/var/lib/acme/liv.town/cert.pem";
sslCertificateKey = "/var/lib/acme/liv.town/key.pem";
locations."/" = {
# proxyPass = "http://unix:${toString config.services.anubis.instances.librey.settings.BIND}";
proxyPass = "http://172.16.10.130:2283";
proxyWebsockets = true;
};
};
};
}