Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/b4f30512017b7e454792e290b389dd818141fd3d
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
20 additions and
2 deletions
@ -32,12 +32,12 @@
}
} ,
{
"name" : "Natsumi ",
"name" : "Natsumi -no-Sekai ",
"implementation" : "ReleaseGroupSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(Natsumi )\\b"
"value" : "\\b(Natsumi [ .-]?no[ .-]?Sekai )\\b"
}
} ,
{
@ -4,6 +4,15 @@
"name" : "FR Anime Tier 02" ,
"includeCustomFormatWhenRenaming" : false ,
"specifications" : [
{
"name" : "Aoi-Project" ,
"implementation" : "ReleaseGroupSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(Aoi[ .-]?Project)\\b"
}
} ,
{
"name" : "BLV" ,
"implementation" : "ReleaseGroupSpecification" ,
@ -58,6 +67,15 @@
"value" : "\\b(Monkey[ .-]?D[ .-]?Lulu)\\b"
}
} ,
{
"name" : "Nagutos" ,
"implementation" : "ReleaseGroupSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(Nagutos)\\b"
}
} ,
{
"name" : "RONiN" ,
"implementation" : "ReleaseGroupSpecification" ,