Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengqi/docker-rtorrent
rTorrent 0.9.4 加 libTorrent 0.13.4 和 ruTottent,打了加 peer 的补丁
https://github.com/fengqi/docker-rtorrent
rtorrent rutorrent
Last synced: 21 days ago
JSON representation
rTorrent 0.9.4 加 libTorrent 0.13.4 和 ruTottent,打了加 peer 的补丁
- Host: GitHub
- URL: https://github.com/fengqi/docker-rtorrent
- Owner: fengqi
- Created: 2017-08-23T11:50:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T16:14:47.000Z (over 5 years ago)
- Last Synced: 2024-08-05T17:33:04.443Z (4 months ago)
- Topics: rtorrent, rutorrent
- Language: PHP
- Homepage:
- Size: 5.17 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - fengqi/docker-rtorrent - rTorrent 0.9.4 加 libTorrent 0.13.4 和 ruTottent,打了加 peer 的补丁 (PHP)
README
# docker-rutorrent
# 运行
`docker run -d -p 8090:8090 lyf362345/rutorrent`默认 Webui 端口 8090
默认 rTorrent 端口 60103 不(建议)随机# 相关目录
配置文件 /app/conf
会话状态 /app/sessions
下载目录 /app/downloads
自动挂种 /app/watch/首次运行会自动把 rTorrent, ruTorrent, 访问验证 的配置文件放入到 /app/conf 下面
# 访问验证
默认登录用户为 admin 密码 123456
命令行运行命令生密码成: printf "admin:$(openssl passwd -crypt 123456)\n"
把输出的全部内容写入到 /app/conf/httpPassword> 修改配置需要重启容器