Core Concepts
This section covers the fundamental building blocks for Unraid plugin development.
Framework & Configuration
- Dynamix Framework - The
$Dynamixglobal array and core framework - Plugin Settings Storage -
.cfgfiles andparse_plugin_cfg() - Multi-language Support - The
_()translation function
Security
- CSRF Tokens - Form security requirements
Real-time & Communication
- nchan/WebSocket Integration - Real-time updates
- Notifications System - User alerts and notifications
Service Management
- Cron Jobs - Scheduled tasks
- rc.d Scripts - Service management