Rendered at 19:58:58 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
jchook 22 hours ago [-]
Seems like high-risk and low-reward for your network security. You could host it behind the WG interface, but… still exposing the castle’s master key to a python web app.
I have found that WG client management is as simple as a couple scripts and a TSV file to match pubkeys to users.
Anyhow, cool project and I like the overall concept of respecting existing config.
vsergione 12 hours ago [-]
Well, I don't rely on tools to deliver security out of the box without me knowing what is all about. Therefore, this tool is not meant to be secure by itself. I use other means to achieve that.
tommy_axle 7 hours ago [-]
This sits in the right spot using the existing wg conf and tools.
russelg 20 hours ago [-]
Any notable differences from wg-easy?
vsergione 12 hours ago [-]
Just a big one: it can manage an already existing WG setup. The readme says it all.
DylanMerigaud 1 days ago [-]
Nice work, following along.
po_westnet26 1 days ago [-]
[flagged]
ma2kx 1 days ago [-]
Looks like hand coded. Kudos for that!
docheinestages 22 hours ago [-]
A dead giveaway that I think it's AI-made (not necessarily a con) is the complexity of the UI and redundant information. Things like the green dot paired with "interface is up". It looks polished though.
vsergione 12 hours ago [-]
I confirm that I vibe coded it.
vsergione 12 hours ago [-]
It's not hand coded. I've built it because I've needed for my own purposes.
I've tried wg-easy, but I didn't like the docker approach because it implied to dramatically alter my setup. I just wanted something to manage my already existing setup, something simple and effective. And the coding agent was good enough to built quickly what I needed.
Lapalux 1 days ago [-]
Not sure how you could tell that - the entire repo is 4 commits, all within the last 4 hours.
I have found that WG client management is as simple as a couple scripts and a TSV file to match pubkeys to users.
Anyhow, cool project and I like the overall concept of respecting existing config.
I've tried wg-easy, but I didn't like the docker approach because it implied to dramatically alter my setup. I just wanted something to manage my already existing setup, something simple and effective. And the coding agent was good enough to built quickly what I needed.