Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/blame/commit/4d94b8533c75854f1da9704de6fcb52a36d300ac/schemas/config-schema.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
"description":"If enabled, custom formats that you remove from your YAML configuration OR that are removed from the guide will be deleted from your Radarr instance.",
"default":false
},
"custom_formats":{
"type":"array",
"minItems":1,
"items":{
"type":"object",
"additionalProperties":false,
"description":"A list of one or more sets of custom formats each with an optional set of quality profiles names that identify which quality profiles to assign the scores for those custom formats to.",
"description":"If set to true, enables setting scores to 0 in quality profiles where either a CF was not mentioned in the trash_ids array or it was in that list but did not get a score (e.g. no score in guide).",
"description":"Enables preferred term scores less than 0 to be instead treated as \"Must Not Contain\" (ignored) terms."
},
"tags":{
"type":"array",
"description":"A list of one or more strings representing tags that will be applied to this release profile.",
"items":{
"type":"string"
}
},
"filter":{
"type":"object",
"additionalProperties":false,
"description":"Defines various ways that release profile terms from the guide are synchronized with Sonarr.",
"oneOf":[
{
"required":["include"]
},
{
"required":["exclude"]
}
],
"properties":{
"include":{
"$ref":"#/$defs/trash_ids_list",
"description":"A list of trash_id values representing terms (Required, Ignored, or Preferred) that should be included in the created Release Profile in Sonarr."
},
"exclude":{
"$ref":"#/$defs/trash_ids_list",
"description":"A list of trash_id values representing terms (Required, Ignored, or Preferred) that should be excluded from the created Release Profile in Sonarr."