Stefan Nienhuis
Stefan Nienhuis
Thanks for the detailed response.
This seems to be caused by the fact that the index.html is compiled when the image is built, and at that time the custom theme color is still unknown. Anyone...
This issue has been inactive for more than a year, but hasn't been solved. I would like to see @ThrownLemon's solution implemented, or else it probably should be documented somewhere...
After #112, I'd like to see this new version published. @softprops friendly ping
Is this still being worked on? Or is there a workaround? @nilesuan how did you use the binaries to get the auth token?
Same issue on RHEL 9. Interestingly I was able to perform a successful install on RHEL 9 earlier.
Hi, this is my docker compose service: ```yml homeassistant: container_name: homeassistant image: homeassistant/home-assistant:stable userns_mode: host network_mode: host privileged: true restart: unless-stopped volumes: - /home//Docker/Home Assistant:/config - /home//Docker/Home Assistant/docker/run:/etc/services.d/home-assistant/run devices: -...