mirror of
https://github.com/a-sync/game-server-watcher.git
synced 2026-06-05 06:41:43 -04:00
31 lines
1.0 KiB
JSON
31 lines
1.0 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://i.imgur.com/2Ok3pxv.png",
|
|
"env": {
|
|
"SECRET": {
|
|
"description": "Admin secret",
|
|
"required": true,
|
|
"generator": "secret"
|
|
},
|
|
"REFRESH_TIME_MINUTES": {
|
|
"description": "Game server info refresh interval in minutes [DEPRECETED]",
|
|
"required": true,
|
|
"value": "5"
|
|
},
|
|
"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
|
|
}
|
|
}
|
|
} |