I run HA on proxmox, tried to install SSL via duckDNS.
Created duckdns account
configured the addon
started addon (checks logs,all looked good)
Added the SSL keys to the configuration.yaml
Checked configuration (all green)
Rebooted, and no access to anything
I have now SSHāed in removing the changes to configuration.yaml
Accessd via Nabu Casa
Disabled the duckDNS addon
Have access to ānativeā Home Assistant locally, but anything not nativeā¦ eg, node-red, frigate, Studio Code Server etc. I get a ā401: Unauthorisedā screen.
I can access everything via Nabo Casa, but how can I fix the local access?
You should have installed the Nginx proxy addon - then Home Assistant stays locally accessible on port 8123 via http, but the nginx proxy allows https access via the Lets Encrypt + DuckDNS configuration.
Since you are running Proxmox though, I donāt use the Nginx addon, - I run Nginx Proxy Manager in a seperate LXC via the handy Proxmox scripts created by tteck.
After restoring the last āHome Assistant Coreā backup, all works again including . I have now learned to have a recent full Proxmox backup before venturing out in SSL again