Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/469e8cd9a4c154df7dae041269c90ba059576085
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
5 additions and
5 deletions
@ -167,7 +167,7 @@ Easy! Just pull the changes & run this one-liner:
git pull
# Rebuild the container with the new changes (uncomment the 2nd part if the update requires refreshing the config)
docker-compose up --force-recreate --build -d & & docker image prune -f # docker-compose exec ass npm run setup & & docker-compose restart
docker-compose up --force-recreate --build -d & & docker image prune -f # & & docker-compose exec ass npm run setup & & docker-compose restart
```
- `--force-recreate` will force the container to rebuild
@ -1,12 +1,12 @@
{
"name" : "ass" ,
"version" : "0.8. 6 ",
"version" : "0.8. 7 ",
"lockfileVersion" : 2 ,
"requires" : true ,
"packages" : {
"" : {
"name" : "ass" ,
"version" : "0.8. 6 ",
"version" : "0.8. 7 ",
"license" : "ISC" ,
"dependencies" : {
"@tycrek/express-nofavicon" : "^1.0.2" ,
@ -1,6 +1,6 @@
{
"name" : "ass" ,
"version" : "0.8. 6 ",
"version" : "0.8. 7 ",
"description" : "The superior self-hosted ShareX server" ,
"main" : "ass.js" ,
"engines" : {
@ -63,4 +63,4 @@
"submodule" : "^1.2.1" ,
"uuid" : "^8.3.2"
}
}
}