-
Notifications
You must be signed in to change notification settings - Fork 874
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
Let Desktop use pre-existing IPFS installation or already running daemon #542
Comments
It might also be good to advertise a way for other tools to leverage Station's IPFS installation. I am thinking of this in the context of https://github.com/oduwsdl/ipwb, which initially checks IPFS_PATH then defaults to ~/.ipfs if it hasn't been set. For other tools to leverage Station's IPFS, both the binary and the repo, might require an API on Station's end to ensure that Station gets all of the information needed for files added via other tools. |
Another data point from me :) On one of my workstations I run go-ipfs under Docker.
This setup seems to break startup of ipfs-desktop:
I guess ipfs-desktop should detect |
Files added with command line ipfs (I think I had installed ipfs-go but it shouldn't matter which client user uses) does not show up in the ipfs-desktop GUI. I guess this should also go under this topic. If requested I can open a separate issue for this. Thank you. |
@bedri the files we show on IPFS Desktop are the same we show on IPFS WebUI: from the Mutable File System. They should be added through |
@hacdias oh ok. I did not know that. I will check it. |
@bedri I think the version on About
|
Oh got it. Thank you very much 😄 |
Any plans to have cli |
@zricethezav the GUI shows your MFS (Mutable File System) and not files added by We recommend you to use the MFS so you can see the files on the UI and you also have the feel of a file system with directories and such things. @olizilla please correct me if I'm wrong. |
@zricethezav yes, very much so. Right now, @hacdias MFS isn't a concept users should have to think about, it's an implementation detail. The workaround right now is an extra step to |
Obligatory disclaimer:
|
Ref.: ipfs/js-ipfsd-ctl#182
/cc @machawk1 @diasdavid
The text was updated successfully, but these errors were encountered: