Git Product home page Git Product logo

Comments (18)

moonerick avatar moonerick commented on July 29, 2024 4

解决了,感谢几位
1.下载本项目release页面的transmission-web-control-1.6.1-update1.zip,并解压出里面src文件夹全部内容
2.在docker的宿主机/config目录下新建文件夹命名为transmission-web-control
3.将1中解压出来的全部文件拷贝至2中新建的transmission-web-control文件夹内
4.docker添加参数:-e TRANSMISSION_WEB_HOME=/config/transmission-web-control/

from transmission-web-control.

xintonglaile avatar xintonglaile commented on July 29, 2024 1

是放在4.0/usr/share/transmission/public_html这个文件夹里吗?

from transmission-web-control.

Zz-m avatar Zz-m commented on July 29, 2024 1
  1. 下载本项目解压在transmission docker 项目的 /config 路径下,比如/config/transmission-web-control(因为/config 通常映射到宿主机或者docker Volume,更新镜像不会删除里面的内容)
  2. 添加启动参数 -e TRANSMISSION_WEB_HOME=/config/transmission-web-control/src/ (注意每个人解压位置可能不一样,要保证src/ 下就是index.html),docker-compose 用户添加同样的环境参数

我目前使用没有遇到什么大问题。

from transmission-web-control.

imWanng avatar imWanng commented on July 29, 2024 1

感谢大家,我用的NAS是绿联DX4600,我这样解决了
1.下载https://github.com/ronggang/transmission-web-control/releases/页面的transmission-web-control,并解压
2.在Docker的Transmission/config目录下新建文件夹命名为transmission-web-control
3.将1中解压出来的全部文件拷贝至2中新建的transmission-web-control文件夹内
4.图形界面Docker设置的环境变量里添加一条:名称为TRANSMISSION_WEB_HOME,值为 /config/transmission-web-control/src/

from transmission-web-control.

neotaburiss avatar neotaburiss commented on July 29, 2024

是放在4.0/usr/share/transmission/public_html这个文件夹里吗?

类似这样的结构 下载的压缩包里有个SRC文件夹
tr-web-control是原版3.0的文件夹+作者src/tr-web-control文件夹结合
image

from transmission-web-control.

moonerick avatar moonerick commented on July 29, 2024

没看明白要如何修改。
我现在也是原版的ui,结果几百个种子,看着都头大

from transmission-web-control.

imWanng avatar imWanng commented on July 29, 2024

我的Docker下找不到这样的路径,最后还是回滚到了3.0

from transmission-web-control.

neotaburiss avatar neotaburiss commented on July 29, 2024
  1. 下载本项目解压在transmission docker 项目的 /config 路径下,比如/config/transmission-web-control(因为/config 通常映射到宿主机或者docker Volume,更新镜像不会删除里面的内容)
  2. 添加启动参数 -e TRANSMISSION_WEB_HOME=/config/transmission-web-control/src/ (注意每个人解压位置可能不一样,要保证src/ 下就是index.html),docker-compose 用户添加同样的环境参数

我目前使用没有遇到什么大问题。

我这样用不行,原因如上诉, 因为本项目的transmission-web-control/src只有修改的部分没有修改的部分,造成提示错误

from transmission-web-control.

Zz-m avatar Zz-m commented on July 29, 2024

from transmission-web-control.

neotaburiss avatar neotaburiss commented on July 29, 2024

我下载的是release页面的,不是工程源代码 neotaburiss @.***> 于 2023年2月17日周五 18:14写道:

  1. 下载本项目解压在transmission docker 项目的 /config 路径下,比如/config/transmission-web-control(因为/config 通常映射到宿主机或者docker Volume,更新镜像不会删除里面的内容) 2. 添加启动参数 -e TRANSMISSION_WEB_HOME=/config/transmission-web-control/src/ (注意每个人解压位置可能不一样,要保证src/ 下就是index.html),docker-compose 用户添加同样的环境参数 我目前使用没有遇到什么大问题。 我这样用不行,原因如上诉, 因为本项目的transmission-web-control/src只有修改的部分没有修改的部分,造成提示错误 — Reply to this email directly, view it on GitHub <#615 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABQCLOK5JABRLMSNELPDZTLWX5FRNANCNFSM6AAAAAAU3CKY2I . You are receiving this because you commented.Message ID: @.***>

明白了,原来是这个原因, 那对于其他用户就简单了,直接下载release页面里的内容然后解压缩src目录放在映射TRANSMISSION_WEB_HOME的目录下就可以

from transmission-web-control.

phakcc avatar phakcc commented on July 29, 2024

还有一种办法,是使用 linuxserver/transmission 这个第三方镜像,长期更新,也做了很多优化(包括针对第三方WebUI)。

from transmission-web-control.

moonerick avatar moonerick commented on July 29, 2024

还有一种办法,是使用 linuxserver/transmission 这个第三方镜像,长期更新,也做了很多优化(包括针对第三方WebUI)。

我就是用的这个镜像,有些问题目前依然没有解决,例如第三方webUI的直接支持最新版也移除了,需要自己下载后添加变量
另外我还遇到一个问题,局域网内的白名单访问只有安装后首次登录有效,然后就无效了,我检查了docker内部的配置文件,并未丢失,但是问题依然如此

from transmission-web-control.

fangbq avatar fangbq commented on July 29, 2024

有没有套件用户的方法

from transmission-web-control.

BL1ACH avatar BL1ACH commented on July 29, 2024

我也按照这个方法成功了。马克一下。
时间:2023年6月1日 21:23:54
环境:黑群6.0,DOCKER

from transmission-web-control.

qiangua5210 avatar qiangua5210 commented on July 29, 2024

我用的unraid,在transmission目录下新建的config,然后放进去了文件夹,但是还是不行
image
image
image
打不开页面,提示我404找不到文件

from transmission-web-control.

qiangua5210 avatar qiangua5210 commented on July 29, 2024

image

from transmission-web-control.

moonerick avatar moonerick commented on July 29, 2024

from transmission-web-control.

BL1ACH avatar BL1ACH commented on July 29, 2024

from transmission-web-control.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.