pkg_mokosuitestorage.zip from the MokoGitea release pageplg_system_mokosuitestorage — creates all database tablescom_mokosuitestorage — installs the admin componentplg_webservices_mokosuitestorage — registers API routespkg_mokosuitestorage.zip
├── pkg_mokosuitestorage.xml # Package manifest
├── script.php # Install/update script
├── plg_system_mokosuitestorage.zip # System plugin (schema owner)
├── com_mokosuitestorage.zip # Admin component
└── plg_webservices_mokosuitestorage.zip # API plugin
plg_system_mokosuitestorage is enabledMokoSuiteStorage uses the MokoGitea update server. Updates are delivered automatically via:
https://git.mokoconsulting.tech/api/packages/MokoConsulting/generic/MokoSuiteStorage/latest/updates.xml
This is configured in the package manifest and requires no manual setup. Check for updates via System > Update > Extensions.
Uninstalling the package will:
#__mokosuitestorage_* tables (data will be lost)plg_system_mokosuitestoragecore.manage permission for the componentplg_webservices_mokosuitestorage is enabled in the plugin managerPrinted from wiki · Installation