Distribution & Publishing
This section covers how to distribute and publish your Unraid plugins.
Topics
- Community Applications - Getting listed in the CA plugin store
- Hosting Your Plugin - Where to host your plugin files
- Support Resources - Providing user support
Distribution Overview
Once your plugin is complete, you’ll want to make it available to users. The primary methods are:
- Community Applications (CA) - The recommended way for most users to discover and install plugins
- Direct URL - Users can install plugins directly via the Plugin Manager using your PLG file URL
- Manual Installation - Users download and install the PLG file manually
Getting Started
Most plugin developers follow this path:
- Host your plugin files on GitHub (or similar)
- Submit to Community Applications for visibility
- Create a support thread on the Unraid forums
- Respond to user feedback and iterate