2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Revert "Remove plugins.txt support"

This reverts commit 0278350351.
This commit is contained in:
Oliver Walters
2024-11-17 06:16:16 +00:00
parent f0195b3b0b
commit 788ac48fa7
10 changed files with 219 additions and 41 deletions

View File

@ -402,7 +402,5 @@ The following [plugin](../extend/plugins.md) configuration options are available
| --- | --- | --- | --- |
| INVENTREE_PLUGINS_ENABLED | plugins_enabled | Enable plugin support | False |
| INVENTREE_PLUGIN_NOINSTALL | plugin_noinstall | Disable Plugin installation via API - only use plugins.txt file | False |
| INVENTREE_PLUGIN_FILE | plugins_plugin_file | Location of plugin installation file | *Not specified* |
| INVENTREE_PLUGIN_DIR | plugins_plugin_dir | Location of external plugin directory | *Not specified* |
!!! info "Plugins Directory"
If the `INVENTREE_PLUGIN_DIR` environment variable is not specified, the default location is the `plugins` directory within the InvenTree installation.