Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/31c5728907ddcee4a6046736d7f795d0c3c5e7fd
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
7 additions and
5 deletions
@ -21,16 +21,19 @@
"type" : "git" ,
"url" : "git+https://github.com/tycrek/ass.git"
} ,
"repository" : "github:tycrek/ass" ,
"keywords" : [
"sharex" ,
"sharex-server"
] ,
"author" : "tycrek ",
"author" : "tycrek <t@tycrek.com> (https://tycrek.com/) ",
"license" : "ISC" ,
"bugs" : {
"url" : "https://github.com/tycrek/ass/issues"
} ,
"bugs" : "https://github.com/tycrek/ass/issues" ,
"homepage" : "https://github.com/tycrek/ass#readme" ,
"funding" : {
"type" : "patreon" ,
"url" : "https://patreon.com/tycrek"
} ,
"dependencies" : {
"any-shell-escape" : "^0.1.1" ,
"aws-sdk" : "^2.930.0" ,
@ -53,7 +56,6 @@
"sanitize-filename" : "^1.6.3" ,
"stream-to-array" : "^2.3.0" ,
"submodule" : "^1.2.1" ,
"tycrek-s3-transform" : "^3.3.0" ,
"uuid" : "^8.3.2"
}
}