Emile Nijssen
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
7 additions and
2 deletions
-
.github/workflows/deploy.yml
-
README.md
-
docker-compose.yml
|
|
@ -10,6 +10,8 @@ on: |
|
|
|
- staging/** |
|
|
|
- production |
|
|
|
- production/** |
|
|
|
schedule: |
|
|
|
- cron: "0 12 * * *" |
|
|
|
|
|
|
|
jobs: |
|
|
|
deploy: |
|
|
@ -44,4 +46,4 @@ jobs: |
|
|
|
with: |
|
|
|
push: true |
|
|
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8 |
|
|
|
tags: weejewel/wg-easy:v${{ env.VERSION }}, weejewel/wg-easy:${{ env.DOCKER_TAGS }} |
|
|
|
tags: weejewel/wg-easy:v${{ env.VERSION }}, weejewel/wg-easy:${{ env.DOCKER_TAGS }} |
|
|
|
|
|
@ -50,6 +50,8 @@ Change `WG_HOST=raspberrypi.local` to your server's public address, e.g. `WG_HOS |
|
|
|
|
|
|
|
Optionally, set a Web UI password by uncommenting `PASSWORD=foobar123` and change the password. |
|
|
|
|
|
|
|
> By default, any WireGuard client will have access to the Web UI, unless you set a password. |
|
|
|
|
|
|
|
### 3. Run WireGuard |
|
|
|
|
|
|
|
Finally, run WireGuard. It will automatically start after a reboot. |
|
|
|
|
|
@ -24,4 +24,5 @@ services: |
|
|
|
- NET_ADMIN |
|
|
|
- SYS_MODULE |
|
|
|
sysctls: |
|
|
|
- net.ipv4.conf.all.src_valid_mark=1 |
|
|
|
- net.ipv4.ip_forward=1 |
|
|
|
- net.ipv4.conf.all.src_valid_mark=1 |
|
|
|