media-cleanup (sha256:5b701a681cd7d1bb35816efb92fe4cca02a55ccbee5b4f9b83cc976107a3dacd)
Published 2026-07-19 16:40:33 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:5b701a681cd7d1bb35816efb92fe4cca02a55ccbee5b4f9b83cc976107a3dacdsha256:5b701a681cd7d1bb35816efb92fe4cca02a55ccbee5b4f9b83cc976107a3dacdAbout 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.21.0 |
| ARG REVISION=f0637a140a935630aa00404bf1832c33d60f1086 |
| ARG CREATED=2026-07-19T20:40:13Z |
| 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.21.0 org.opencontainers.image.revision=f0637a140a935630aa00404bf1832c33d60f1086 org.opencontainers.image.created=2026-07-19T20:40:13Z 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-19T20:40:13Z |
| 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 | f0637a140a935630aa00404bf1832c33d60f1086 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.21.0 |