Posts
1
Comments
2
Joined
2 yr. ago
Than i guess it's a bug of some sort, maybe file an issue on github?
Reply
If that happens for me i usually refresh the site with Ctrl+F5. It removes the browser cache and reloads the site from the ground up, it usually makes the button to appear again.
Reply

Home Assistant with proxy (bridge network to host network connection)
This is more of a docker question than a selfhosted question, but i think that most of people here should be familiar with docker.
HA runs with network-mode : host
(in order for autodiscovery to work) when my Nginx Proxy Manager is running on a bridge network (and in a different docker-compose.yml file), which makes them not see each other as far as I know. Could I maybe add an additional network to the HA like this:
undefined
networks: default: driver: host nginxnetwork: external: true