Files
ArrQueueCleaner/.env.example
T
TheLegendTubaGuy e2a032e7da Add nofiles releases rule (#9)
* Added No files rule

* Spacing was way off :(

* Added eslint and pr workflow for eslint

* Removed test only pr workflow pr, replaced with lint and test
2025-09-10 22:01:48 -05:00

18 lines
390 B
Bash

# Sonarr Configuration
SONARR_HOST=http://localhost:8989
SONARR_API_KEY=your_sonarr_api_key
# Queue Cleaning Rules
REMOVE_QUALITY_BLOCKED=false
BLOCK_REMOVED_QUALITY_RELEASES=false
REMOVE_ARCHIVE_BLOCKED=false
BLOCK_REMOVED_ARCHIVE_RELEASES=false
REMOVE_NO_FILES_RELEASES=false
BLOCK_REMOVED_NO_FILES_RELEASES=false
# Schedule (cron format)
SCHEDULE=*/5 * * * *
# Logging
LOG_LEVEL=info