|
|
|
|
|
by BrandoElFollito
2193 days ago
|
|
I have about 70 devices and services at home (pure software services such as a web app, up to WiFi-connected IoT). I manage everything via dnsmasq on my router, and I use a DNS wildcard to make sure that all unknown IPs map to my server. This is because the server holds the docker engine on whihc all "software services" are located. I did a few bounces between Traefik and Caddy over the years and finally settled on Caddy. Caddy is a truly fantastic web server. If you manually forced IPs on your containers there is not problem at all (2 lines per service). If you did not, there is unfortunately no built-in mechanism in Caddy to autodiscover them (such as the one in Traefik). I wrote my own using the new Caddy API (v2). |
|