Skip to main content

API

Djehooty-backend exposes a REST API, allowing clients such as djehooty-frontend to connect to it.

This API is accessible by default at http://localhost:8181/v1 locally or http://your-server.com/v1 as soon as djehooty-backend starts.

The port is configurable via the config.yaml configuration file.

The OpenAPI description (OAD) of Djehooty is accessible at the url http://localhost:8181/v1/openapi.json

When the backend is compiled in development mode, a swagger endpoint is accessible at:

http://localhost:8181/v1/swagger/

Security and authentication

Djehooty is under development and is not yet considered stable. The focus is on local installation and the development of core features. HTTPS and authentication support is not yet a priority, but is planned on the roadmap.