EmberlyEmberly Docs

Service Status

Check the current operational status of Emberly services.

Emberly's live status page is at emberlystat.us.

It shows real-time health for all Emberly services including uploads, the API, dashboard, and storage.


Status API

You can also check status programmatically:

GET /api/status

No authentication required. Returns the current status summary from emberlystat.us.

Response:

{
  "page": {
    "name": "Emberly Status",
    "url": "https://emberlystat.us",
    "status": "UP"
  },
  "activeIncidents": [],
  "activeMaintenances": []
}

page.status values:

ValueMeaning
UPAll systems operational
DOWNOne or more services degraded
UNKNOWNStatus page unreachable

activeIncidents and activeMaintenances are arrays of open incident or maintenance objects from the Kener status page.


Subscribing to Status Updates

Visit emberlystat.us to subscribe to incident notifications via email or RSS.


Reporting an Issue

If you notice a problem not reflected on the status page:

On this page