-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I force ipfs to change its repo if I am using ipfs that is installed via snap? #8580
Comments
The snap hardcodes
Does that work for you? |
@guseggert Yes it works for me, thank you Is there any performance issue using the |
There shouldn't be any performance difference with using a bind mount, the only drawbacks are that it requires root permission to mount it initially (or set it |
PR to update the Snap section in the README with this info, since this isn't the first time we've had this question: |
Checklist
Installation method
third-party binary
Version
Config
Description
I have installed ipfs using
snap insall ipfs
:When I set
IPFS_PATH
into~/.ipfs
it does not applied when I am using ipfs that is installed using snap (snap install ipfs
). When it keeps creating the repo inside the/home/user/snap/ipfs/common
repo.How can I force ipfs to change its repo if I am using ipfs that is installed via snap?
The text was updated successfully, but these errors were encountered: