Compare commits

...

6 Commits

Author SHA1 Message Date
LRVT
cd268ab8a4
Update README.md
All checks were successful
CI / validateComposeSyntax (push) Successful in 23s
2025-08-11 22:35:22 +02:00
LRVT
f52898fa0a
Update docker-compose.yml 2025-08-11 22:34:25 +02:00
LRVT
8762fb957d
chore: revert to v13 as v15 is buggy regarding ipv6 2025-08-11 22:33:01 +02:00
LRVT
926816217e
Update docker-compose.yml 2025-08-11 22:24:19 +02:00
LRVT
4b67591fd9
Update README.md 2025-08-11 22:21:27 +02:00
LRVT
3e70d31b89
chore: bump wg-easy 2025-08-11 22:16:37 +02:00
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
# References
- https://github.com/WeeJeWel/wg-easy
# Notes
Since v14 wg-easy does not support defining plaintext passwords anymore. You have to define a password hash instead.
Although v15 was already released with an administrative UI, it still has some bugs regarding IPv6/NAT.

View File

@ -1,7 +1,7 @@
services:
wg-easy:
image: ghcr.io/wg-easy/wg-easy:13
image: ghcr.io/wg-easy/wg-easy:14
container_name: wg-easy
hostname: wireguard-easy
restart: unless-stopped
@ -10,7 +10,7 @@ services:
- SYS_MODULE
environment:
- WG_HOST=vpn.example.com # your hostname or ip address
- PASSWORD=MyStrongPasswordForWebUi # change this
- PASSWORD_HASH=$$2a$$12$$FGHsQAGm9N9sxJ54RiWiMumk2QkRVjyueCv9mRbrdc1f8y6pN36mq # password: foobar123
- WG_DEFAULT_DNS=1.1.1.1,8.8.8.8 # add your local dns like pihole
- WG_ALLOWED_IPS=0.0.0.0/0, ::/0
- WG_DEVICE=eth0