-
build the image
docker build . -t update_stash_api -
run the image
docker run -p 8080:8080 -e ConnectionStrings:stashurl='http://stash_ip:port/graphql' -e ConnectionStrings:apikey='stash apikey' update_stash_api -
how to notify/trigger/hook the api
curl -X GET 'http://stash_ip:port/api/UpdateStash?name=whatever&path=/path/to/scene/folder' -
/path/to/scene/folder caution
fix this line according to how you map the actual file, i mapped my folder downloads to '/downloads' in my qbittorrent service and to '/data/torr' in my stash service
var stashPath = path.Replace("/downloads", "/data/torr");
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Kahdeg-15520487/update_stash_api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published