Installing via manager
Plugins can be installed and managed from the Settings > Plugins page.
Plugins are installed using the Available Plugins section. The Community (stable) source is configured by default.
To add a new source go to Settings > Plugins page and under Available Plugins click Add Source.
Installed plugins can be updated or uninstalled from the Installed Plugins section.
Installing manually
By default, Stash looks for plugin configurations in the plugins sub-directory of the directory where the stash config.yml
is read.
This will either be the %USERPROFILE%\.stash\plugins
on Windows or /root/.stash/plugins
on Unix systems (Mac, Linux, etc.) or the current working directory.
Plugins are added by adding configuration yaml files (format: pluginName.yml
) to the plugins
directory.
Loaded plugins can be viewed in the Settings > Plugins page. After plugins are added, removed or edited while Stash is running, they can be reloaded by clicking Reload plugins button.