vigeeking / homeAutomation

My goal is to create a pipeline that is built exclusively with tools I either already know, or am only learning because they provide added value to the project
https://github.com/vigeeking/homeAutomation
0 stars 0 forks source link

persistent installation #69

Open vigeeking opened 4 years ago

vigeeking commented 4 years ago

Now that I am integrating node-red into hassio, I'll likely have to set up the long live token, which means I need to look into a persistent install. This ticket is done when I can pull a new install from github and copy specific files over and be up and running in dev with a minimal number of steps.

vigeeking commented 4 years ago

I'll see if I can use node-red for this. https://discourse.nodered.org/t/how-to-run-a-bash-script-from-node-red/406/3

vigeeking commented 3 years ago

I am going to need a stateful application set for this, and should look into how to have a persistent mariaDB container for handling all of the data. https://github.com/k8s-at-home/charts/tree/master/charts/home-assistant has some pertinent info, specifically setting the flags here: "Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

helm install --name my-release \ --set configurator.hassApiPassword="$HASS_API_PASSWORD" \ k8s-at-home/home-assistant"