stash-plugin-duplicate-finder icon indicating copy to clipboard operation
stash-plugin-duplicate-finder copied to clipboard

Please provide Docker files

Open MartinWe13 opened this issue 4 years ago • 3 comments

How can I use the plugin in Docker? I can manage to set up Docker images and containers, but compiling them is new to me. Could you provide the plugin files? Thanks!

MartinWe13 avatar Feb 15 '21 12:02 MartinWe13

You dont need to compile anything The release page https://github.com/WithoutPants/stash-plugin-duplicate-finder/releases has the builds for every os. You just have to untar the relevant file to the plugins subfolder of stash ( where stash's config.yml is, create if needed ) and edit the plugins configuration file if needed.

bnkai avatar Feb 25 '21 23:02 bnkai

The files are for Windows, Mac, Linux and RaspPi. But not for Docker images. ;)

MartinWe13 avatar Feb 28 '21 20:02 MartinWe13

Again it doesnt matter. You add plugins like you add scrapers. If you used volume mounts for the config dir as suggested in here https://raw.githubusercontent.com/stashapp/stash/master/docker/production/docker-compose.yml you should be able to just make a plugins dir and put the plugin inside.

bnkai avatar Feb 28 '21 21:02 bnkai