Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/78818559b5af7092b19cfcd177ee632f33a206bd You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add Star Citizen and EVE Online

pull/123/head
Jus de Patate 6 years ago committed by GitHub
parent 9460bfbeed
commit 78818559b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -666,5 +666,17 @@
"url": "https://{}.itch.io/",
"urlMain": "https://itch.io/",
"errorType": "status_code"
},
"Star Citizen": {
"url": "https://robertsspaceindustries.com/citizens/{}",
"urlMain": "https://robertsspaceindustries.com/",
"errorType": "status_code"
},
"EVE Online": {
"url": "https://evewho.com/search/{}",
"urlMain": "https://eveonline.com",
"errorType": "message",
"errorMsg": "No results found with your search..."
}
}

Loading…
Cancel
Save