CalDAV behavior and storage reference
This page covers Everlock's CalDAV behavior and storage model. - served through `frontend-http` - multi-instance and multi-vhost - one dedicated `versioned-storage` store per instance - Everlock-user
Documentation
This page covers Everlock's CalDAV behavior and storage model. - served through `frontend-http` - multi-instance and multi-vhost - one dedicated `versioned-storage` store per instance - Everlock-user
The contacts backend is Everlock's CardDAV service. It provides hosted address books over HTTP, backed by Everlock storage and the same user and grant model used everywhere else in the system. Use the
`backend-contacts-http` is a multi-instance CardDAV backend for Everlock. - multi-instance and multi-vhost - per-instance `versioned-storage` - Everlock-user HTTP authentication and `http/contacts/<in
DNS is global, not multi-instance. Its state is split across: - `everlock-system/config/dns.toml` - `everlock-dns/<zone>.toml` The backend combines:
The image backend is Everlock's HTTP-facing media library. It lets you host one or more image instances from a single Everlock process, route them by hostname, store the original media inside Everlock
This page covers image instances, routing, and access control for Everlock's image service. The underlying media engine is [apimeister-photos](/docs/images/apimeister-photos); running several instance
The OAuth backend turns Everlock into an OAuth 2 and OpenID Connect issuer for applications that should trust Everlock users. Instead of keeping a separate identity silo per app, Everlock can issue to
This page covers Everlock's OAuth 2 and OpenID Connect provider model. The OAuth backend runs behind `frontend-http` and uses an Everlock `versioned-storage` store for client registrations, signing ke
This page covers registry storage, routing, and access control for Everlock's OCI service. The Distribution protocol itself comes from the embedded [apimeister-registry](/docs/oci/apimeister-registry)
The mail backend turns Everlock into a self-hosted mail system with SMTP delivery, authenticated submission, and IMAP access. It keeps incoming mail, mailbox access, forwarding rules, and mail-domain
Everlock includes a built-in Git service for repositories, site content, and other versioned data. It speaks the normal Git smart protocol over SSH, so you clone, fetch, and push with standard Git cli
Everlock has three admin surfaces over one command engine: - `backend-admin-ssh` — the interactive console - `backend-admin-http` — the web dashboard and the OpenAPI-described HTTP API with Swagger