{"id":13539553,"url":"https://github.com/mrluanma/shadowsocks-heroku","last_synced_at":"2025-12-17T23:04:35.415Z","repository":{"id":15242000,"uuid":"17970886","full_name":"mrluanma/shadowsocks-heroku","owner":"mrluanma","description":"shadowsocks over WebSocket, support Heroku.","archived":false,"fork":true,"pushed_at":"2024-10-08T15:13:03.000Z","size":209,"stargazers_count":553,"open_issues_count":0,"forks_count":468,"subscribers_count":41,"default_branch":"main","last_synced_at":"2024-11-03T04:32:38.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"shadowsocks/shadowsocks-dotcloud","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrluanma.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}},"created_at":"2014-03-21T06:47:18.000Z","updated_at":"2024-10-08T15:13:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mrluanma/shadowsocks-heroku","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/mrluanma%2Fshadowsocks-heroku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrluanma%2Fshadowsocks-heroku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrluanma%2Fshadowsocks-heroku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrluanma%2Fshadowsocks-heroku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrluanma","download_url":"https://codeload.github.com/mrluanma/shadowsocks-heroku/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246767764,"owners_count":20830550,"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-08-01T09:01:27.767Z","updated_at":"2025-12-17T23:04:30.379Z","avatar_url":"https://github.com/mrluanma.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","\u003ca id=\"1a9934198e37d6d06b881705b863afc8\"\u003e\u003c/a\u003e通信\u0026\u0026代理\u0026\u0026反向代理\u0026\u0026隧道","\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"f932418b594acb6facfc35c1ec414188\"\u003e\u003c/a\u003eSocks\u0026\u0026ShadowSocksXx","\u003ca id=\"cb16466a31a167bb61f39e2a4a85f449\"\u003e\u003c/a\u003eShadowsocks"],"readme":"# shadowsocks-heroku\n\nshadowsocks-heroku is a lightweight tunnel proxy which can help you get through firewalls. It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks), but through a different protocol.\n\nshadowsocks-heroku uses WebSocket instead of raw sockets, so it can be deployed on [Heroku](https://www.heroku.com/).\n\nNotice that the protocol is INCOMPATIBLE with shadowsocks.\n\n## Heroku\n\n### Usage\n\n```\n$ heroku create\nCreating still-tor-8707... done, stack is cedar-14\nhttp://still-tor-8707.herokuapp.com/ | git@heroku.com:still-tor-8707.git\n```\n\nPush the code to Heroku.\n\n```\n$ git push heroku master\n…\n-----\u003e Compressing... done, 5.1MB\n-----\u003e Launching... done, v3\n       http://still-tor-8707.herokuapp.com/ deployed to Heroku\n\nTo git@heroku.com:still-tor-8707.git\n * [new branch]      master -\u003e master\n```\n\nSet a few configs:\n\n```\n$ heroku config:set METHOD=aes-128-cfb KEY=foobar\nSetting config vars and restarting still-tor-8707... done, v11\nKEY:    foobar\nMETHOD: aes-128-cfb\n```\n\nInstall project dependencies with `npm install`:\n\n```\n$ npm install\n…\n```\n\nThen run:\n\n```\n$ node local.js -s ws://still-tor-8707.herokuapp.com -l 1080 -m aes-128-cfb -k foobar -r 80\nserver listening at { address: '127.0.0.1', family: 'IPv4', port: 1080 }\n```\n\nChange proxy settings of your browser into:\n\n```\nSOCKS5 127.0.0.1:1080\n```\n\n### Troubleshooting\n\nIf there is something wrong, you can check the logs by:\n\n```\n$ heroku logs -t --app still-tor-8707\n```\n\n## Supported Ciphers\n\n- aes-128-cfb\n- aes-192-cfb\n- aes-256-cfb\n- camellia-128-cfb\n- camellia-192-cfb\n- camellia-256-cfb\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrluanma%2Fshadowsocks-heroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrluanma%2Fshadowsocks-heroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrluanma%2Fshadowsocks-heroku/lists"}