Add temperature monitoring and optional server URL links to dashboard
All checks were successful
Build-Publish / build (linux/amd64) (push) Successful in 5s
Build-Publish / build (linux/arm64) (push) Successful in 11s
Build-Publish / create-manifest (push) Successful in 2s
Build-Publish / publish-template (push) Successful in 7s

This commit is contained in:
j
2026-03-07 23:08:57 +13:00
parent d8338bbf82
commit df29cd88de
5 changed files with 96 additions and 4 deletions

View File

@@ -50,9 +50,9 @@ Edit `infrastructure.conf` to define your servers:
```
Production
root@prod-web-01
root@prod-web-01 https://web01.example.com
root@prod-db-01
deploy@prod-app-01
deploy@prod-app-01 https://app01.example.com:8080
Development
deploy@dev-01
@@ -60,7 +60,8 @@ Development
```
- Group names are freeform labels (no indentation)
- Servers are indented with `USERNAME@HOSTNAME`
- Servers are indented with `USERNAME@HOSTNAME [URL]`
- An optional URL after the host adds a clickable link on the dashboard
- Lines starting with `#` are comments
### 3. Install