Flood
install
git clone --depth=1 https://github.com/jesec/flood
cd flood
npm install
npm run build
usage
pm2 start npm --name "flood" -- run start
pm2 save
optional
vim package.json
"script": {
// Change port
"start": "node --enable-source-maps --use_strict dist/index.js --host 0.0.0.0 --port 4321",
config
Visit http://<your_host>/:4321
, create account:
User: <flooduser>
Password: <flood_passwd>
Client: qBittorrent
URL: http://<your_host>:<port>
Username: <qBittorrent_user>
Password: <qBittorrent_passwd>
troubleshoot
Forget username or password
rm -rf ~/.local/shared/flood/
.- Reload or re-create flood's PM2 serve.