A small private endpoint for serving static assets and media chunks to internal projects. Not a public service — access is limited to registered origins.
Versioned static files with long-lived cache headers.
Chunked delivery for large files over HTTP/2.
Health endpoint for uptime monitoring.
$ curl -s https://domingosis.xyz/healthz
{"status":"ok"}
Endpoints under /assets/ and
/media/ require a valid origin token. Requests without one receive
404.