1
This commit is contained in:
parent
be6c5774b4
commit
f52351c06c
@ -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/";
|
||||
#};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user