zlatinb / muwire

MuWire file sharing client for I2P
GNU General Public License v3.0
191 stars 27 forks source link

Is there a headless/cli option? Can't find anything anywhere. #174

Open AmyMoriyama opened 1 year ago

AmyMoriyama commented 1 year ago

So, whenever I run things long term, I prefer running it headless so more resources go towards the services and not the OS. I'm considering running muwire long term to help the network but I need a headless version. Is there one? Is there a way to start muwire in cli/headless mode? Running Linux.

zlatinb commented 1 year ago

Hi,

check out the seedbox daemon project for a headless solution that only serves files. It cannot search or download though.

There used to be a curses-like interface which uses the lanterna library, but it's been broken for a while now. If you want to give it a try, build from the muwire-0.7.0 tag and look inside the cli-lanterna project. It doesn't look too good though, and I don't promise all functionality still works.