Repositories

All Releases

Introducing Ubikute Relay v0.5, this release features substantial enhancements across both the frontend interface and the API to deliver a better experience.

Frontend

The frontend was redesigned to be more user friendly on the dashboard side of things to easily modify the database such as reports, sites, and the status page settings. The interface has been greatly improved for a slicker look.

The dashboard now includes a sidebar with quick access to sites, reports, and settings. Lists of reports have been revamped to more easy to read and manage.

API

The API has been rewritten for improved optimization and enhanced security, making for a faster and safer data exchange within the system. This also hopes to address previous security vulnerabilities in older versions by implementing a mandatory API key requirement for all modifications to the API.

Additionally, reports and their sub-reports are now correctly bundled during creation, editing, and deletion operations.

Please refer to the Ubikute Relay Documentation for detailed API usage instructions.

Docker

Ubikute Relay has transitioned from using a separated OCI images for it’s frontend and API to a unified, single OCI image. This consolidation is a result of both the frontend and API being full capable of, and meant for, execution within the Deno runtime environment.