A very simple script to watch KS's server on OVH (Currently KS-A and KS-LE-B, you can add new servers by adding them to the SERVERS const)
- docker or bun
create a .env file with the following content:
DISCORD_WEBHOOK_URL = "https://discord.com/api/webhooks/..."
DISCORD_OWNER_ID = "1234567890" # your discord id, optional
then run the following command:
docker compose up -dor
bun install
bun start