add truenas jellyfin to routes

This commit is contained in:
Adrian Gunnar Lauterer 2024-06-16 13:22:18 +02:00
parent 6293fd1ca4
commit 2e2a8d12a9
1 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,15 @@
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
};
virtualHosts."film.lauterer.it" = {
forceSSL = true;
useACMEHost = config.networking.domain;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.104.182.48:8096";
};
};
virtualHosts."home.lauterer.it" = {
forceSSL = true;
useACMEHost = config.networking.domain;