domingosis

Static asset delivery

A small private endpoint for serving static assets and media chunks to internal projects. Not a public service — access is limited to registered origins.

Assets

Versioned static files with long-lived cache headers.

Media

Chunked delivery for large files over HTTP/2.

Status

Health endpoint for uptime monitoring.

Health check

$ curl -s https://domingosis.xyz/healthz
{"status":"ok"}

Endpoints under /assets/ and /media/ require a valid origin token. Requests without one receive 404.