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.target
Configure authentication ~/.config/deluged/auth
:
youruser:yourpassword:10
Configure deluged :
In ~/.config/deluged/core.conf
,
find "allow_remote"
and set it to true
:
"allow_remote": true
Start deluged :
systemctl --user start deluged
node-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