Self-Hosting & Operations

Secrets & Encryption

Updated Jun 5, 2026 · 1 min read

Sensitive values — integration sign-in tokens, provider keys, passwords — are kept in a
secrets vault, separate from your ordinary data, so a data reset never wipes your
credentials. You choose where the vault lives:

macOS Keychain, Linux Secret Service).

Separately, encryption methods for protecting stored fields are pluggable too. Both
the vault choice and the encryption method are selected in settings, and — like other
capabilities — new options are added as self-contained drop-in files (see Adding a Plugin).

Related: Storage Backends, Connected Accounts (Integrations).

#secrets#encryption#security#vault