media-cleanup (sha256:187756631d81dac35d798fcff2c6a6912e6942f09afe2e4b1d2a5cb4c16bc6da)
Published 2026-07-19 11:12:57 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:187756631d81dac35d798fcff2c6a6912e6942f09afe2e4b1d2a5cb4c16bc6dasha256:187756631d81dac35d798fcff2c6a6912e6942f09afe2e4b1d2a5cb4c16bc6daAbout 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.14.1 |
| ARG REVISION=0340b3b0af906f3baea57cbde0845ac091aedf3f |
| ARG CREATED=2026-07-19T15:12:38Z |
| 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.14.1 org.opencontainers.image.revision=0340b3b0af906f3baea57cbde0845ac091aedf3f org.opencontainers.image.created=2026-07-19T15:12:38Z 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-19T15:12:38Z |
| 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 | 0340b3b0af906f3baea57cbde0845ac091aedf3f |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.14.1 |