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