Comment on Wireguard in docker, no way of password authentication?
Krafting@lemmy.world 7 months ago
wg-easy has this option wwhen you run the docker:
-e PASSWORD=YOUR_ADMIN_PASSWORD
which set an admin password when deploying the container.
If you didn’t put a password I guess you can add one in the admin settings
doctorzeromd@lemmy.world 7 months ago
That’s for logging into the web GUI IIRC, not for authorizing a connection from wg client to wg server.