media-cleanup (sha256:d229a3e86e6b9571f6bcb2993616174fa0009196434a05cf193085a104923e7c)
Published 2026-07-19 01:29:35 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:d229a3e86e6b9571f6bcb2993616174fa0009196434a05cf193085a104923e7csha256:d229a3e86e6b9571f6bcb2993616174fa0009196434a05cf193085a104923e7cAbout 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.12.0 |
| ARG REVISION=760d45d1d4d9e2bcf70d18d25673df0b0be15812 |
| ARG CREATED=2026-07-19T05:29:14Z |
| 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.12.0 org.opencontainers.image.revision=760d45d1d4d9e2bcf70d18d25673df0b0be15812 org.opencontainers.image.created=2026-07-19T05:29:14Z 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:29:14Z |
| 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 | 760d45d1d4d9e2bcf70d18d25673df0b0be15812 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.12.0 |