media-cleanup (sha256:50e7c8144397bf39049923a29138065d11ec0e48327377619387198ea3d9bba6)
Published 2026-07-19 12:10:07 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:50e7c8144397bf39049923a29138065d11ec0e48327377619387198ea3d9bba6sha256:50e7c8144397bf39049923a29138065d11ec0e48327377619387198ea3d9bba6About 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.18.1 |
| ARG REVISION=cbb964c3751602ac65d6e169c1dc0cb74cf14037 |
| ARG CREATED=2026-07-19T16:09:40Z |
| 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.18.1 org.opencontainers.image.revision=cbb964c3751602ac65d6e169c1dc0cb74cf14037 org.opencontainers.image.created=2026-07-19T16:09:40Z 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-19T16:09:40Z |
| 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 | cbb964c3751602ac65d6e169c1dc0cb74cf14037 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.18.1 |