OldTyT / shadowsocks_v2ray_docker

shadowsocks with v2ray plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shadowsocks_v2ray_docker

Shadowsocks in docker container with v2ray plugin

How to deploy

  1. Install docker on your server
  2. Run this command to get compose file:
$ wget https://raw.githubusercontent.com/OldTyT/shadowsocks_v2ray_docker/master/example/docker-compose.yml 
  1. Setup env in file docker-compose.yml
  2. Run docker compose:
$ docker compose up -d

How to get data to connect

There are several ways available:

  1. For get SS-link, send a GET request to: http://DOMAIN/QR_Path/
  2. For get QRCode, send a GET request to: http://DOMAIN/QR_Path/vpn.png
  3. For get connect.json, send a GET request to: http://DOMAIN/QR_Path/connect.json

Supported environment variables:

ENV Default value Whats is it
PASSWORD 5c301bb8-6c77-41a0-a606-4ba11bbab084 Shadowsocks password
ENCRYPT chacha20-ietf-poly1305 Shadowsocks encrypt type. See for more.
V2_Path s233 V2Ray path
QR_Path /qr_img Path to qr code
DOMAIN localhost Shadowsocks domain
PORT 80 Use this port for shadowsocks

About

shadowsocks with v2ray plugin


Languages

Language:Shell 76.6%Language:Dockerfile 23.4%