Docker-qBittorrent-Enhanced-Edition icon indicating copy to clipboard operation
Docker-qBittorrent-Enhanced-Edition copied to clipboard

Docker-qBittorrent-Enhanced-Edition

Results 38 Docker-qBittorrent-Enhanced-Edition issues
Sort by recently updated
recently updated
newest added

你好,请问安装后没有做种相关的选项是怎么回事? 我的compose文件: ```yml version: "2" services: qbittorrentee: image: superng6/qbittorrentee container_name: qbittorrentee environment: - PUID=1026 - PGID=100 - TZ=Asia/Shanghai - WEBUIPORT=12004 volumes: - /opt/stackdata/qnox/config:/config - /mnt/downhouse/down:/downloads ports: # for bittorrent traffic...

docker-compose如下,指定PUID和PGID分别是1000和100,在启动容器时,下载文件夹会变成 `drwxr-sr-x+ 25 911 1001 16384 Apr 8 17:41 qbittorrent-downloads` ```yml qbittorrent: image: superng6/qbittorrentee container_name: qbittorrentee restart: unless-stopped network_mode: host logging: options: max-size: "1m" environment: - PUID=1000 - PGID=100 -...

![Screenshot_20240323_024348_com.lemurbrowser.exts.jpg](https://github.com/SuperNG6/Docker-qBittorrent-Enhanced-Edition/assets/101245172/26401114-5709-4e84-b8bb-bbeceb4fd425)

主机是 debian ,web 端口改成 9082 ,映射都是 9082 但是启动镜像时,至少 5 分钟以上才能启动,网页才能打开,启动之前网页一直是拒绝访问。 `Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 911 User gid:...

我是windows上安装的docker-desktop,挂载了f盘作为下载目录,用的是qbittorrentee这个,但是没有找到相关应用只能在此项目下提出问题,启动时遇到了如下问题,我估摸这应该是文件名称超长,Linux系统读取有问题,但是网上看了好多都没有解决方案,

- 8080登录默认密码已为随机,[dockerhub页面](https://hub.docker.com/r/superng6/qbittorrentee)未更新 ![image](https://github.com/SuperNG6/Docker-qBittorrent-Enhanced-Edition/assets/72542400/e5bad29b-9ddd-4bfe-abfe-11d6706a0582) - 相关的issue - #46 - #47 - #48 - Linux 查看随机密码方式 , `` 为容器名称 ```bash docker logs ```

我按照提示用docker-compose方式安装好后,打开登陆页面,输入用户名admin和密码adminadmin后,提示无效的用户名和密码,好几个版本也是。

输入默认的用户和密码 ,显示为无效的用户名或密码

如题,增强版上个版本可以正常使用jackett插件,但是这次更新后就不行了,原版的4.5.5倒是可以 ![{70943FCB-2FF9-4261-93F3-523601C83234}](https://github.com/SuperNG6/Docker-qBittorrent-Enhanced-Edition/assets/42326344/b100893d-6de5-4fb4-b6c9-b6eab8629074) 版本 Windows 11 专业版 版本 22H2 安装日期 ‎2022/‎12/‎19 操作系统版本 22621.2283

设备:UnRaid 6.9.2 运行版本:QB,Lastest,4.5,4.3 目前启动后会导致内网其他设备无法上网的情况,把QB关掉后,网络恢复正常,请教是因为什么问题?