> <@nickdex:matrix.org> Ipfs uses filestore for normal operation which is by default stored at `~/.ipfs`. You can change that by setting IPFS_PATH env var. > Keep in mind that while thats great of browsing, if you are trying to host i.e. add content from your own storage you might want to consider using filestore (to avoid duplicates) `ipfs add --nocopy` > *Files* section in wibui is for MFS, basically you can use ipfs just as unixfs, with familiar commands like ls, mkdir, cp, rm etc. Check `ipfs files --help` *ipfs uses datastore for normal...