Hi everyone,
I’m having an issue were my remote access goes offline for a few minutes many times a day and am hoping for general troubleshooting tips. I had to switch to IPv6 a few months ago after being place behind a CGNAT. Surprisingly Uverse support had no idea what a CGNAT was and only asked me to restart my router so helpful. I’m using Nginx, config below. I’ll also include my http: section in my configuration.yaml. The HA log and the Nginx log have not shed any light on the remote access issue. Not sure where to troubleshoot from here. The uptime robot graph looks like this:
Nginx config:
domain: me.duckdns.org
certfile: fullchain.pem
keyfile: privkey.pem
hsts: max-age=31536000; includeSubDomains
cloudflare: false
customize:
active: false
default: nginx_proxy_default*.conf
servers: nginx_proxy/*.conf
http config:
http:
use_x_forwarded_for: true
trusted_proxies: 127.0.0.1
server_host: ::0
This issue came up shortly after upgrading from 0.112.4 to 0.113.0, not sure if that is related. I run HA as an OVA virtual appliance on a QNAP NAS. Any leads/ideas would be greatly appreciated.
Thanks