1 Star 8 Fork 1

yangxl/transmission-web-control-fixed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

如何在群晖中安装 Transmission Web Control

原作者仓库地址

gitee : https://gitee.com/culturist/transmission-web-control/ github:https://github.com/ronggang/transmission-web-control

操作

群辉NAS上安装 Transmission-Web-Control 最简单方式:通过群晖的“任务计划”自动安装及定期自动更新(link:https://github.com/ronggang/transmission-web-control/wiki/Installation-For-DSM-CN)

遇到的问题

开启脚本任务执行完成后,打开transmission(http://192.168.31.245:9091/transmission/web/) 报错 : 404: Not Found /var/packages/transmission/target/share/transmission/web/index.html (No such file or directory)

问题原因

原始的sh脚本文件里,在执行复制安装包时,路径有问题(transmission新版本有变动) 查看错误日志: 正在复制安装包... cp: cannot stat '/tmp/tr-web-control/transmission-web-control/src/.': No such file or directory 而现在实际的路径应该是相对且带版本号的: $TMP_FOLDER/transmission-web-control-v$VERSION

解决办法

修改原始脚本文件(install-tr-control-gitee.sh),最新更正的脚本文件我已经上传到仓库,地址是: https://gitee.com/amos123/transmission-web-control-fixed

完整脚本(群辉NAS安装)

1、编辑任务计划-人物设置-运行命令脚本文件为如下: curl -s https://gitee.com/amos123/transmission-web-control-fixed/raw/master/install-tr-control-gitee.sh | bash -s auto >> /volume1/users/logs/install-tr-control-cn-log.txt 2>&1 注: /volume1/users/logs 可以自行替换为自己的NAS路径,主要是用来保存执行结果日志 2、保存并执行任务 3、查看Transmission Web http://192.xxx.xx.xxx:9091/transmission/web/

MIT License Copyright (c) 2021 张志斌 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

修复原作者 https://gitee.com/culturist/transmission-web-control/ 安装完成后打开TWC 404的问题 展开 收起
Shell
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/amos123/transmission-web-control-fixed.git
git@gitee.com:amos123/transmission-web-control-fixed.git
amos123
transmission-web-control-fixed
transmission-web-control-fixed
master

搜索帮助