Skip to content
Nick Hamze edited this page Aug 31, 2026 · 6 revisions

Fleet for OpenStation wiki

Fleet for OpenStation lets one WordPress install act as a small management hub for other WordPress sites. The project README covers installation and everyday use. This wiki holds the deeper operational and contributor documentation.

Start here

  • Architecture explains the hub, managed sites, connection flow, and WordPress Core APIs involved.
  • Security documents credentials, encryption, permissions, request validation, revocation, and uninstall behavior.
  • Troubleshooting covers common connection, authentication, installation, and disconnection failures.
  • Current scope separates what the preview does now from what is deliberately deferred.
  • Development covers repository layout, tests, packaging, and contribution rules.

Product boundary

Fleet is currently an experimental feature plugin. The user-facing workflow is intended to graduate into OpenStation core after it has been tested with real agencies. The plugin boundary makes activation the experiment switch and keeps rollback simple.

The feature stays WordPress-native on purpose. There is no hosted Fleet service, target-site agent, custom database table, background queue, or custom REST namespace.

Clone this wiki locally