I have installed Caddy reverse proxy server and its working pretty well so far but I have been unable to get a few things working. Right now its installed to usr/local/bin and I have placed my Caddyfile there. I have run it from the cli and it worked nicely, retrieved the certificates and allowed me to access the front end from my duck DNS domain. I would like to get it up and running as a service but so far have not been successful.I have downloaded a version with the hook.service plugin and done from the web site:
caddy -service install
It doesn’t seem to work after a restart or just starting the service from the cli.It justs hangs in the hass loading page. Can anybody offer some advice. Where would I start checking to see if the proper files are placed.
The other issue is Im not sure where to place the “flags” that tell caddy to update my certificates when needed which I believe are agree,tls, and my email address
Thanks for any help. The Hassbian environment doesnt seem to be as popular as the others but maybe somebody can give me direction from venv install?