-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
19 lines (19 loc) · 713 Bytes
/
Copy pathapp.json
File metadata and controls
19 lines (19 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "Telegram Webhook",
"description": "Parses webhooks from supported services and sends to Telegram",
"repository": "https://github.com/diogenesc/telegram-webhook",
"logo": "https://raw.githubusercontent.com/diogenesc/telegram-webhook/main/assets/telegram-logo.png",
"keywords": ["telegram", "webhook", "bitbucket", "github", "golang"],
"env": {
"PORT": {
"description": "What port should the server listen on",
"required": false,
"value": "8080"
},
"TELEGRAM_BOT_DEBUG": {
"description": "If Telegram Bot should be initialized in debug mode",
"required": false,
"value": "false"
}
}
}