{"id":19387926,"url":"https://github.com/helloxz/qbittorrent","last_synced_at":"2025-04-23T23:31:27.012Z","repository":{"id":79888540,"uuid":"349266861","full_name":"helloxz/qbittorrent","owner":"helloxz","description":"qbittorrent docker版","archived":false,"fork":false,"pushed_at":"2022-07-10T05:32:15.000Z","size":1919,"stargazers_count":25,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T22:22:18.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/helloxz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-19T01:34:43.000Z","updated_at":"2025-01-17T18:12:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"b20b3c83-7477-48ea-913e-764b718c714f","html_url":"https://github.com/helloxz/qbittorrent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fqbittorrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fqbittorrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fqbittorrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fqbittorrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helloxz","download_url":"https://codeload.github.com/helloxz/qbittorrent/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250532000,"owners_count":21446098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T10:11:08.067Z","updated_at":"2025-04-23T23:31:27.005Z","avatar_url":"https://github.com/helloxz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qBittorrent\nqBittorrent是一个跨平台的自由BitTorrent客户端，其图形用户界面是由Qt所写成的。使用libtorrent作为后端。该项目可轻松帮助您构建qBittorrent Docker版，或在Docker中直接运行qBittorrent\n\n## 版本说明\n\n* 基于Debian 10 x64镜像制作\n* qBittorrent版本为`v4.1.5`\n\n## 自行构建\n\n```bash\n#克隆此项目\ngit clone https://github.com/helloxz/qbittorrent.git\n#进入项目\ncd qbittorrent\n#构建docker镜像\ndocker build -t qbittorrent:latest .\n```\n\n\n\n## 运行\n\n不想自行构建的，可通过xiaoz构建好的镜像直接运行：\n\n```bash\ndocker run -d \\\n  --name=qbittorrent \\\n  -p 7881:7881 \\\n  -p 7881:7881/udp \\\n  -p 18080:18080 \\\n  -v /data/qbittorrent/config:/etc/qBittorrent \\\n  -v /data/qbittorrent/downloads:/downloads \\\n  --restart unless-stopped \\\n  helloz/qbittorrent\n```\n\n* `7881`：用于传入连接的端口，TCP/UDP都需要映射，且主机端口和容器端口必须一致，否则无法下载和上传\n* `18080`：qBittorrentWEBUI访问端口，主机端口和容器端口必须一致，否则无法打开WEB界面\n* `/data/qbittorrent/config`：qbittorrent配置文件存储目录，可自行修改\n* `/data/qbittorrent/downloads`：下载目录，可自行修改\n\n\n\n## 使用说明\n\n运行成功后可通过`http://IP:18080`进行访问，\n\n* 初始用户名：`admin`\n* 密码：`adminadmin`\n\n登录后请务必修改。\n\n\n\n## 容器目录说明\n\n* 容器内配置文件位于`/etc/qBittorrent`\n* 下载目录位于`/downloads`\n\n\n\n## 联系我\n\n* Blog：https://www.xiaoz.me/\n* QQ：337003006\n* QQ群：147687134\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloxz%2Fqbittorrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelloxz%2Fqbittorrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloxz%2Fqbittorrent/lists"}