I am running home assistant on a synology NAS which has a very nice GUI to manage docker instances and make it very easy to setup a domain name with SSL support (using cloudflare for certificates and the synology GUI for reverse proxy) and everything works super nicely
However it’s still very time consuming to create and configure docker containers for every addon I need
As I understood Hass.io is a complete system that cannot run within a docker container because it need to have control over docker to create containers every time you install addons
So what if we added a way to configure a docker api to manage docker in home assistant and this would make the addon section appear and it will use this api to manage all the docker containers it needs for the addons
Basically porting all hassOS functionalities to the docker api instead of linux deamons working in with commands, so we can get automatic update, addons etc
That would be a nice feature for all the docker enthusiast out there who run home assistant in docker