The landingpage container is a minimal webserver with built-in zeroconf annoucement. Preinstall the machine specific landingpage container to make sure it will show up right after startup.
22 lines
467 B
Plaintext
22 lines
467 B
Plaintext
menuconfig BR2_PACKAGE_HASSIO
|
|
bool "Supervisor App"
|
|
help
|
|
This is the Application layer they build the
|
|
data partition with configurations.
|
|
|
|
https://github.com/home-assistant/supervisor
|
|
|
|
if BR2_PACKAGE_HASSIO
|
|
|
|
config BR2_PACKAGE_HASSIO_ARCH
|
|
string "Supervisor Arch"
|
|
help
|
|
Supervisor architecture which should be pull.
|
|
|
|
config BR2_PACKAGE_HASSIO_MACHINE
|
|
string "Supervisor Machine"
|
|
help
|
|
Machine to pull containers for (used for landing page).
|
|
|
|
endif
|