We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/se1exin/Cleanarr
A simple UI to help find and delete duplicate and sample files from your Plex server.
The text was updated successfully, but these errors were encountered:
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 ```
Sorry, something went wrong.
just had a PR for Maintainerr ( saltyorg/Sandbox#275 ) which might be similar enough to close this when/if its approved.
Will close or move to sandpit unless there is any interest shown.
No branches or pull requests
https://github.com/se1exin/Cleanarr
A simple UI to help find and delete duplicate and sample files from your Plex server.
The text was updated successfully, but these errors were encountered: