Documentation

Tag: ops

Site access log

Each site can record an HTTP access log. It's off by default; when you turn it on, every request to the site is captured as a JSONL entry and committed to a dedicated git store. The design keeps commi

2026-06-05 sites access-log ops

Private sites and access grants

By default, every site Everlock creates is public: anyone who can reach the server over HTTP can read the pages. Public access is expressed through the built-in `anon` user having `Reader` on `http/si

2026-05-21 sites auth security ops

Running multiple sites

A single Everlock instance can serve any number of sites simultaneously. Each site has its own Git-backed content repository, its own vhost mapping, and its own auth and mode settings. The HTTP fronte

2026-05-21 sites ops vhost multi-site

Groups

Groups let you manage access for multiple users at once. Instead of granting each user access to a repository individually, you grant the group and then add members to it. New members pick up all grou

2026-05-21 users groups access ops

Managing users

All user management happens from the admin SSH console. This page covers creating users, managing passwords, listing users, and the two special access rules that apply automatically without any explic

2026-05-21 users access ops security

Configuration reference

Everlock uses namespaced module configuration instead of one giant undifferentiated settings surface. - the binary starts from CLI and environment configuration - modules own their own config surfaces

2026-05-20 configuration ops