Go to file
ge 1686631a2f feat: Connection URI and QR-code 2022-12-27 13:37:43 +03:00
Dockerfile feat: Connection URI and QR-code 2022-12-27 13:37:43 +03:00
README.md feat: Connection URI and QR-code 2022-12-27 13:37:43 +03:00
client.json init 2022-12-15 03:14:16 +03:00
entrypoint.sh feat: Connection URI and QR-code 2022-12-27 13:37:43 +03:00

README.md

Shadowsocks-libev with v2ray-plugin image on Alpine Linux 3.17.0

Build

docker build . -t nxhs/shadowsocks-libev-v2ray:latest -t nxhs/shadowsocks-libev-v2ray:3.3.5r1-1.3.2

Tag is <shadowsocks-libev version>-<v2ray-plugin version>.

Run

docker run \
    --detach \
    --name shadowsocks \
    --env SERVER_IP=your_server_ip_address \
    --env PASSWORD=secure_password \
    --publish 8388:8388 \
    --publish 8388:8388/udp \
    --restart always \
    nxhs/shadowsocks-libev-v2ray:latest

To view client connection URI and QR-code run:

docker logs shadowsocks

See client.json for client config example. Don't forget install v2ray-plugin on client too.