lovelylain / hass_ingress

Home Assistant ingress feature, add additional ingress panels to your Home Assistant frontend.
Apache License 2.0
52 stars 6 forks source link

How to use Addons(equivalent containers) for Docker installation #23

Open zcr268 opened 1 week ago

zcr268 commented 1 week ago

How to use Addons(equivalent containers) for Docker installation

lovelylain commented 1 week ago

https://github.com/lovelylain/hass_ingress/blob/main/addons-for-docker-installation.md#overview

zcr268 commented 1 week ago

This operation does not make the hass container to increase the functionality of the plug-in, just look more like the effect of the plug-in installation, right?

lovelylain commented 1 week ago

https://community.home-assistant.io/t/addons-for-docker-installation/436190

Using official addons without Supervisor is impossible because the Supervisor API is essential for addons, so we have to install and configure the equivalent containers ourselves.

functionality hassio equivalent containers
Install addons Addons Store Refer to this guide to install with docker compose and configure
start, stop, restart addons Supervisor page docker command or portainer page
DNS for the host network hassio_dns simple dns_proxy implemented by nginx
Ingress Supervisor this project

Not all systems can install Hassio Supervisor, through these efforts, you can get a functional experience close to addons.