media-cleanup (sha256:03aeec3e42da7b2bb9939be7824ae89ac3ebb2bb0027e294f64be6a5a8a11179)
Published 2026-07-17 12:23:09 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:03aeec3e42da7b2bb9939be7824ae89ac3ebb2bb0027e294f64be6a5a8a11179sha256:03aeec3e42da7b2bb9939be7824ae89ac3ebb2bb0027e294f64be6a5a8a11179About 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.4.0 |
| ARG REVISION=426ff1be0f73e3c601082d1076c6275923c33037 |
| ARG CREATED=2026-07-17T16:23:08Z |
| 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.4.0 org.opencontainers.image.revision=426ff1be0f73e3c601082d1076c6275923c33037 org.opencontainers.image.created=2026-07-17T16:23:08Z 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-17T16:23:08Z |
| 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 | 426ff1be0f73e3c601082d1076c6275923c33037 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.4.0 |