sett soem secure settings for resilio
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [config.services.resilio.httpListenPort];
|
||||
|
||||
|
||||
services.nginx.virtualHosts."sync.stubbe.rocks" = {
|
||||
enableACME = true;
|
||||
@@ -18,5 +16,6 @@ networking.firewall.allowedTCPPorts = [config.services.resilio.httpListenPort];
|
||||
httpLogin = "resilioSyncAdmin";
|
||||
httpPass = "&u)cg?ZD6P%S";
|
||||
enableWebUI = true;
|
||||
httpListenAddr = "127.0.0.1";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user