Documentation

Getting started (self-host)

Run Indelis on your own hardware with Docker: requirements, quickstart, first login and where your data lives.

Updated: 11 July 2026

Indelis is self-hosted first: your data and models stay on hardware you control.

Requirements

  • Docker + Docker Compose
  • 8 GB RAM minimum (16 GB recommended when running local LLMs)
  • Optional: an Ollama-compatible local model server, or bring your own API key

Quickstart

The self-host stack is in private early access. Request access — approved users receive the deploy bundle. From the unpacked bundle:

docker compose up -d

Open http://localhost:8080, register the first account — it becomes the tenant owner. Registration on a fresh instance always creates a new tenant; invite teammates from Settings → Invites.

Where your data lives

Everything is stored in the vault/ volume as Markdown with frontmatter — readable without Indelis, exportable at any moment. Consent defaults to the most private option on self-host; cloud features stay off until you explicitly widen them.

LLM provider

Indelis works with local models (Ollama) or your own API keys. The default is your choice — the platform never forces a cloud provider. Set it per-user in Settings → Models.