2022-06-04 10:44:45 +02:00
2022-05-06 18:40:59 +02:00
2022-06-04 10:44:45 +02:00
2022-06-04 10:44:45 +02:00
2022-06-04 10:44:45 +02:00

Home Assistant + Grafana

Crash course

git clone <repo>
cd harf
bash install.sh

Testing with docker

docker build -t harf:latest . 
docker run --rm -d --name harf --tmpfs /tmp --tmpfs /run --tmpfs /run/lock -v /sys/fs/cgroup:/sys/fs/cgroup:ro harf 
docker exec -it harf bash /opt/install.sh
docker stop harf 

Why

We needed an install script to configure as services

  • Home Assistant
  • Prometheus
  • Grafana
Description
Home Assistant and Grafana install script + instructions
Readme 30 KiB
Languages
Shell 99.4%
Dockerfile 0.6%