media-cleanup (sha256:02e8a8cf67bc204025e0bb2b458c33f0bf164c9164860501dc67b7119731c6c9)
Published 2026-07-19 01:55:26 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:02e8a8cf67bc204025e0bb2b458c33f0bf164c9164860501dc67b7119731c6c9sha256:02e8a8cf67bc204025e0bb2b458c33f0bf164c9164860501dc67b7119731c6c9About 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.13.0 |
| ARG REVISION=5bb3edea4f2d6934d3473040fc7b28e8344cfcba |
| ARG CREATED=2026-07-19T05:55:10Z |
| 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.13.0 org.opencontainers.image.revision=5bb3edea4f2d6934d3473040fc7b28e8344cfcba org.opencontainers.image.created=2026-07-19T05:55:10Z 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-19T05:55:10Z |
| 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 | 5bb3edea4f2d6934d3473040fc7b28e8344cfcba |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.13.0 |