mseest
(Martin Seest Christiansen)
June 17, 2019, 7:48pm
1
I would like to use the hassio add-on called git_pull to get my configuration via gitlab.
How can I use this add-on (if it’s possible) on my Raspberry PI 3 running HA Docker on top of hypriot?
I’m not that confident with HA yet, hence my n00b question
Thanks
Martin
It is likely not easy to use that addon without running Hassio.
Hassio is basically HA Docker plus a Supervisor Docker container. I am not sure if the configuration directory is in the same place on the host though.
You can’t run the container directly but you can look at what the docker file needs and duplicate it yourself using a pre-existing git docker image.
It’s not rocket surgery, but it’s also not as easy as using the add-on with hassio.
You actually don’t need to use git on the home assistant server at all. You can run git from your networked computers and accomplish the same thing.