Hi,
I’ve started with HA. As all my systems are managed with Saltstack. I’ve also installed and configured my Home Assistant with Salt. It does all the needed bits:
- Install packages
- Setup the postgres database
- Get certificate from the CA
- Configure nginx proxy
- Setup restic profile so I have backups
- Configures OIDC for Kanidm
I created a Saltstack Formula called Hausmeister for Home Assistant. It
- Installs needed packages
- Manages config files
- Installs custom components
If someone is interested to get HA setup on openSUSE and wants to do everything with Salt, here you go:
Cheers