Skip to content

Settings

m1nd provides a comprehensive settings interface — no YAML editing needed for day-to-day changes.

Settings Sections

SectionWhat it controls
GeneralAdmin password, web server port, hostname
AppearanceTheme, popup tiling, UI preferences
BrandingCustom logo, app name
Web IdentityDisplay name shown in topbar
UsersCreate/manage users, assign roles
API KeysGenerate and manage scoped API keys
SMTPEmail server for alerts and reports
SSLHTTPS certificates (PFX upload or Let's Encrypt)
Security / 2FATOTP two-factor authentication
LLMAI Diagnostics provider and API key
OOBZeroTier and Tailscale configuration
UpdateSelf-update from GitHub
AboutVersion, changelog, system info
hivem1ndCentral controller pairing

Config Export / Import

Export your configuration as sanitised JSON — no passwords or API keys are included in the export. Import on another m1nd instance to replicate your setup.

Version Management

Version information is displayed in multiple places:

  • Topbar badge
  • Mobile drawer pill
  • Settings > About
  • Welcome modal
  • Changelog modal

All version displays are driven from a single source: changelog.js.

Release Process

The version and changelog are managed in one file:

web/static/js/changelog.js

Edit this file to update the version number, date, and release items. All displays update automatically — no need to edit multiple files.

Released under the MIT License.