include these bits

This commit is contained in:
KenwoodFox
2026-06-15 11:29:17 -04:00
parent 35e56d25e7
commit f86a448fe1
4 changed files with 22 additions and 0 deletions

View File

@@ -24,3 +24,13 @@ sudo systemctl enable --now towerd
sudo systemctl status towerd
sudo journalctl -u towerd -f
```
## Config
Edit in `/etc/towerd/env`
```
TOWERD_INFLUX_TOKEN=<token>
TOWERD_INFLUX_ORG=<org>
TOWERD_INFLUX_BUCKET=<xyz>
```