This is a little script to search for duplicates in Mayan EDMS and to delete them through their API.
1.3K
** NO WARRANTY FOR ANYTHING!!! **
This is a little script to search for duplicates in Mayan EDMS and delete them through their API.
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.
Content type
Image
Digest
Size
33.5 MB
Last updated
over 9 years ago
docker pull xsteadfastx/mayan-deduplicate