this post was submitted on 19 Apr 2024
423 points (97.5% liked)

Television

4546 readers
3 users here now

founded 1 year ago
MODERATORS
 

The wasteland is going get even bigger.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 6 months ago (1 children)

Never used Caddy, but if you're running a variety of services Traefik also is pretty easy to deploy, especially if you're using Docker containers. You can set it up to use let's encrypt fairly easily to handle all the SSL stuff.

[–] [email protected] 1 points 6 months ago

Caddy has a docker labels plugin so you can use it similarly to how you use traefik. I have a github repo with an action that automatically runs I think the first of every month that checks for Caddy updates and builds the new caddy docker image with the plugins I want automatically.