Registry proxy over Tailscale

This commit is contained in:
Greg Hellings
2024-01-21 02:52:25 +00:00
parent bada71dc64
commit 44e6526082
+5
View File
@@ -12,6 +12,11 @@ in {
proxy_set_header X-Forwarded-Ssl on;
'';
};
greg.proxies."registry.thehellings.com" = {
target = "https://gitlab.shire-zebra.ts.net:5000";
ssl = true;
genAliases = false;
};
services.haproxy = {
enable = true;