harf/README.md

26 lines
439 B
Markdown
Raw Permalink Normal View History

2022-05-06 16:40:59 +00:00
# Home Assistant + Grafana
2022-06-04 08:44:45 +00:00
## 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