mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🩹 recyclarr fix sonarr & radarr urls
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
standard:
|
standard:
|
||||||
base_url: http://sonarr.default.svc.cluster.local
|
base_url: http://sonarr.default.svc.cluster.local:8080
|
||||||
api_key: ${SONARR_APIKEY}
|
api_key: ${SONARR_APIKEY}
|
||||||
delete_old_custom_formats: true
|
delete_old_custom_formats: true
|
||||||
quality_definition:
|
quality_definition:
|
||||||
@@ -71,7 +71,7 @@ sonarr:
|
|||||||
|
|
||||||
radarr:
|
radarr:
|
||||||
standard:
|
standard:
|
||||||
base_url: http://radarr.default.svc.cluster.local
|
base_url: http://radarr.default.svc.cluster.local:8080
|
||||||
api_key: ${RADARR_APIKEY}
|
api_key: ${RADARR_APIKEY}
|
||||||
delete_old_custom_formats: true
|
delete_old_custom_formats: true
|
||||||
quality_definition:
|
quality_definition:
|
||||||
|
Reference in New Issue
Block a user