update ssserver-manager

This commit is contained in:
WilliamPeterMatthew
2025-07-30 23:43:31 +08:00
parent 1356e3cf17
commit 7d3ec65dc9
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ A webpage to manage ss-local
Build via Docker Compose, using the Python Flask framework.
> There is a solution to deploy ssserver-rust and ss-manager to the local machine at the same time, located in the branch [proxy_local](https://github.com/WilliamPeterMatthew/sslocal-manager-alpine/tree/proxy_local)
> There is a solution to deploy local and server to the local machine at the same time, located in the branch [proxy_local](https://github.com/WilliamPeterMatthew/sslocal-manager-alpine/tree/proxy_local)
## Step 1
Clone this repo.
@@ -16,7 +16,7 @@ git clone https://github.com/WilliamPeterMatthew/sslocal-manager-alpine.git
```
## Step 2
Modify `.ssconfig.json` file like this.
Modify `manager.local.ssconfig.json` file like this.
```
{
"server": "ss.example.com",
+3 -3
View File
@@ -1,12 +1,12 @@
version: '3'
services:
ss-manager:
sslocal-manager-rust:
image: petermatthew/sslocal-manager:latest-alpine
container_name: ss-manager
container_name: sslocal-manager-rust
restart: always
volumes:
- ./.ssconfig.json:/.ssconfig.json:ro
- ./manager.local.ssconfig.json:/.ssconfig.json:ro
ports:
- "1080:1080/udp" # ss-local 代理端口
- "1080:1080/tcp" # ss-local 代理端口
+3 -3
View File
@@ -1,12 +1,12 @@
version: '3'
services:
ss-manager:
sslocal-manager-rust:
build: .
container_name: ss-manager
container_name: sslocal-manager-rust
restart: always
volumes:
- ./.ssconfig.json:/.ssconfig.json:ro
- ./manager.local.ssconfig.json:/.ssconfig.json:ro
ports:
- "1080:1080/udp" # ss-local 代理端口
- "1080:1080/tcp" # ss-local 代理端口