mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-28 10:19:04 +01:00
Plugins should be installed via Plugin Store, not auto-registered in core. Plugin registrations (INSTALLED_APPS and URL routes) are added dynamically during plugin installation via pluginInstaller, not hardcoded in core. Removed from INSTALLED_APPS: - fail2ban - discordAuth (already removed by user) - googleTagManager - discordWebhooks (already removed by user) Removed from urls.py: - All plugin URL routes (fail2ban, googleTagManager, discordAuth) These plugins must be installed via Plugin Store, which will automatically add them to INSTALLED_APPS and urls.py during installation.