You know that annoying thing where you have localhost:3000, :8080, :9000 all running and you forget which is which?

Built a thing to fix that. Real .roxy domains with HTTPS for local dev.

v0.1.0 out now, works on macOS.

https://github.com/rbas/roxy

#rust #webdev #devtools

@rbas
If i forget it, i go to the nix config and search for the service name or the port number. Easy.

#NixOS

#rust #webdev #devtools

@chfkch Nice! That handles the domain mapping well (if I understand correctly).
Roxy does that too, plus it auto-generates SSL certificates (so no browser warnings) and supports path-based routing - so myapp.local/api and myapp.local/admin can go to different backends.
@rbas
It was a bit of a joke. I like what you have built.