no resilio
This commit is contained in:
parent
f52351c06c
commit
200724b55d
@ -40,7 +40,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
resilio = {
|
resilio = {
|
||||||
enable = true;
|
enable = false;
|
||||||
deviceName = "Gangly4670";
|
deviceName = "Gangly4670";
|
||||||
enableWebUI = true;
|
enableWebUI = true;
|
||||||
directoryRoot = downloadDir;
|
directoryRoot = downloadDir;
|
||||||
@ -72,22 +72,26 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# resilio
|
# resilio
|
||||||
|
/*
|
||||||
"/sync" = {
|
"/sync" = {
|
||||||
proxyPass = "http://localhost:9000";
|
proxyPass = "http://localhost:9000";
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
# kubo/ipfs
|
# kubo/ipfs
|
||||||
#"/ipfs" = {
|
/*
|
||||||
# proxyPass = "http://localhost:8080";
|
"/ipfs" = {
|
||||||
#};
|
proxyPass = "http://localhost:8080";
|
||||||
|
};
|
||||||
|
|
||||||
#"/ipns" = {
|
"/ipns" = {
|
||||||
# proxyPass = "http://localhost:8080";
|
proxyPass = "http://localhost:8080";
|
||||||
#};
|
};
|
||||||
|
|
||||||
#"/ipfs-ui" = {
|
"/ipfs-ui" = {
|
||||||
# proxyPass = "http://localhost:5001/webui/";
|
proxyPass = "http://localhost:5001/webui/";
|
||||||
#};
|
};
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user