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/a7020823b3afb3332daf3d79462319357d78abbc/schemas/config/trash-ids.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
recyclarr/schemas/config/trash-ids.json

12 lines
350 B

{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/recyclarr/recyclarr/master/schemas/config/trash-ids.json",
"type": "array",
"description": "A list of one or more Trash IDs taken from the Trash Guide JSON files.",
"minItems": 1,
"uniqueItems": true,
"items": {
"type": "string"
}
}