编译qbittorrent,使qbittorrent支持webtorrent (qbittorrent master/v*.*.* & libtorrent master/v*.*.* & qt5/6 可选)

编译qbittorrent,使qbittorrent支持webtorrent (qbittorrent master/v*.*.* & libtorrent master/v*.*.* & qt5/6 可选)

canoziia
2023-06-05 / 0 评论 / 273 阅读 / 正在检测是否收录...

github地址: https://github.com/darknightlab/qBittorrent_with_webtorrent
docker hub地址: https://hub.docker.com/r/darknightlab/qbittorrent_with_webtorrent
docker compose用法:

version: "3"

services:
    qbittorrent-nox:
        image: darknightlab/qbittorrent_with_webtorrent:main # :qBv*.*.*-ltv*.*.*-qt5/6
        container_name: qbittorrent-nox
        restart: always
        network_mode: host
        volumes:
        - ./config:/config
        - ./downloads:/downloads
        environment:
        - WEBUI_PORT=8080
        - PUID=1000
        - PGID=1000
        - QBT_EULA=accept

基于 libtorrent master, qbittorrent master 编译,可选qt5或qt6,也可以自己设置qB和lt的tag编译。支持Webtorrent,以及ws/wss tracker。

如何编译成静态文件减小大小还没有想好。

0

评论 (0)

取消