From a13e51ed26e874ae2973f6114e8d045c0eff48ca Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Tue, 25 May 2021 15:59:18 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0974992..02c2517 100644 --- a/README.md +++ b/README.md @@ -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. From 6d12c4f09e7573cdeff626c2ee4ecba0a9adfad2 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Thu, 27 May 2021 10:00:54 +0200 Subject: [PATCH 2/3] Update deploy.yml --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d74aef1..7cbfd6b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.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 }} \ No newline at end of file + tags: weejewel/wg-easy:v${{ env.VERSION }}, weejewel/wg-easy:${{ env.DOCKER_TAGS }} From c74179eece3466489e7691964cfeebf188bb5b99 Mon Sep 17 00:00:00 2001 From: Emile Nijssen Date: Mon, 31 May 2021 14:21:30 +0200 Subject: [PATCH 3/3] Update docker-compose.yml --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 09ec7ff..4a49fe0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,4 +24,5 @@ services: - NET_ADMIN - SYS_MODULE sysctls: - - net.ipv4.conf.all.src_valid_mark=1 \ No newline at end of file + - net.ipv4.ip_forward=1 + - net.ipv4.conf.all.src_valid_mark=1