Flood是rTorrent WebUI的另一選擇,喜歡簡約風格的你不妨試試。
教學適用於Debian 8,9 / Ubuntu 16
安裝前的準備
- 確保編譯的rtorrent有添加–with-xmlrpc-c參數 (./configure)
- RAM≥1GB
安裝依賴
安裝Node.js等相關工具
apt update apt install curl git python-dev curl -sL https://deb.nodesource.com/setup_9.x -o nodesource_setup.sh bash nodesource_setup.sh apt install nodejs build-essential npm install -g node-gyp
下載 / 編譯 / 安裝Flood
Flood分別有jfurrow的官方原版和xiayyu優化版本
優化版最大分別添加了FastResume功能,有興趣可替換下面的git網址。
cd /srv/ git clone https://github.com/jfurrow/flood cd flood cp config.template.js config.js npm install
編輯config.js
nano /srv/flood/config.js
修改floodServerHost至0.0.0.0
floodServerHost: '0.0.0.0',
安裝Flood
npm run build
安裝完成,啟動指令是
npm start
瀏覽器訪問http://IPaddress:3000/