{"id":16100591,"url":"https://github.com/top-bettercode/docker-thunderspeed","last_synced_at":"2025-03-17T17:31:22.242Z","repository":{"id":53896123,"uuid":"98798283","full_name":"top-bettercode/docker-thunderspeed","owner":"top-bettercode","description":"迅雷极速版 docker 镜像","archived":false,"fork":false,"pushed_at":"2021-04-14T01:54:38.000Z","size":863,"stargazers_count":34,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T02:23:21.240Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/bestwu/thunderspeed/","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/top-bettercode.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}},"created_at":"2017-07-30T13:09:55.000Z","updated_at":"2024-12-13T08:35:23.000Z","dependencies_parsed_at":"2022-08-13T03:40:14.512Z","dependency_job_id":null,"html_url":"https://github.com/top-bettercode/docker-thunderspeed","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/top-bettercode%2Fdocker-thunderspeed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-bettercode%2Fdocker-thunderspeed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-bettercode%2Fdocker-thunderspeed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/top-bettercode%2Fdocker-thunderspeed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/top-bettercode","download_url":"https://codeload.github.com/top-bettercode/docker-thunderspeed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243872436,"owners_count":20361480,"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-10-09T18:47:17.319Z","updated_at":"2025-03-17T17:31:21.389Z","avatar_url":"https://github.com/top-bettercode.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Image](https://img.shields.io/badge/docker%20image-available-green.svg)](https://hub.docker.com/r/bestwu/thunderspeed/)\n\n相关：[迅雷远程下载 docker 镜像](https://hub.docker.com/r/bestwu/xware/)\n\n本镜像基于[深度操作系统](https://www.deepin.org/download/)\n\n迅雷版本：7.10.35\n\n### 准备工作\n\n允许所有用户访问X11服务,运行命令:\n\n```bash\n    xhost +\n```\n\n## 查看系统audio gid\n\n```bash\n  cat /etc/group | grep audio\n```\n\nfedora 26 结果：\n\n```bash\naudio:x:63:\n```\n\n### 运行\n\n### docker-compose\n\n```yml\nversion: '2'\nservices:\n  thunderspeed:\n    image: bestwu/thunderspeed\n    container_name: thunderspeed\n    ipc: host\n    devices:\n      - /dev/snd\n    volumes:\n      - /tmp/.X11-unix:/tmp/.X11-unix\n      - $HOME/.thunderspeed:/home/thunderspeed/.thunderspeed\n      - \"/data/downloads:/迅雷下载\"\n    environment:\n      - DISPLAY=unix$DISPLAY\n      - QT_IM_MODULE=fcitx\n      - XMODIFIERS=@im=fcitx\n      - GTK_IM_MODULE=fcitx\n      - AUDIO_GID=63 # 可选 默认63（fedora） 主机audio gid 解决声音设备访问权限问题\n      - GID=1000 # 可选 默认1000 主机当前用户 gid 解决挂载目录访问权限问题\n      - UID=1000 # 可选 默认1000 主机当前用户 uid 解决挂载目录访问权限问题\n```\n\n或\n\n```bash\n    docker run -d --name thunderspeed --device /dev/snd --ipc=\"host\" \\\n    -v /tmp/.X11-unix:/tmp/.X11-unix \\\n    -v \"$HOME/.thunderspeed:/home/thunderspeed/.thunderspeed\" \\\n    -v \"/data/downloads:/迅雷下载\" \\\n    -e DISPLAY=unix$DISPLAY \\\n    -e XMODIFIERS=@im=fcitx \\\n    -e QT_IM_MODULE=fcitx \\\n    -e GTK_IM_MODULE=fcitx \\\n    -e AUDIO_GID=`getent group audio | cut -d: -f3` \\\n    -e GID=`id -g` \\\n    -e UID=`id -u` \\\n    bestwu/thunderspeed\n```\n\n\u003csub\u003e\u003csup\u003eSpecial environment variable: CRACKED=true\u003c/sup\u003e\u003c/sub\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftop-bettercode%2Fdocker-thunderspeed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftop-bettercode%2Fdocker-thunderspeed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftop-bettercode%2Fdocker-thunderspeed/lists"}