media-cleanup (sha256:d0b5040facf4f0c164639934c586ab6c16973bbb6f9365e9e8bad984c464bbd3)
Published 2026-07-18 23:14:28 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:d0b5040facf4f0c164639934c586ab6c16973bbb6f9365e9e8bad984c464bbd3sha256:d0b5040facf4f0c164639934c586ab6c16973bbb6f9365e9e8bad984c464bbd3About 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.8.1 |
| ARG REVISION=1e59372ecb65f8bdee83c20d910b11db46ba36d7 |
| ARG CREATED=2026-07-19T03:14:05Z |
| 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.8.1 org.opencontainers.image.revision=1e59372ecb65f8bdee83c20d910b11db46ba36d7 org.opencontainers.image.created=2026-07-19T03:14:05Z 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-19T03:14:05Z |
| 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 | 1e59372ecb65f8bdee83c20d910b11db46ba36d7 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.8.1 |