You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to control the daemon from the extension too, but doubt it can launch processes. Perhaps we can create (a) a micro service that is always on and starts + stops ipfs and listens to commands over http, (b) an installer to install everything (ipfs, microservice, + extension) nicely.
The text was updated successfully, but these errors were encountered:
About controlling the deamon, it seems that chrome extensions can launch processes if the host app supports their native messaging protocol. Not sure if we should do that or just implement some service with an http api, as you were suggesting, that could be used by other projects such as the firefox addon..
Hey @xicombd nice extension -- wondering if you want to reach feature parity with @lidel's https://github.com/lidel/ipfs-firefox-addon/ ?
It would be nice to control the daemon from the extension too, but doubt it can launch processes. Perhaps we can create (a) a micro service that is always on and starts + stops ipfs and listens to commands over http, (b) an installer to install everything (ipfs, microservice, + extension) nicely.
The text was updated successfully, but these errors were encountered: