From 200724b55d58095aa2375b1b95504d425283303d Mon Sep 17 00:00:00 2001 From: Sense T Date: Sat, 22 Jul 2023 04:46:08 +0000 Subject: [PATCH] no resilio --- global/software-configuration.nix | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/global/software-configuration.nix b/global/software-configuration.nix index d028993..0a39b51 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -40,7 +40,7 @@ in }; resilio = { - enable = true; + enable = false; deviceName = "Gangly4670"; enableWebUI = true; directoryRoot = downloadDir; @@ -72,22 +72,26 @@ in }; # resilio - "/sync" = { + /* + "/sync" = { proxyPass = "http://localhost:9000"; - }; + }; + */ # kubo/ipfs - #"/ipfs" = { - # proxyPass = "http://localhost:8080"; - #}; + /* + "/ipfs" = { + proxyPass = "http://localhost:8080"; + }; - #"/ipns" = { - # proxyPass = "http://localhost:8080"; - #}; + "/ipns" = { + proxyPass = "http://localhost:8080"; + }; - #"/ipfs-ui" = { - # proxyPass = "http://localhost:5001/webui/"; - #}; + "/ipfs-ui" = { + proxyPass = "http://localhost:5001/webui/"; + }; + */ }; }; };