pathephone / pathephone-desktop

Distributed audio player
https://pathephone.github.io
MIT License
247 stars 17 forks source link

Allow using existing ipfs daemon #178

Closed mkg20001 closed 6 years ago

mkg20001 commented 6 years ago

Pathephone fails to start if another ipfs instance is already running. It should be possible to just use the running one instead of launching a new one.

negamaxi commented 6 years ago

@mkg20001 Pathephone requires some experimental options to be set (pub/sub or filestore in future releases). There is another option to just use different API / gateway port to avoid conflicts with existing nodes, but it's not possible for now.

negamaxi commented 6 years ago

@mkg20001 should be fixed in 2.1.0. Please check it out and let me know if the issue remains.