I try to provide a Home Assistant Addon which is based on a containerized python app. The containerized python app comes froma prebuilt image from another git repo of mine. Since the image is prebuilt, I cannot use run.sh in the HassIO addon repo as one would do when also building within the HassIO Addon repo.
Though, wwhatever I do and try, the addon (i.e. the python app) will not use the configured values from the Addon config GUI.
Though, when running the python app contaianer standalone, it indeed uses the environment variables defined in docker run or docker compose - just not when wrapped as HassIO Addon…
Addon: GitHub - boecks/hassio-addons: Home Assistant Addons
Python App: GitHub - boecks/docker-smtp2mqtt: Standalone dockerized version of the Home Assistant Add-On smtp2mqtt
I can’t get my head around this, so any help would be appreciated! Thank you!