Skip to content
forked from jesec/flood

A modern web UI for various torrent clients with a Node.js backend and React frontend.

License

Notifications You must be signed in to change notification settings

sabersalv/flood

 
 

Repository files navigation

Flood Saber's Fork

Original README, forked from jesec/flood

The goal is to replace rutorrent, with following changes:

  • Save torrent file as human name instead of hash name: PR
  • Change cookie SameSite from Strict to Lax: PR
  • Can use freeleech token on RSS feed: PR
  • Display selected count and size on action bar: PR
  • Select all button on action bar: PR
  • Click to play video: PR

Install

Development

brew install rtorrent
npm install
npm run build
npm run start:development:client
npm run start:development:server
rtorrent -o network.scgi.open_local=/tmp/rtorrent.sock

Release

npm run build     # outputs no error
vi package.json
  "version": "1.0.0-1"
git tag v1.0.0-1
git push --tags
Github Actions will build and publish to Docker Hub

About

A modern web UI for various torrent clients with a Node.js backend and React frontend.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 81.7%
  • SCSS 13.4%
  • JavaScript 2.5%
  • Shell 1.7%
  • Dockerfile 0.3%
  • Starlark 0.3%
  • Other 0.1%