Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/d9af29aa36e07f339124ab678f59be2b6887bf73/docs/json/sonarr/optional.json
You should set ROOT_URL correctly, otherwise the web may not work correctly.
{
"ignore" : [ {
"name" : "Golden rule" ,
"term" : "/(?=(1080|720)).*((x|h)[ ._-]?265|hevc)/i"
} , {
"name" : "Ignore Dolby Vision without HDR10 fallback." ,
"term" : "/^(?!.*(HDR|HULU|REMUX))(?=.*\\b(DV|Dovi|Dolby[- .]Vision)\\b).*/i"
} , {
"name" : "Ignore The Group -SCENE" ,
"term" : "/\\b(-scene)\\b/i"
} , {
"name" : "Ignore so called scene releases" ,
"term" : "/([_. ]WEB[_. ]|\\bCAKES\\b|GGEZ|GGWP|GLHF)/i"
} ] ,
"required" : [ ] ,
"preferred" : [ {
"score" : 15 ,
"terms" : [ {
"name" : "Prefer Season Packs" ,
"term" : "/\\bS\\d+\\b(?!E\\d+\\b)/i"
} ]
} , {
"score" : 10 ,
"terms" : [ {
"name" : "Prefer HDR" ,
"term" : "/\\bHDR(\\b|\\d)/i"
} ]
} , {
"score" : 100 ,
"terms" : [ {
"name" : "Prefer Dolby Vision" ,
"term" : "/\\b(dv|dovi|dolby[ .]?vision)\\b/i"
} ]
} , {
"score" : -25 ,
"terms" : [ {
"name" : "Dislike retags: rartv, rarbg, eztv, TGx" ,
"term" : "/(\\[rartv\\]|\\[rarbg\\]|\\[eztv\\]|\\[TGx\\])/i"
} , {
"name" : "Dislike retagged groups" ,
"term" : "/(-4P|-4Planet|-AsRequested|-BUYMORE|-Chamele0n|-GEROV|-iNC0GNiTO|-NZBGeek|-Obfuscated|-postbot|-Rakuv|-Scrambled|-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\\b/i"
} , {
"name" : "Dislike release ending: en" ,
"term" : "/\\s?\\ben\\b$/i"
} , {
"name" : "Dislike release containing: 1-" ,
"term" : "/(1-.+)$/i"
} ]
} ]
}