Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Request: Cleanarr #26

Open
Exile-boop opened this issue Feb 7, 2023 · 3 comments
Open

App Request: Cleanarr #26

Exile-boop opened this issue Feb 7, 2023 · 3 comments

Comments

@Exile-boop
Copy link

https://github.com/se1exin/Cleanarr

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

@maximuskowalski
Copy link
Collaborator

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
Copy link
Contributor

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

@maximuskowalski
Copy link
Collaborator

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

@maximuskowalski maximuskowalski transferred this issue from saltyorg/Sandbox Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants