saltyorg / Sandpit

GNU General Public License v3.0
6 stars 5 forks source link

App Request: Cleanarr #26

Open Exile-boop opened 1 year ago

Exile-boop commented 1 year ago

https://github.com/se1exin/Cleanarr

A simple UI to help find and delete duplicate and sample files from your Plex server.

maximuskowalski commented 1 year ago

https://hub.docker.com/r/selexin/cleanarr

version: '3'

services:

  cleanarr:
    image: selexin/cleanarr:latest
    container_name: cleanarr
    hostname: cleanarr
    ports:
      - "5000:80"
    environment:
      - BYPASS_SSL_VERIFY=1
      - PLEX_TOKEN=somerandomstring
      - PLEX_BASE_URL=http://192.169.1.100:32400
      - LIBRARY_NAMES=Adult Movies;Kid Videos
    volumes:
      - /some/path/on/your/computer:/config
    restart: unless-stopped
RaneyDazed commented 11 months ago

just had a PR for Maintainerr ( saltyorg/Sandbox#275 ) which might be similar enough to close this when/if its approved.

maximuskowalski commented 4 months ago

Will close or move to sandpit unless there is any interest shown.