nixos/estuary: Add john-valorant
Some checks failed
CI / Check, build and cache nixfiles (push) Failing after 6m15s

This commit is contained in:
2026-03-01 22:57:03 +00:00
parent 21c24216b4
commit c9c788e261
5 changed files with 72 additions and 3 deletions

View File

@@ -437,6 +437,14 @@ in
};
useACMEHost = pubDomain;
};
"hass-john.${pubDomain}" = {
locations."/" = {
proxyPass = "http://john-valorant-tun.${domain}:8123";
proxyWebsockets = true;
extraConfig = proxyHeaders;
};
useACMEHost = pubDomain;
};
};
minio =