add truenas jellyfin to routes
This commit is contained in:
parent
6293fd1ca4
commit
2e2a8d12a9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue