1
This commit is contained in:
parent
be6c5774b4
commit
f52351c06c
@ -47,7 +47,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
kubo = {
|
kubo = {
|
||||||
enable = true;
|
enable = false;
|
||||||
dataDir = "/mnt/ipfs";
|
dataDir = "/mnt/ipfs";
|
||||||
enableGC = true;
|
enableGC = true;
|
||||||
};
|
};
|
||||||
@ -77,17 +77,17 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# kubo/ipfs
|
# kubo/ipfs
|
||||||
"/ipfs" = {
|
#"/ipfs" = {
|
||||||
proxyPass = "http://localhost:8080";
|
# 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/";
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user