media-cleanup (sha256:690b981913a1b86830b956aa9fbfba390832f15c4c0818e2bbe65e8dcd4eb84f)
Published 2026-07-18 23:41:10 -04:00 by jmaguire
Installation
docker pull git.bauble.dev/jmaguire/media-cleanup@sha256:690b981913a1b86830b956aa9fbfba390832f15c4c0818e2bbe65e8dcd4eb84fsha256:690b981913a1b86830b956aa9fbfba390832f15c4c0818e2bbe65e8dcd4eb84fAbout 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.8.2 |
| ARG REVISION=97b59febccfd69c331df6160434d1d5c522103c0 |
| ARG CREATED=2026-07-19T03:40: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.8.2 org.opencontainers.image.revision=97b59febccfd69c331df6160434d1d5c522103c0 org.opencontainers.image.created=2026-07-19T03:40: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-19T03:40: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 | 97b59febccfd69c331df6160434d1d5c522103c0 |
| org.opencontainers.image.source | https://git.bauble.dev/jmaguire/media-cleanup |
| org.opencontainers.image.title | media-cleanup |
| org.opencontainers.image.version | v0.8.2 |