Open Quazia opened 5 years ago
@0x6431346e @0xGabi Wondering if we should change the IPFS check to do a which ipfs
instead of the config file?
@dapplion you consider is this solution still useful or should we look to solve #744 other way?
The intention is to use https://github.com/ipfs/js-ipfsd-ctl which handles all the configuration in a disposable way and therefore this should not be a problem
Just wondering on the above; I'm not sure if we would be able to rely entirely on a disposable IPFS instance since we need the IPFS content generated by the publishing process to be long-lived somewhere.
🐛 Bug Report
Currently when checking if IPFS has been initaited the check is whether
.ipfs
exists at the home directory, depending on how IPFS is installed this might not be the correct location to check in order to know if IPFS has been installed. As a work-around you can justtouch ~/.ipfs
and everything works fine but this doesn't seem like a good long term solution.Have you read the Contributing Guidelines on issues?
Yes
Context
Mainnet or testnet?
Testnet
Organization
Autark
Environment
To Reproduce
Install IPFS using SNAP Run
aragon ipfs
Expected behavior
IPFS would run without trying to re-initialize
Actual Behavior