petermatthew/ssserver-rust

By petermatthew

Updated 7 months ago

A backup image to start ssserver

Image
Networking
0

2.6K

petermatthew/ssserver-rust repository overview

ssserver-rust

A backup image to start ssserver

Docker Pulls Docker Image Size Docker Image Version

Build via Docker Compose, Source Repo: shadowsocks-rust.

There is a solution to deploy local and server to the local machine at the same time, located in the branch proxy_local

Step 1

Clone this repo.

git clone https://github.com/WilliamPeterMatthew/sslocal-manager-alpine.git -b ssserver-rust

Step 2

Modify .ssconfig.json file like this.

  {
    "server": "0.0.0.0",
    "server_port": 8388,
    "password": "Password",
    "timeout": 300,
    "method": "aes-256-gcm",
    "mode": "tcp_only"
  }

Step 3

Modify or keep the ports in docker-compose.yml file (use docker-compose-prebuild.yml file if you want to use a pre-build version of the image instead of building locally) .

Step 4

Run the project by executing the following command in the directory.

docker-compose up -d

You can also use a pre-built version of the image instead of building locally.

docker-compose -f docker-compose-prebuild.yml up -d

Congratulations

Now you can access the server on the port you set in Step 2.

Tag summary

Content type

Image

Digest

sha256:101acc683

Size

14.8 MB

Last updated

7 months ago

docker pull petermatthew/ssserver-rust