mirror of
https://github.com/ronggang/transmission-web-control.git
synced 2025-04-14 17:50:14 +00:00
![]() I added `|| [ -f "/etc/openwrt_release" ]` on the function `getTransmissionPath()` to ~~~bash if [ -f "/etc/fedora-release" ] || [ -f "/etc/debian_version" ] || [ -f "/etc/openwrt_release" ]; then ROOT_FOLDER="/usr/share/transmission" fi ~~~ so the root folder is recognized on [OpenWRT](http://www.openwrt.org) for installation or update. That path is align with the [OpenWRT package](https://github.com/openwrt/packages/tree/master/net/transmission-web-control) |
||
---|---|---|
.github | ||
.tx | ||
release | ||
src | ||
.gitignore | ||
CHANGELOG-EN.md | ||
CHANGELOG.md | ||
LICENSE | ||
README.md |
English Introduction
关于
本项目主要目的是想加强Transmission Web的操作能力,本项目原本在Google Code托管,现迁移至GitHub。 本项目设计之初仅针对PT站,因此增加了 Tracker 服务器分组及状态,但这不并适用于普通BT种子。
另外,本项目仅为一套自定义的WebUI,不能代替 Transmission 工作,用户需要自行安装 Transmission 后才可正常使,Transmission 安装方法请移步至官网:https://www.transmissionbt.com/
界面预览
安装方法及更多内容,请参考:中文帮助
更新日志 查看
项目日常维护
- 栽培者
- DarkAlexWang