- <section class="section"><p class="eyebrow">Infrastructure</p><h2>The supported self-hosting stack is explicit.</h2><table><thead><tr><th>Part</th><th>Role</th></tr></thead><tbody><tr><td>Rails web process</td><td>Serves the UI, auth, project pages, public pages, and ingest endpoints.</td></tr><tr><td>PostgreSQL</td><td>Stores accounts, projects, API keys, events, error groups, monitors, notification preferences, and project sharing.</td></tr><tr><td>Redis and Sidekiq</td><td>Run background jobs, caching, email delivery, first-occurrence alerts, digest scheduling, optional ClickHouse writes, and archive/prune tasks.</td></tr><tr><td>SMTP / Amazon SES</td><td>Sends auth mail, project first-occurrence alerts, and daily or weekly digests.</td></tr><tr><td>S3-compatible object storage</td><td>Optionally stores compressed JSONL telemetry archive exports before old non-error hot telemetry is pruned from PostgreSQL.</td></tr><tr><td>ClickHouse</td><td>Optionally stores raw event/span analytics copies and one-minute rollups after schema readiness checks pass.</td></tr><tr><td>Registry images</td><td>Provide versioned release images such as <code>ghcr.io/taimoorq/logister:v2.0.2</code> or <code>docker.io/taimoorq/logister:v2.0.2</code>, with optional Quay mirrors when configured.</td></tr></tbody></table></section>
0 commit comments