Compare commits

...

2 Commits

Author SHA1 Message Date
yuukiwww e4719b8f07 only taikoapp.uk 2024-04-28 09:29:23 +00:00
yuukiwww 345466f943 update homepage link 2024-04-28 06:50:35 +00:00
3 changed files with 6 additions and 7 deletions

View File

@ -0,0 +1,3 @@
{
"postCreateCommand": ""
}

View File

@ -61,10 +61,6 @@ docker run --detach \
今すぐデプロイ!
- https://taikoapp.uk/
- https://yuuk1.tk/
- https://yuuk1.uk/
- https://forgejo.win/
- https://litey.trade/
```bash
docker run --detach \
@ -74,8 +70,8 @@ docker run --detach \
--env TAIKO_WEB_MONGO_HOST=taiko-mongo \
--env TAIKO_WEB_REDIS_HOST=taiko-redis \
--volume songs:/app/public/songs \
--env LETSENCRYPT_HOST=forgejo.win,yuuk1.tk,yuuk1.uk,taikoapp.uk,litey.trade \
--env VIRTUAL_HOST=forgejo.win,yuuk1.tk,yuuk1.uk,taikoapp.uk,litey.trade \
--env LETSENCRYPT_HOST=taikoapp.uk \
--env VIRTUAL_HOST=taikoapp.uk \
--env VIRTUAL_PORT=8000 \
taiko
```

View File

@ -868,7 +868,7 @@ class SongSelect{
} else if (currentSong.action === "homepage") {
this.playSound("se_don");
setTimeout(() => {
window.location.href = "http://45.32.33.98/";
window.location.href = "https://homepage-zeta-two.vercel.app/";
}, 100);
}
}