Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HMBSbige/shadowsocks-docker
shadowsocks + v2ray-plugin
https://github.com/HMBSbige/shadowsocks-docker
docker shadowsocks v2ray-plugin
Last synced: 2 months ago
JSON representation
shadowsocks + v2ray-plugin
- Host: GitHub
- URL: https://github.com/HMBSbige/shadowsocks-docker
- Owner: HMBSbige
- License: mit
- Archived: true
- Created: 2021-04-06T07:49:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T02:26:32.000Z (7 months ago)
- Last Synced: 2024-08-06T00:35:09.809Z (5 months ago)
- Topics: docker, shadowsocks, v2ray-plugin
- Language: Dockerfile
- Homepage:
- Size: 45.9 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shadowsocks-docker
[![Build Latest](https://github.com/HMBSbige/shadowsocks-docker/actions/workflows/build-latest.yml/badge.svg)](https://github.com/HMBSbige/shadowsocks-docker/actions/workflows/build-latest.yml)
[![Build Release](https://github.com/HMBSbige/shadowsocks-docker/actions/workflows/build-release.yml/badge.svg)](https://github.com/HMBSbige/shadowsocks-docker/actions/workflows/build-release.yml)
[![Docker](https://img.shields.io/badge/shadowsocks-blue?label=Docker&logo=docker)](https://github.com/users/HMBSbige/packages/container/package/shadowsocks)[![shadowsocks-rust](https://img.shields.io/badge/shadowsocks--rust-dea584?label=GitHub&logo=github)](https://github.com/shadowsocks/shadowsocks-rust)
[![v2ray-plugin](https://img.shields.io/badge/v2ray--plugin-00add8?label=GitHub&logo=github)](https://github.com/shadowsocks/v2ray-plugin)## Getting Started
### Pull image
```
docker pull ghcr.io/hmbsbige/shadowsocks
```### Run
```
docker run -itd \
--restart=always \
--name=ss \
--net=host \
ghcr.io/hmbsbige/shadowsocks \
server \
-U \
-s "0.0.0.0:23333" \
-k 114514 \
-m aes-128-gcm \
--plugin "v2ray-plugin" \
--plugin-opts "server;tls;host=github.com"
```Or
```
docker run -itd \
--restart=always \
--name=ss \
-v ~/config:/config:ro \
--net=host \
ghcr.io/hmbsbige/shadowsocks \
server \
-c /config/ss.json
```## Usage
### Shadowsocks
`ssservice` onlyhttps://github.com/shadowsocks/shadowsocks-rust
### v2ray-plugin
https://github.com/shadowsocks/v2ray-plugin