a little program to use Home Assistant with gokrazy
- Go 100%
| go.mod | ||
| license | ||
| main.go | ||
| readme.md | ||
Home Assistant, Matter, ESPHome, and Z-Wave with gokrazy
This repo provides a little program that uses Podman and Go to run Home Assistant and other things on top of gokrazy.
Add it
Add the following packages to gokrazy, then build and deploy as usual:
# podman support
gok add github.com/gokrazy/iptables
gok add github.com/gokrazy/nsenter
gok add github.com/gokrazy/podman
gok add github.com/greenpau/cni-plugins/cmd/cni-nftables-portmap
gok add github.com/greenpau/cni-plugins/cmd/cni-nftables-firewall
# home assistant
gok add git.ineedmore.money/jersey/gokrazy-homeassistant
License
The very little code in this repo is under the MIT License