Jellyfin proxy

This commit is contained in:
Filippo Berto 2022-12-20 14:45:24 +01:00
parent f29d579d82
commit 5956d8480a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -70,6 +70,7 @@ with lib; {
};
"radarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://${loki}:7878/"; proxyWebsockets = true; }; };
"sonarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://${loki}:8989/"; proxyWebsockets = true; }; };
"jellyfin.bertof.net" = ssl // { locations."/" = { proxyPass = "http://${loki}:8096/"; proxyWebsockets = true; }; };
};
};
openssh = { enable = true; openFirewall = true; };