Add Gitea health check

This commit is contained in:
2026-02-08 02:41:50 +03:00
parent 857fa86e85
commit 0f7f53cb27
6 changed files with 125 additions and 1 deletions

View File

@@ -89,6 +89,12 @@ Token flow:
- First token: `POST /api/tokens` with `identity` and `secret`.
- Refresh: `GET /api/tokens` using the cached token.
## gitea
- `base_url` (string): Gitea base url, for example `http://localhost:3000`.
- `token` (string): Optional API token.
- `verify_tls` (bool): Set to `false` for self-signed TLS.
## security
- `reboot_password` (string): Password required before reboot.