no resilio

This commit is contained in:
Sense T 2023-07-22 04:46:08 +00:00
parent f52351c06c
commit 200724b55d

View File

@ -40,7 +40,7 @@ in
};
resilio = {
enable = true;
enable = false;
deviceName = "Gangly4670";
enableWebUI = true;
directoryRoot = downloadDir;
@ -72,22 +72,26 @@ in
};
# resilio
/*
"/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/";
};
*/
};
};
};