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 = { 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/";
}; #};
}; };
}; };
}; };