Remix.run Logo
arafeq 4 hours ago

this is really clean. the auto-TLS for local dev is the killer feature imo, so many hours wasted fighting mkcert and nginx configs. do you plan to support docker/container networking? being able to resolve service names across docker compose setups would make this a no-brainer for teams.

rdme 4 hours ago | parent | next [-]

Actually, if you point a container's DNS at the host (dns: [host.docker.internal] in compose), it works for resolution + ad blocking for the reverse however, I've added it on the radar, thanks!

Kaliboy 4 hours ago | parent [-]

How does auto-TLS work? It makes a self signed certificate automatically?

rdme 4 hours ago | parent [-]

Yes — numa install generates a local CA and stores it in the system trust store. When you register a .numa service, it generates a per-service TLS cert signed by that CA

dgb23 3 hours ago | parent | prev | next [-]

I don't want to hijack the thread, because that's a cool project.

Still, if you're looking for something that "just works" and is widely used, have a look at caddy.

4 hours ago | parent | prev [-]
[deleted]