Home Assistant and Grafana install script + instructions
Vai al file
alban bb2addfee4 [feat] first working version 2022-06-04 10:44:45 +02:00
.gitignore feat: init 2022-05-06 18:40:59 +02:00
Dockerfile [feat] first working version 2022-06-04 10:44:45 +02:00
README.md [feat] first working version 2022-06-04 10:44:45 +02:00
install.sh [feat] first working version 2022-06-04 10:44:45 +02:00

README.md

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