{"id":22779600,"url":"https://github.com/isayme/go-shadowsocks","last_synced_at":"2025-08-03T01:03:57.594Z","repository":{"id":144204921,"uuid":"149483460","full_name":"isayme/go-shadowsocks","owner":"isayme","description":"A fast and memory efficient shadowsocks server in Go","archived":false,"fork":false,"pushed_at":"2024-05-15T16:54:35.000Z","size":224,"stargazers_count":6,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T10:02:27.280Z","etag":null,"topics":["golang","shadowsocks"],"latest_commit_sha":null,"homepage":"","language":"Go","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/isayme.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-09-19T16:54:47.000Z","updated_at":"2024-10-10T16:26:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"d360e55f-8564-4b80-a625-bd38a7e768fc","html_url":"https://github.com/isayme/go-shadowsocks","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayme%2Fgo-shadowsocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayme%2Fgo-shadowsocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayme%2Fgo-shadowsocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isayme%2Fgo-shadowsocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isayme","download_url":"https://codeload.github.com/isayme/go-shadowsocks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249085799,"owners_count":21210356,"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":["golang","shadowsocks"],"created_at":"2024-12-11T20:09:18.947Z","updated_at":"2025-04-15T14:22:14.723Z","avatar_url":"https://github.com/isayme.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Shadowsocks\n\n[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/isayme/shadowsocks?sort=semver\u0026style=flat-square)](https://hub.docker.com/r/isayme/shadowsocks)\n![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/isayme/shadowsocks?sort=semver\u0026style=flat-square)\n![Docker Pulls](https://img.shields.io/docker/pulls/isayme/shadowsocks?style=flat-square)\n\nA fast and memory efficient shadowsocks server in Go.\n\n## Support Methods\n\n- chacha20-ietf-poly1305\n- aes-128-gcm, aes-192-gcm, aes-256-gcm\n- aes-128-cfb, aes-192-cfb, aes-256-cfb\n- aes-128-ctr, aes-192-ctr, aes-256-ctr\n- dec-cfb\n- rc4-md5, rc4-md5-6\n- chacha20, chacha20-ietf\n- cast5-cfb\n- bf-cfb\n\n## Docker Compose\n\n### server\n```\nversion: '3'\n\nservices:\n  ss-server:\n    container_name: ss-server\n    image: isayme/shadowsocks:latest\n    ports:\n      # expose ss port\n      - \"8388:8388\"\n    volumes:\n      # config file\n      - ./config/shadowsocks/shadowsocks.json:/shadowsocks/shadowsocks.json\n    environment:\n      - CONF_FILE_PATH=/shadowsocks/shadowsocks.json\n    command: /app/shadowsocks server\n    restart: unless-stopped\n```\n\n### local\n```\nversion: '3'\n\nservices:\n  ss-local:\n    container_name: ss-local\n    image: isayme/shadowsocks:latest\n    ports:\n      # expose socks5 port\n      - \"1080:1080\"\n    volumes:\n      - ./config/shadowsocks/shadowsocks.json:/shadowsocks/shadowsocks.json\n    environment:\n      - CONF_FILE_PATH=/shadowsocks/shadowsocks.json\n    command: /app/shadowsocks local\n    restart: unless-stopped\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisayme%2Fgo-shadowsocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisayme%2Fgo-shadowsocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisayme%2Fgo-shadowsocks/lists"}