This commit is contained in:
Sense T 2023-07-20 06:33:16 +00:00
parent be6c5774b4
commit f52351c06c

View File

@ -47,7 +47,7 @@ in
};
kubo = {
enable = true;
enable = false;
dataDir = "/mnt/ipfs";
enableGC = true;
};
@ -77,17 +77,17 @@ in
};
# 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/";
#};
};
};
};