mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🐛 recyclarr
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
sonarr:
|
||||
standard:
|
||||
base_url: http://sonarr.default.svc.cluster.local:8080
|
||||
api_key: ${SONARR__API_KEY}
|
||||
api_key: !env_var SONARR__API_KEY
|
||||
delete_old_custom_formats: true
|
||||
quality_definition:
|
||||
type: series
|
||||
@@ -72,7 +72,7 @@ sonarr:
|
||||
radarr:
|
||||
standard:
|
||||
base_url: http://radarr.default.svc.cluster.local:8080
|
||||
api_key: ${RADARR__API_KEY}
|
||||
api_key: !env_var RADARR__API_KEY
|
||||
delete_old_custom_formats: true
|
||||
quality_definition:
|
||||
type: movie
|
||||
|
Reference in New Issue
Block a user