stash/pkg/plugin/examples
2025-07-03 10:40:51 +10:00
..
common Fix stash scraper errors and add apikey field (#5474) 2024-11-13 10:14:55 +11:00
goraw
gorpc
js Plugin API improvements (#4603) 2024-02-22 11:20:21 +11:00
python
react-component Use /plugins instead of /plugin in testReact 2025-07-03 10:40:51 +10:00
README.md

Building

From the base stash source directory:

go build -tags=plugin_example -o plugin_goraw.exe ./pkg/plugin/examples/goraw/...
go build -tags=plugin_example -o plugin_gorpc.exe ./pkg/plugin/examples/gorpc/...

Place the resulting binaries together with the yml files in the plugins subdirectory of your stash directory.