proxMon/server/lib
Carsten 116f1ada14 fix(server): only mark hosts offline when endpoint is serving
Application.start ran mark_all_offline unconditionally, which meant
every "mix run"/"mix ecto.migrate" invocation would flip all
connected hosts to offline. Gate the call on Phoenix.Endpoint.server?
so non-serving boots don't disturb live state.
2026-04-21 22:15:35 +02:00
..
server fix(server): only mark hosts offline when endpoint is serving 2026-04-21 22:15:35 +02:00
server_web feat(server): host channel with token auth and metric events 2026-04-21 22:04:31 +02:00
server.ex feat(server): phoenix 1.7 scaffold with sqlite + liveview 2026-04-21 22:00:43 +02:00
server_web.ex feat(server): phoenix 1.7 scaffold with sqlite + liveview 2026-04-21 22:00:43 +02:00