Files
game-server-watcher/app.json
2023-08-05 19:30:59 +02:00

30 lines
1.1 KiB
JSON

{
"name": "Game Server Watcher",
"description": "A simple discord/telegram bot that can be hosted on a free service to monitor your game servers and players in style. 😎",
"website": "https://github.com/a-sync/game-server-watcher",
"repository": "https://github.com/a-sync/game-server-watcher",
"logo": "https://user-images.githubusercontent.com/14183614/182869472-643f4028-8143-429b-80c2-86c62d9c2de2.png",
"env": {
"SECRET": {
"description": "Admin secret",
"required": true
},
"REFRESH_TIME_MINUTES": {
"description": "Game server info refresh interval in minutes",
"required": true,
"value": "2"
},
"DISCORD_BOT_TOKEN": {
"description": "Discord bot token",
"required": false
},
"TELEGRAM_BOT_TOKEN": {
"description": "Telegram bot token",
"required": false
},
"STEAM_WEB_API_KEY": {
"description": "Steam web API key",
"required": false
}
}
}