Flood Installation Guide - Wiki wiki page
Installing Flood on your BYSH seedbox
- Start bij going to the Flood Github.
- Copy the link of the flood.git on the Github page (probably https://github.com/jesec/flood.git).
- SSH into your seedbox.
- Clone the git with
git clone https://github.com/Flood-UI/flood.git
and cd into the directory withcd flood
. - Run
npm install
, then runnpm run build
, this should compile Flood. - To start the service as a deamon, run
screen -dmS flood npm run start -- --host 0.0.0.0 --port 3000
. - Go to your seedbox domain with :3000 added (or whatever port you runFlood on).
- Make an account and add the rTorrent socket, which is located at
$HOME/.config/rtorrent/session/rpc.socket
- Flood should now work!
Alternatively, you can run Flood via npx flood
, with arguments like (--host 0.0.0.0) added.
Last Author | Contributors | Versions | Last update |
---|---|---|---|
vain4us | None | 2 | Wed, 24 Feb 2021 09:44:47 +0100 |