From 67c0ac493f5f4eab9f5f33f9824b8a8d49dc85cf Mon Sep 17 00:00:00 2001 From: WilliamPeterMatthew Date: Thu, 29 Jan 2026 15:31:19 +0800 Subject: [PATCH] Update Files --- .github/workflows/docker-publish.yml | 1 + .github/workflows/docker-publishrust.yml | 1 + .github/workflows/docker-testbuild.yml | 1 + README.md | 12 +++++------- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0a9b39c..f5715ba 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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 }} diff --git a/.github/workflows/docker-publishrust.yml b/.github/workflows/docker-publishrust.yml index 5c8aa40..3037673 100644 --- a/.github/workflows/docker-publishrust.yml +++ b/.github/workflows/docker-publishrust.yml @@ -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 }} diff --git a/.github/workflows/docker-testbuild.yml b/.github/workflows/docker-testbuild.yml index a77243d..8a66e4c 100644 --- a/.github/workflows/docker-testbuild.yml +++ b/.github/workflows/docker-testbuild.yml @@ -34,6 +34,7 @@ jobs: with: ref: master + - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - name: Extract current date diff --git a/README.md b/README.md index d8182d2..8d0ac07 100644 --- a/README.md +++ b/README.md @@ -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