docs: document Makefile usage

This commit is contained in:
2026-01-15 09:14:26 +01:00
parent a732a5afc4
commit b68ce13be0
6 changed files with 28 additions and 3 deletions

View File

@ -75,6 +75,11 @@ curl -X POST -H "Authorization: Bearer $token" http://localhost/update/check
```
Hinweis: Ohne gespeichertes Update-Token liefert der Check einen Fehler.
## Healthcheck per Makefile
```bash
make healthcheck TOKEN="$token"
```
## Weitere Dokumente
- Konfiguration: `docs/CONFIGURATION.md`
- Deployment: `docs/DEPLOYMENT.md`