proxMon/server/lib/server_web/controllers
Carsten 579d7fc6e8 feat(server): public GET /health endpoint for uptime monitors
Returns 200 with {status: ok, version, db: ok} when SQLite is reachable,
503 when the DB probe fails. Unauthenticated so external monitors can
poll without credentials.
2026-04-22 08:48:14 +02:00
..
auth_html feat(server): session-based auth plug + login controller/template 2026-04-21 22:51:11 +02:00
auth_controller.ex feat(server): session-based auth plug + login controller/template 2026-04-21 22:51:11 +02:00
auth_html.ex feat(server): session-based auth plug + login controller/template 2026-04-21 22:51:11 +02:00
error_html.ex feat(server): phoenix 1.7 scaffold with sqlite + liveview 2026-04-21 22:00:43 +02:00
error_json.ex feat(server): phoenix 1.7 scaffold with sqlite + liveview 2026-04-21 22:00:43 +02:00
health_controller.ex feat(server): public GET /health endpoint for uptime monitors 2026-04-22 08:48:14 +02:00
host_controller.ex feat(server): GET /api/hosts/:name returns latest fast/medium/slow samples 2026-04-21 22:30:35 +02:00
page_html.ex chore(server): remove unused page_controller scaffold — / is now OverviewLive 2026-04-21 22:56:25 +02:00