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

added easy reset script for dev

pull/22/head
tycrek 4 years ago
parent fe7f5bae5d
commit ea61246508
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -10,6 +10,7 @@
"new-token": "node generators/token.js",
"update": "git restore package-lock.json && git pull && npm i && npm run restart",
"restart": "systemctl restart ass.service",
"reset": "rm data.json && rm -dr uploads/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

Loading…
Cancel
Save