So… Did you find documentation about how to do that?
Comment on Should Caddy and Traefik Replace Certbot?
iiGxC@slrpnk.net 7 months ago
I’ve had pretty good experience with caddy, although some key aspects of documentation I found hard to find - namely, how to use it with docker compose and a custom build with other plugins like dns challenge and dynamic dns
nis@feddit.dk 7 months ago
iiGxC@slrpnk.net 7 months ago
Yes, but it was piece by piece as I went
jherazob@beehaw.org 7 months ago
I use this, it’s very much not perfect but works: github.com/lucaslorentz/caddy-docker-proxy
gullmar@feddit.it 7 months ago
Personally, I followed the instructions to install Caddy with Docker Compose in the Nextcloud AIO reverse proxy documentation. Regarding building custom images, there are the instructions to build a custom Caddy image in a Dockerfile in the Docker Hub page.
iiGxC@slrpnk.net 7 months ago
Yep, I think that’s what I found too. I set it up to use nextcloud aio as well, it just took me a while to find that docker page