Does anyone have specific instructions on how to reverse proxy node-red and node-red dashboard using Caddy v2 webserver? I have node-red installed installed in Home Assistant. I've been over on the Caddy forum and haven't had much luck. I've seen instructions on using Nginx to reverse proxy, but I'm not familiar with Nginx.
Steps so far:
Created cname for dns certificate lookup
Modified Caddyfile using cname and internal ip with port 1880/endpoint/ui
This results in the site not reachable.
I have other internal sites that are reachable, so I know that Caddy is working.
Thanks