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/08c1b4adbc4daa60b22c97039dce21751ccef38a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
6 changed files with
32 additions and
13 deletions
@ -175,6 +175,15 @@
"value" : "\\b(kuchikirukia)\\b"
}
} ,
{
"name" : "LazyRemux" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(LazyRemux)\\b"
}
} ,
{
"name" : "MK" ,
"implementation" : "ReleaseTitleSpecification" ,
@ -91,7 +91,7 @@
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\ b(CH) \\b"
"value" : "\\ [CH\\]|-CH \\b"
}
} ,
{
@ -10,7 +10,7 @@
"negate" : false ,
"required" : false ,
"fields" : {
"value" : 3
"value" : 7
}
} ,
{
@ -19,16 +19,7 @@
"negate" : false ,
"required" : false ,
"fields" : {
"value" : 4
}
} ,
{
"name" : "WEB" ,
"implementation" : "SourceSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : 1
"value" : 8
}
} ,
{
@ -184,6 +184,15 @@
"value" : "\\b(kuchikirukia)\\b"
}
} ,
{
"name" : "LazyRemux" ,
"implementation" : "ReleaseTitleSpecification" ,
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\b(LazyRemux)\\b"
}
} ,
{
"name" : "MK" ,
"implementation" : "ReleaseTitleSpecification" ,
@ -100,7 +100,7 @@
"negate" : false ,
"required" : false ,
"fields" : {
"value" : "\\ b(CH) \\b"
"value" : "\\ [CH\\]|-CH \\b"
}
} ,
{
@ -1,3 +1,13 @@
# 2023-04-17 18:50
**[New]**
- None
**[Updated]**
- [Starr Anime] Added `LazyRemux` to tier 03.
**[Fixed]**
- [Radarr] Fixed web tier 03 CF for Radarr. Wrong source codes were used.
# 2023-04-16 19:45
**[New]**
- [Prowlarr] How to setup indexers with limited API.