added podgrab rout

main
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

@ -40,7 +40,16 @@
proxyPass = "http://100.84.215.84:8096";
};
};
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;
};