{"id":19141206,"url":"https://github.com/arzyu/shadowsocks","last_synced_at":"2026-03-17T17:48:42.554Z","repository":{"id":128923355,"uuid":"152846491","full_name":"arzyu/shadowsocks","owner":"arzyu","description":"Running shadowsocks in docker container","archived":false,"fork":false,"pushed_at":"2022-10-03T05:15:20.000Z","size":17,"stargazers_count":27,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-06T23:29:46.546Z","etag":null,"topics":["docker-shadowsocks","shadowsocks","shadowsocks-docker","shadowsocks-server"],"latest_commit_sha":null,"homepage":"","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/arzyu.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":"2018-10-13T07:22:28.000Z","updated_at":"2025-01-22T15:19:39.000Z","dependencies_parsed_at":"2023-04-15T14:48:48.368Z","dependency_job_id":null,"html_url":"https://github.com/arzyu/shadowsocks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arzyu/shadowsocks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzyu%2Fshadowsocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzyu%2Fshadowsocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzyu%2Fshadowsocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzyu%2Fshadowsocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arzyu","download_url":"https://codeload.github.com/arzyu/shadowsocks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arzyu%2Fshadowsocks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30628400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T17:32:55.572Z","status":"ssl_error","status_checked_at":"2026-03-17T17:32:38.732Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["docker-shadowsocks","shadowsocks","shadowsocks-docker","shadowsocks-server"],"created_at":"2024-11-09T07:21:49.511Z","updated_at":"2026-03-17T17:48:42.537Z","avatar_url":"https://github.com/arzyu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux 一键安装 Shadowsocks 服务\n\n已测试 Linux 版本：CentOS 7, Debian 10, Fedora 30, Ubuntu 18.04/20.04/22.04\n\n## 服务端部署\n\n### 安装：\n\n```shell\ncurl -fsSL https://github.com/arzyu/shadowsocks/raw/master/setup.sh | bash\n```\n\n这个脚本帮你：\n\n * 安装 docker：如果没有检测到 docker，就运行 [docker 官方安装脚本](https://github.com/docker/docker-install)\n * 启动 Shadowsocks 服务：使用 docker 运行 [shadowsocks/shadowsocks-libev](https://github.com/shadowsocks/shadowsocks-libev#docker) 镜像\n\n注意：运行时会提示设置**端口**和**密码**；安装完成后，如需修改端口或密码，请再次运行此安装命令。\n\n上述安装脚本会为我们创建一个名为 `shadowsocks` 服务容器，因此可以使用 docker 命令来控制 Shadowsocks 服务的启动/重启/停止：\n\n```shell\n# 启动/重启/停止 shadowsocks 服务容器\ndocker start shadowsocks\ndocker restart shadowsocks\ndocker stop shadowsocks\n```\n\n### 更新：\n\n```shell\ncurl -fsSL https://github.com/arzyu/shadowsocks/raw/master/setup.sh | bash -s -- update\n```\n\n这个脚本帮你更新 shadowsocks 服务到最新版本。\n\n### 卸载：\n\n```shell\ncurl -fsSL https://github.com/arzyu/shadowsocks/raw/master/setup.sh | bash -s -- remove\n```\n\n移除 Shadowsocks 服务，但**不会**卸载 docker。\n\n## 客户端及配置\n\n常用的 [Shadowsocks 客户端](http://shadowsocks.org/en/download/clients.html)：\n\n * macOS: [ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG/releases/latest)\n * Windows: [shadowsocks-windows](https://github.com/shadowsocks/shadowsocks-windows/releases/latest)\n * Android: [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android/releases/latest)\n * iOS: [Outline-app](https://itunes.apple.com/app/outline-app/id1356177741)\n\n![客户端配置范例](https://user-images.githubusercontent.com/1270145/62014025-30b41b80-b1ce-11e9-9ba5-47a19007f5c2.png)\n\n注意：加密方法使用 `aes-256-gcm`。\n\n## License\n\nwtfpl\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farzyu%2Fshadowsocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farzyu%2Fshadowsocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farzyu%2Fshadowsocks/lists"}