added podgrab rout

This commit is contained in:
Adrian Gunnar Lauterer 2024-05-01 16:17:45 +02:00
parent 3b987a4817
commit c936b67172
1 changed files with 10 additions and 1 deletions

View File

@ -41,6 +41,15 @@
};
};
virtualHosts."podgrab.lauterer.it" = {
forceSSL = true;
useACMEHost = config.networking.domain;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.84.215.84:4242";
};
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
};