media-cleanup (sha256:7a88818922e9fe99d0d7942314b44d185be6f84746a94025a233ff2234dd8e1f)
Published 2026-07-19 00:39:11 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:7a88818922e9fe99d0d7942314b44d185be6f84746a94025a233ff2234dd8e1fsha256:7a88818922e9fe99d0d7942314b44d185be6f84746a94025a233ff2234dd8e1fAbout 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.9.1 |
| ARG REVISION=214ddcefef495855307f228232c242bb312d8680 |
| ARG CREATED=2026-07-19T04:38:49Z |
| 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.9.1 org.opencontainers.image.revision=214ddcefef495855307f228232c242bb312d8680 org.opencontainers.image.created=2026-07-19T04:38:49Z 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-19T04:38:49Z |
| 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 | 214ddcefef495855307f228232c242bb312d8680 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.9.1 |