67abf8b7b9
* Check host network connectivity Check host network connectivity and offer DNS alternatives in case host internet is not available. This allows users with broken DNS setup to configure the host network with a working DNS. Requires https://github.com/home-assistant/supervisor/pull/5321. * Apply suggestions from code review Co-authored-by: Bram Kragten <mail@bramkragten.nl> * Remove network issue warning once resolved * Make const var again All consts need to be assigned on creation. This is not possible in this case. * Improve wording * Replace try with use * Improve network issue wording * Rename function, call schedule outside of then() The idea is to call schedule() always, no matter if there is an error or not. So call it outside of the then() block. * Use let --------- Co-authored-by: Bram Kragten <mail@bramkragten.nl> |
||
---|---|---|
.github | ||
rootfs/usr/share/www | ||
.devcontainer.json | ||
.gitignore | ||
.hadolint.yaml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
build.yaml | ||
go.mod | ||
go.sum | ||
http.go | ||
main.go | ||
mdns.go |
README.md
Landing page
Home Assistant OS pre-installed landing page. This is a small, temporary landing page shipped with Home Assistant OS so something is displayed while Supervisor is downloading the full version of Home Assistant Core on first startup. The landing page opens a web server on port 8123 and publishes DNS-SD discovery information. From that perspective the landing page is like a stripped down version of Home Assistant Core.