mirror of
https://github.com/WilliamPeterMatthew/sslocal-manager-alpine.git
synced 2026-02-27 09:53:28 +08:00
Update Files
This commit is contained in:
1
.github/workflows/docker-publish.yml
vendored
1
.github/workflows/docker-publish.yml
vendored
@@ -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 }}
|
||||
|
||||
1
.github/workflows/docker-publishrust.yml
vendored
1
.github/workflows/docker-publishrust.yml
vendored
@@ -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 }}
|
||||
|
||||
1
.github/workflows/docker-testbuild.yml
vendored
1
.github/workflows/docker-testbuild.yml
vendored
@@ -34,6 +34,7 @@ jobs:
|
||||
with:
|
||||
ref: master
|
||||
|
||||
- uses: docker/setup-qemu-action@v3
|
||||
- uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Extract current date
|
||||
|
||||
12
README.md
12
README.md
@@ -1,14 +1,12 @@
|
||||
# sslocal-manager
|
||||
A webpage to manage ss-local
|
||||
# sslocal-manager-rust
|
||||
A webpage to manage sslocal
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user