The last thing I need to figure out is how to replace ddev. I need a Podman pod that can run as multiple domains in a dev environment.

I spent the morning trying to figure out traefik. It seems very powerful, but I'm very unfamiliar with it.

#podman #traefik #development

@bryanredeagle I like Caddy as a reverse proxy, really easy to configure. I am using it on dev and prod.

@sysedit I like Caddy too, but I was hoping for something that supported hooking into podman so I could route subdomains on the fly.

And even then, my issue is more related to unprivileged ports and certs than the proxying itself.