I am trying to setup a reserve proxy to my Synology NAS as well as a few other apps running on it. I found helpful guides on writing the caddyfile. I feel pretty comfortable with it.
I am missing everything else leading me to use the caddyfile.
I fire up Docker on my NAS, search the images database for caddy, and I see 423 caddy images. For the most part, one sees the top 5 or so images and would probably go with one of those. I won’t list the ones I’ve been reading about for now.
At this point, as with my other images, I setup the container mapping mounts to my physical volume. This is where I am also unsure what needs mounted to where basically. As an example, its noted that the Let’s Encrypt Certificates be housed outside of the container, so this is a prime example of a mount I’d need. Another important mount will be where I will put/keep the caddyfile. Again I don’t fully understand how/where to mount this exactly.
Before diving into more details, I figured I’d start and see if anyone else has this same objective completed. So, is anyone already doing this and mind shedding some light?
Ultimately, I will create a step by step guide based on my learning to go along with my other guides. It appears most people are using nginx, but I am really excited about caddyserver and hope I can make it happen.