dupeGuru
dupeGuru is a tool to find duplicate files on your computer. It can scan either filenames or contents. The filename scan features a fuzzy matching algorithm that can find duplicate filenames even when they are not exactly the same.
Docker-Compose.yml
version: '2'
volumes:
configs:
trash:
services:
dupeguru:
image: jlesage/dupeguru
ports:
- 5800:5800
environment:
- TZ=America/Denver
- PUID=1026
- PGID=100
volumes:
- configs:/config:rw
- /path/to/storage/files:/storage:rw
- trash:/trash:rw