The very first React Front-end for the Deluge BitTorrent client.
- Electron
- React
- Redux-Saga
- Ant Design
- Testing Library
Easy as trizen -S react-deluge-git
See https://aur.archlinux.org/packages/react-deluge-git/
Configure deluged ~/.config/systemd/user/deluged.service:
[Unit]
Description=Deluge Daemon
After=network.target
[Service]
ExecStart=/usr/bin/deluged -d -P %h/.config/deluge/deluge.pid
[Install]
WantedBy=default.targetConfigure authentication ~/.config/deluged/auth:
youruser:yourpassword:10Configure deluged :
In ~/.config/deluged/core.conf,
find "allow_remote" and set it to true:
"allow_remote": trueStart deluged :
systemctl --user start delugednode-deluge-rpc is bundled as a submodule because the npm package is outdated.
cd node-deluge-rpc
npm install
cd ..
npm install
# start Electron web app
npm start


