Sign inSign up

xsteadfastx/mayan-deduplicate

By xsteadfastx

Updated over 9 years ago

This is a little script to search for duplicates in Mayan EDMS and to delete them through their API.

Image
0

1.3K

xsteadfastx/mayan-deduplicate repository overview

mayan-deduplicate

** NO WARRANTY FOR ANYTHING!!! **

This is a little script to search for duplicates in Mayan EDMS and delete them through their API.

Usage

The easiest way is to use the docker image. If you used the recommended way to install Mayan EDMS, there should be a volume for the media named mayan_media. We use this volume in the run command.

$ docker run -v mayan_media:/var/lib/mayan xsteadfastx/mayan-deduplicate

It's also possible to add options already to the command:

$ docker run -v mayan_media:/var/lib/mayan xsteadfastx/mayan-deduplicate --username mayanadmin --password mayanpassword --url http://192.168.1.7:81

If this options are not given, it will asks for them in a prompt.

Tag summary

Content type

Image

Digest

Size

33.5 MB

Last updated

over 9 years ago

docker pull xsteadfastx/mayan-deduplicate