2025-05-19 16:35:48 +08:00
2025-05-18 20:27:55 +08:00
2025-05-18 20:27:55 +08:00
2025-05-19 16:35:31 +08:00
2025-05-18 21:37:11 +08:00
2025-05-18 21:37:11 +08:00

ssserver-libev

A backup image to start ss-server

Docker Pulls Docker Image Size Docker Image Version

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

There is a solution to deploy ss-libev and ss-manager to the local machine at the same time, located in the branch proxy_local

Step 1

Clone this repo.

git clone --recurse-submodules https://github.com/WilliamPeterMatthew/sslocal-manager.git -b ssserver-libev

If you want to use a pre-build version of the image instead of building locally, you can use the following command.

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

Step 2

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 3

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%