mirror of https://github.com/stashapp/stash.git
5f690d96bd
* Use hasura/go-graphql-client instead of shurcooL version * Fix graphql query errors * Support setting api key for stash server |
||
---|---|---|
.. | ||
common | ||
goraw | ||
gorpc | ||
js | ||
python | ||
react-component | ||
README.md |
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.