Skip to content

Reference Plugin System

github-actions[bot] edited this page Dec 6, 2025 · 2 revisions

Plugin System

Planned plugin system for extending ReadyStackGo.

Goals

  • New menu items and pages in the UI
  • Additional APIs
  • Deployment hooks
  • Metrics/Monitoring integrations

flowchart LR
    A[Core RSGO] --> B[Plugin Loader]
    B --> C[Plugins]
    C --> D[Extra Endpoints]
    C --> E[Extra UI Routes]
Loading

Clone this wiki locally