qbittorrent 有没有办法在无 DE 的 Linux 上运行?

2022-04-29 18:26:48 +08:00
 LxnChan

有相关需求需要 bt 做种:

2551 次点击
所在节点    宽带症候群
14 条回复
Love4Taylor
2022-04-29 18:28:09 +08:00
qbittorrent-nox
MiketsuSmasher
2022-04-29 18:35:14 +08:00
只要系统上有个图形服务器( Xorg/Wayland ),单跑个 qBittorrent 应该还是没问题的
paperseller
2022-04-29 18:58:44 +08:00
1#正解
datou
2022-04-29 19:03:23 +08:00
qbittorrent 能在无桌面环境的 linux 下运行,也有 webUI,我 nas 上就跑了一个

但是好像不支持命令行操作?
arch9999
2022-04-29 19:38:27 +08:00
直接用 libtorrent
EvineDeng
2022-04-29 20:26:08 +08:00
qbitorrent-nox 满足 2,3,4
dottorrent-cli 满足 1
二者均不需要 GUI
alphaokxyz
2022-04-29 20:45:45 +08:00
qbit 更新的越来越垃圾了 可以考虑 transmission 或者 aria2
Yadomin
2022-04-29 20:49:03 +08:00
qbittorrent-nox 也会依赖 qt ,装上一大堆图形相关的依赖,建议去找 GitHub 上的 static build
Whalko
2022-04-29 20:54:04 +08:00
有啊,webui 就完事了。
https://github.com/amefs/quickbox-lite
https://swizzin.ltd/ 可以参考这种
XiLingHost
2022-04-29 21:26:30 +08:00
```yaml
version: "3.8"
services:
server:
image: linuxserver/qbittorrent
restart: unless-stopped
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- WEBUI_PORT=80
volumes:
- ./config:/config
- ./downloads:/downloads
```
试试这个
lslqtz
2022-04-29 23:32:38 +08:00
mktorrent+qbittorrent
Les1ie
2022-04-29 23:44:42 +08:00
qbittorrent-nox
直接装原版的 qbittorrent 也可以,启动的时候加参数启动 webui 即可
export QT_QPA_PLATFORM='offscreen'
qbittorrent --webui-port ........
Trim21
2022-04-30 01:55:37 +08:00
制作新种子不需要 bt 客户端,有浏览器就行…

https://kimbatt.github.io/torrent-creator/
T0m008
2022-04-30 02:12:54 +08:00
docker + webgui, 用了很多年了

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/850092

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX