media-cleanup (sha256:91e085d67943e7bca6347ef1aaa7f838dbf98e419ae9116632dcdded94df25d2)
Published 2026-07-19 14:35:55 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:91e085d67943e7bca6347ef1aaa7f838dbf98e419ae9116632dcdded94df25d2sha256:91e085d67943e7bca6347ef1aaa7f838dbf98e419ae9116632dcdded94df25d2About this package
Web UI that finds orphaned, duplicate, non-hardlinked, and unwatched media across Sonarr, Radarr, Tautulli, and a torrent client
Image layers
| ARG VERSION=v0.20.1 |
| ARG REVISION=cd1dfaad60a0fcb7d18eab1667fd9488f04f514e |
| ARG CREATED=2026-07-19T18:35:37Z |
| ARG SOURCE=https://git.bauble.dev/jmaguire/media-cleanup |
| LABEL org.opencontainers.image.title=media-cleanup org.opencontainers.image.description=Web UI that finds orphaned, duplicate, non-hardlinked, and unwatched media across Sonarr, Radarr, Tautulli, and a torrent client org.opencontainers.image.source=https://git.bauble.dev/jmaguire/media-cleanup org.opencontainers.image.version=v0.20.1 org.opencontainers.image.revision=cd1dfaad60a0fcb7d18eab1667fd9488f04f514e org.opencontainers.image.created=2026-07-19T18:35:37Z org.opencontainers.image.licenses=MIT |
| COPY /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ # buildkit |
| COPY /data /data # buildkit |
| COPY /media-cleanup /media-cleanup # buildkit |
| ENV DB_PATH=/data/media-cleanup.db |
| EXPOSE [8080/tcp] |
| VOLUME [/data] |
| ENTRYPOINT ["/media-cleanup"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-07-19T18:35:37Z |
| org.opencontainers.image.description | Web UI that finds orphaned, duplicate, non-hardlinked, and unwatched media across Sonarr, Radarr, Tautulli, and a torrent client |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | cd1dfaad60a0fcb7d18eab1667fd9488f04f514e |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.20.1 |