Skip to content

v0.2.13

Choose a tag to compare

@andlo andlo released this 18 Jul 18:49
· 5 commits to main since this release
99f5740

Added

  • plugins — enable the MeshCentral plugin system. Adds a Plugins tab under My Server where administrators can install, update and remove plugins. Installed plugins are stored in the add-on's persistent data folder and persist across restarts, updates and backups. Disabled by default. (#7)

Changed

  • Persistent storage — MeshCentral's database, certificates, backups and recordings now live in the add-on configuration folder (/addon_configs/<slug>_meshcentral) instead of /data. This folder survives add-on updates, rebuilds and uninstall/reinstall, and is reachable via the Samba addon_configs share. Existing installs are migrated automatically on first start. (#10)

Contributors

Thanks to @ddcash for both changes in this release:

  • #7 — Add plugins option to enable the MeshCentral plugin system
  • #10 — Store data in addon_config so it persists across reinstalls

ddcash also has two more PRs in progress (#8 OIDC single sign-on, #9 reverse-proxy/alias-port support) which will land in a future release.