Jellyfin proxy
This commit is contained in:
parent
f29d579d82
commit
5956d8480a
1 changed files with 1 additions and 0 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue