37 lines
712 B
YAML
37 lines
712 B
YAML
---
|
|
# Checkrr Configuration
|
|
# Minimal config for arrapps stack
|
|
|
|
checkrr:
|
|
checkpath:
|
|
- /data/UHD
|
|
- /data/FHD
|
|
runOnce: false
|
|
port: 8585
|
|
host: 0.0.0.0
|
|
|
|
arr:
|
|
- service: radarr
|
|
name: radarrUHD
|
|
url: http://radarrUHD:7878
|
|
apiKey: "${RADARR_UHD_API_KEY}"
|
|
process: true
|
|
- service: radarr
|
|
name: radarrFHD
|
|
url: http://radarrFHD:7878
|
|
apiKey: "${RADARR_FHD_API_KEY}"
|
|
process: true
|
|
- service: sonarr
|
|
name: sonarrUHD
|
|
url: http://sonarrUHD:8989
|
|
apiKey: "${SONARR_UHD_API_KEY}"
|
|
process: true
|
|
- service: sonarr
|
|
name: sonarrFHD
|
|
url: http://sonarrFHD:8989
|
|
apiKey: "${SONARR_FHD_API_KEY}"
|
|
process: true
|
|
|
|
logging:
|
|
level: info
|
|
language: en-us
|