Hacker News new | ask | show | jobs
by weejewel 1608 days ago
Also check out wg-easy: https://github.com/weejewel/wg-easy.

Much more beautiful imo.

3 comments

> Gravatar support.

What ? Yeah, no.

edit: or at least it should be opt-in for client

There's not much to it:

    if (client.name.includes('@') && client.name.includes('.')) {
          client.avatar = `https://www.gravatar.com/avatar/${md5(client.name)}?d=blank`;
I think people might not like this since it causes your clients to "phone home" to Gravatar unnecessarily/expectedly. It's a little out of place for what is essentially a network security application.
Installed on my home server few days ago. Very good and easy to manage
But does it support multi tenant?