[dev-bot] nowyousea.fr — ajouter endpoint /health #3

Open
opened 2026-05-18 00:42:56 +00:00 by dev-bot · 0 comments
Collaborator

Contexte

Test de santé automatisé (dev-bot) sur nowyousea.fr.

Reproduction

curl https://nowyousea.fr/
# HTTP 200 — HTML vitrine OK
curl https://nowyousea.fr/dashboard/ -u nowyousea:SEA-dash-2026!
# HTTP 200 — dashboard OK

Attendu

Un endpoint /health ou /api/health pour les checks automatisés (retour JSON simple).

Constaté

  • Pas d'endpoint dédié pour healthcheck
  • Les checks doivent parser HTML ou tester le dashboard (auth requise)

Suggestion

Ajouter un endpoint public léger :

GET /health
{"status":"ok","timestamp":"2026-05-18T00:00:00Z"}

Source : test dev-bot — 2026-05-18

## Contexte Test de santé automatisé (dev-bot) sur nowyousea.fr. ## Reproduction ```bash curl https://nowyousea.fr/ # HTTP 200 — HTML vitrine OK curl https://nowyousea.fr/dashboard/ -u nowyousea:SEA-dash-2026! # HTTP 200 — dashboard OK ``` ## Attendu Un endpoint `/health` ou `/api/health` pour les checks automatisés (retour JSON simple). ## Constaté - Pas d'endpoint dédié pour healthcheck - Les checks doivent parser HTML ou tester le dashboard (auth requise) ## Suggestion Ajouter un endpoint public léger : ```json GET /health {"status":"ok","timestamp":"2026-05-18T00:00:00Z"} ``` --- *Source : test dev-bot — 2026-05-18*
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NowYouSea/site-nowyousea#3