WilliamPeterMatthew 690cce30cf update ssserver-manager
2025-07-30 23:43:56 +08:00
2025-07-09 09:46:57 +08:00
2025-05-28 12:12:45 +08:00
2025-05-28 12:12:45 +08:00
2025-07-08 17:53:45 +08:00
2025-06-01 22:53:46 +08:00
2025-06-11 15:09:24 +08:00
2025-07-30 23:43:56 +08:00

sslocal-rust

A backup image to start sslocal

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 sslocal-rust

Step 2

Modify local.ssconfig.json file like this.

  {
    "server": "ss.example.com",
    "server_port": 8388,
    "local_address": "0.0.0.0",
    "local_port": 1080,
    "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.

S
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-02-27T09:21:45.682Z
Readme 330 KiB
Languages
Python 57.1%
Dockerfile 22.5%
HTML 20.4%