Update Files

This commit is contained in:
WilliamPeterMatthew
2026-01-29 15:31:19 +08:00
parent 1399c4d739
commit 67c0ac493f
4 changed files with 8 additions and 7 deletions

View File

@@ -24,6 +24,7 @@ jobs:
with:
ref: master
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Login to ${{ matrix.registry }}

View File

@@ -24,6 +24,7 @@ jobs:
with:
ref: master
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Login to ${{ matrix.registry }}

View File

@@ -34,6 +34,7 @@ jobs:
with:
ref: master
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- name: Extract current date

View File

@@ -1,14 +1,12 @@
# sslocal-manager
A webpage to manage ss-local
# sslocal-manager-rust
A webpage to manage sslocal
![Docker Pulls](https://img.shields.io/docker/pulls/petermatthew/sslocal-manager)
![Docker Image Size](https://img.shields.io/docker/image-size/petermatthew/sslocal-manager)
![Docker Image Version](https://img.shields.io/docker/v/petermatthew/sslocal-manager)
![Docker Pulls](https://img.shields.io/docker/pulls/petermatthew/sslocal-manager-rust)
![Docker Image Size](https://img.shields.io/docker/image-size/petermatthew/sslocal-manager-rust)
![Docker Image Version](https://img.shields.io/docker/v/petermatthew/sslocal-manager-rust)
Build via Docker Compose, using the Python Flask framework.
> 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.
```bash