{"id":19387941,"url":"https://github.com/helloxz/docker-transmission","last_synced_at":"2025-04-23T23:31:27.464Z","repository":{"id":79888438,"uuid":"316630738","full_name":"helloxz/docker-transmission","owner":"helloxz","description":"Docker for transmission","archived":false,"fork":false,"pushed_at":"2021-10-26T04:16:32.000Z","size":10,"stargazers_count":38,"open_issues_count":2,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T22:22:56.738Z","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":null,"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":null,"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":"2020-11-28T01:02:34.000Z","updated_at":"2025-02-24T06:04:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"396e81d7-6382-45cf-84f1-f21a30dbb606","html_url":"https://github.com/helloxz/docker-transmission","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%2Fdocker-transmission","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fdocker-transmission/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fdocker-transmission/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloxz%2Fdocker-transmission/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helloxz","download_url":"https://codeload.github.com/helloxz/docker-transmission/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250532004,"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:11.040Z","updated_at":"2025-04-23T23:31:27.444Z","avatar_url":"https://github.com/helloxz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-Transmission\nTransmission是一种BitTorrent客户端，特点是一个跨平台的后端和其上的简洁的用户界面。特别适合用来跑PT，为了方便使用，打包为Docker镜像，已安装transmission-web-control界面美化。\n\n![](https://i.bmp.ovh/imgs/2020/11/ec82440e96cee747.png)\n\n\n\n### 构建\n\n```bash\n# 克隆仓库\ngit clone https://github.com/helloxz/docker-transmission.git\n# 进入仓库目录\ncd docker-transmission\n# 构建Docker镜像\ndocker build -t yourname:transmission .\n```\n\n### 运行\n\n如果是参考上述方法自行构建，输入：\n\n```bash\ndocker run -d --name=\"transmission\" \\\n  -e USERNAME=xiaoz \\\n  -e PASSWORD=xiaoz.me \\\n  -p 9091:9091 \\\n  -p 51413:51413 \\\n  -p 51413:51413/udp \\\n  -v /data/test:/root/Downloads \\\n  --restart=always \\\n  yourname:transmission\n```\n\n如果不想自行构建，xiaoz已打包为Docker镜像，可以直接输入以下命令运行：\n\n```bash\ndocker run -d --name=\"transmission\" \\\n  -e USERNAME=xiaoz \\\n  -e PASSWORD=xiaoz.me \\\n  -p 9091:9091 \\\n  -p 51413:51413 \\\n  -p 51413:51413/udp \\\n  -v /data/downloads:/root/Downloads \\\n  -v /data/transmission:/root/.config/transmission-daemon \\\n  --restart=always \\\n  helloz/transmission\n```\n\n**参数说明：**\n\n- `USERNAME`: Transmission 用户名\n- `PASSWORD`: Transmission密码\n- `/data/downloads`: 为本地下载文件夹，请根据实际情况修改\n- `/data/transmission`: 配置文件等存储目录，请根据实际情况修改\n\n### 联系我\n\n* Blog：https://www.xiaoz.me/\n* QQ：337003006","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloxz%2Fdocker-transmission","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelloxz%2Fdocker-transmission","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloxz%2Fdocker-transmission/lists"}