Skip to content

📖 Glossary

  • SSO — single sign-on for all of NoCloudMe (Authelia).
  • PWA — the installable web app, with offline caching.
  • Snapshot — a full copy of the database taken before a write; lets you roll back.
  • dbsafe — the layer every database write passes through: a prior snapshot + change ledger.
  • Module / App Store — a section installed or removed from the App Store, with its own permission manifest.
  • Connector — a module with disclosed, boxed-in database-write access: it parses a file you drop and hands the rows to a shared ingest engine, never writing SQL itself. See The Store.
  • Ingest engine — the core's single, generic write boundary connectors use: validates every table and column name, binds every value as a parameter, and only allows a connector to write the tables its own manifest names.
  • Matrix — the open messaging standard; its event model is what the message archive uses.
  • ISO 20022 — a banking standard; its purpose codes (SALA, GDDS…) categorize movements.
  • MCC (ISO 18245) — a card merchant category code.
  • XDG Base Directory — a convention for where a tool's config, data and state live.
  • Point-and-count rule — building the infrastructure and counting, without the AI ever reading sensitive content.
  • Wright's coefficient — the fraction of shared blood between two people in the family tree.
  • Override — a manual rule that takes priority over automatic classification.
  • calc_ — the prefix for derived/precomputed fields.
  • Danger zone — the credential inventory in Settings → Account & security.