Git Commits
dash commits 4
ohnsh/dash-
10:40 pm — John Sherrell <dev@ohn.sh>
dashd: update all routes to use withCORS, add timestamp to events in SSE endpoint.
-
10:31 pm — John Sherrell <dev@ohn.sh>
dash-next: Generated types for MediaMTX API using openapi-typescript.
-
8:56 am — John Sherrell <dev@ohn.sh>
dash-next: SSE component is now working and streaming MediaMTX events. New DefinitionList component that renders [string, string][] entries.
-
4:18 am — John Sherrell <dev@ohn.sh>
dashd: change bun server handlers to use withCORS for nearly all routes.
dev commits 2
ohnsh/dev-
10:38 pm — John Sherrell <dev@ohn.sh>
cam: update mediamtx config to call the webhook on unread (close) as well as read, and to pass the event type in the query string.
-
3:52 am — John Sherrell <dev@ohn.sh>
cron: refactor daily.sh to run a `main` function with output redirected (instead of using `exec` to redirect the parent shell). Just combine stdout and stderr into a daily.log file. `tee` it in case I'm running interactively.