mirror of
https://github.com/stashapp/stash.git
synced 2026-05-19 07:58:35 -05:00
46bbede9a0
* Refactor session and plugin code * Add context to job tasks * Show hooks in plugins page * Refactor session management
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.