adamirr / ha_addons

Collection of custom HomeAssistant addons
MIT License
7 stars 3 forks source link

Docker image needed, please!!! #3

Open rbdalvi opened 6 months ago

rbdalvi commented 6 months ago

I am running Home Assistant Core which does not support addons. https://www.home-assistant.io/installation/linux#install-home-assistant-core

Have you considered publishing this as a linux/amd64 docker image? Alternately can you please provide the steps to build a docker image and the docker-compose file to run it as a standalone container?

Thanks

adamirr commented 4 months ago

Hi, I do not have any plans to publish a standalone Docker image as I am not too familiar with the process. I expect the Dockerfile in this repository could be used to create an image.

Containers running within HomeAssistant get some additional permissions to directly invoke HomeAssistant APIs that are not available to containers running outside of HomeAssistant.

marvint24 commented 3 weeks ago

First of all thank you very much for this addon. I think this solution is far better than the default HA guide for an Alexa Skill. I am currently working on a pull request for running this addon as a container. So far it seams to work even without HAOS.