Freya: add Ombi and better Transmission defaults
This commit is contained in:
parent
385875a608
commit
56cbb44f68
2 changed files with 4 additions and 3 deletions
|
|
@ -77,6 +77,7 @@
|
||||||
"radarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:7878/"; proxyWebsockets = true; }; };
|
"radarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:7878/"; proxyWebsockets = true; }; };
|
||||||
"sonarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8989/"; proxyWebsockets = true; }; };
|
"sonarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8989/"; proxyWebsockets = true; }; };
|
||||||
"lidarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8686/"; proxyWebsockets = true; }; };
|
"lidarr.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8686/"; proxyWebsockets = true; }; };
|
||||||
|
"ombi.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:5000/"; proxyWebsockets = true; }; };
|
||||||
"jellyfin.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8096/"; proxyWebsockets = true; }; };
|
"jellyfin.bertof.net" = ssl // { locations."/" = { proxyPass = "http://freya.zto:8096/"; proxyWebsockets = true; }; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -79,12 +79,12 @@
|
||||||
bazarr = { enable = true; openFirewall = true; group = "users"; };
|
bazarr = { enable = true; openFirewall = true; group = "users"; };
|
||||||
fail2ban = { enable = true; bantime-increment.enable = true; };
|
fail2ban = { enable = true; bantime-increment.enable = true; };
|
||||||
jellyfin = { enable = true; openFirewall = true; group = "users"; };
|
jellyfin = { enable = true; openFirewall = true; group = "users"; };
|
||||||
|
lidarr = { enable = true; openFirewall = true; group = "users"; };
|
||||||
|
ombi = { enable = true; openFirewall = true; group = "users"; };
|
||||||
prowlarr = { enable = true; openFirewall = true; };
|
prowlarr = { enable = true; openFirewall = true; };
|
||||||
radarr = { enable = true; openFirewall = true; group = "users"; };
|
radarr = { enable = true; openFirewall = true; group = "users"; };
|
||||||
sonarr = { enable = true; openFirewall = true; group = "users"; };
|
sonarr = { enable = true; openFirewall = true; group = "users"; };
|
||||||
lidarr = { enable = true; openFirewall = true; group = "users"; };
|
transmission = { enable = true; openFirewall = true; group = "users"; settings.download-dir = "/mnt/raid/condiviso/Torrent"; };
|
||||||
transmission = { enable = true; openFirewall = true; group = "users"; }
|
|
||||||
// { settings = { download-dir = "/mnt/raid/condiviso/Torrent"; incomplete-dir = "/mnt/raid/condiviso/Torrent/.incomplete"; }; };
|
|
||||||
|
|
||||||
snapper.configs =
|
snapper.configs =
|
||||||
let
|
let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue