Settings
Plugins
Enable and manage TradeJourney extensions.
The Plugins tab lets you add features to TradeJourney without modifying the application code.
This tab only appears if plugins are enabled (
PLUGINS_ENABLED=true in the .env file). See Configuration.Import a plugin
Click Import and select a .zip plugin file. The plugin is added to the list.
Manage a plugin
Each plugin displays its name, description, and version. Available actions:
| Action | Effect |
|---|---|
| Enable / disable | Toggle to (de)activate the plugin |
| Run | Launches the plugin (if enabled) |
| Reload | Reloads the plugin after a modification |
| Delete | Removes an imported plugin (confirmation required) |
Once enabled, a plugin can integrate into the application via slots (for example in the dashboard).