media-cleanup (sha256:ab1b72a0a5c9782f83d1dfde45e63bc48f793eb633729942d20de4bd95c40e68)
Published 2026-07-17 14:02:22 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:ab1b72a0a5c9782f83d1dfde45e63bc48f793eb633729942d20de4bd95c40e68sha256:ab1b72a0a5c9782f83d1dfde45e63bc48f793eb633729942d20de4bd95c40e68About 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.6.0 |
| ARG REVISION=be6cdf8894a6fc79e431f3f10f88b0211dfa9bb6 |
| ARG CREATED=2026-07-17T18:02:02Z |
| 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.6.0 org.opencontainers.image.revision=be6cdf8894a6fc79e431f3f10f88b0211dfa9bb6 org.opencontainers.image.created=2026-07-17T18:02:02Z 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-17T18:02:02Z |
| 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 | be6cdf8894a6fc79e431f3f10f88b0211dfa9bb6 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.6.0 |