Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snawoot/shadowsocks-platform.sh
Ready-to-use platform.sh deployment of shadowsocks with v2ray-plugin.
https://github.com/snawoot/shadowsocks-platform.sh
platform-sh platformsh shadowsocks v2ray v2ray-plugin v2ray-ws-tls
Last synced: 26 days ago
JSON representation
Ready-to-use platform.sh deployment of shadowsocks with v2ray-plugin.
- Host: GitHub
- URL: https://github.com/snawoot/shadowsocks-platform.sh
- Owner: Snawoot
- Created: 2021-05-08T19:16:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T20:58:13.000Z (over 3 years ago)
- Last Synced: 2024-04-22T00:37:02.130Z (8 months ago)
- Topics: platform-sh, platformsh, shadowsocks, v2ray, v2ray-plugin, v2ray-ws-tls
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 12
- Watchers: 3
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shadowsocks-platform.sh
Ready-to-use [platform.sh](https://platform.sh/) deployment of shadowsocks with v2ray-plugin.
## How to use
Just create platform.sh project and checkin these files into your new project repo. In cloned working copy of your project run:
```
git remote add upstream https://github.com/Snawoot/shadowsocks-platform.sh.git
git fetch upstream
git reset --hard upstream/master
git push --force-with-lease
```## Settings
All settings are done via project variables:
* `env:SS_PASSWORD` - shadowsocks password. Empty value is not allowed.
* `env:SS_CIPHER` - shadowsocks ciphersuite. Default: `AEAD_CHACHA20_POLY1305`.
* `env:V2_PATH` - HTTP path value for v2ray-plugin.