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

Merge pull request from nktkhndlwl/vlr-support

add VLR.gg support
pull/2331/head^2
Paul Pfeister 6 months ago committed by GitHub
commit 821062bb81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2265,6 +2265,12 @@
"urlProbe": "https://www.virustotal.com/ui/users/{}/avatar",
"username_claimed": "blue"
},
"VLR": {
"errorType": "status_code",
"url": "https://www.vlr.gg/user/{}",
"urlMain": "https://www.vlr.gg",
"username_claimed": "optms"
},
"WICG Forum": {
"errorType": "status_code",
"regexCheck": "^(?![.-])[a-zA-Z0-9_.-]{3,20}$",

Loading…
Cancel
Save