React Transmission is an ongoing reimplementation of Transmission web interface.
React Transmission is an ongoing reimplementation of Transmission web interface.
You can find the original web interface source code here
The official Transmission repository
If you want to test this project without dealing with all the Node.js stuff, you can download the lastest release from here:
https://github.com/fcsonline/react-transmission/releases
Decompress it with:
unzip react-transmission-X.X.X.zip
Then, set this environment variable in your .bashrc
export TRANSMISSION_WEB_HOME=<path to react-transmission>
And start your Transmission instance. If everything gone well, yourreact-transmission
instance should be like the previous one but you can
differenciate because the background is a bit light yellow.
Happy testing!
To be able to build this project, execute:
git clone https://github.com/fcsonline/react-transmission
cd react-transmission
yarn install
yarn start
Open Transmission daemon and then enable the web interface from the Settings window.
Check this new interface out going to: http://localhost:3000
MIT