media-cleanup (sha256:ac4b85c3c5f74a0d4d5d65c35e69a9a2d06f29e9199cbd8c1417533a6d5a0fe3)
Published 2026-07-17 13:14:49 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:ac4b85c3c5f74a0d4d5d65c35e69a9a2d06f29e9199cbd8c1417533a6d5a0fe3sha256:ac4b85c3c5f74a0d4d5d65c35e69a9a2d06f29e9199cbd8c1417533a6d5a0fe3About 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.5.0 |
| ARG REVISION=52bc6f9bee73eebbcc6286239a3bc832f1bf6b2e |
| ARG CREATED=2026-07-17T17:14:28Z |
| 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.5.0 org.opencontainers.image.revision=52bc6f9bee73eebbcc6286239a3bc832f1bf6b2e org.opencontainers.image.created=2026-07-17T17:14:28Z 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-17T17:14:28Z |
| 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 | 52bc6f9bee73eebbcc6286239a3bc832f1bf6b2e |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.5.0 |