Standardize public Gitea HTTPS endpoint
This commit is contained in:
parent
5861c61c8e
commit
a1b55776fa
9 changed files with 152 additions and 23 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Forge Observability And Operating Evidence
|
||||
|
||||
Last reviewed: 2026-06-07
|
||||
Last reviewed: 2026-06-13
|
||||
|
||||
Status: contract v1. This document defines checks, evidence, and future
|
||||
monitoring expectations. It does not authorize a live monitoring deployment,
|
||||
|
|
@ -44,7 +44,7 @@ Railiance cluster.
|
|||
Additional checks should stay read-only:
|
||||
|
||||
```bash
|
||||
# Web/API health: expect HTTP 200/3xx for the web route, not 5xx.
|
||||
# Web/API health: expect HTTP 200/3xx for the web route, not 404/5xx.
|
||||
curl -fsSI https://gitea.coulomb.social/
|
||||
curl -fsS https://gitea.coulomb.social/api/v1/version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue