Updated notify (markdown)
parent
8e75695bc4
commit
de8bbf0efb
|
@ -470,7 +470,14 @@ Once you have both the API token, and the chat ID for where you want the Bot to
|
||||||
```sh
|
```sh
|
||||||
export TELEGRAM_BOT_APITOKEN="..." # Token returned by @BotFather during bot creation above.
|
export TELEGRAM_BOT_APITOKEN="..." # Token returned by @BotFather during bot creation above.
|
||||||
export TELEGRAM_BOT_CHATID="..." # Chat ID fetched above.
|
export TELEGRAM_BOT_CHATID="..." # Chat ID fetched above.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#For China users only: 如果无法访问 telgram 的api 服务器, 可以设置自己的代理
|
||||||
export TELEGRAM_BOT_URLBASE="https://tgproxy.example.com" # Your own proxy address, it can be cloudflare or other
|
export TELEGRAM_BOT_URLBASE="https://tgproxy.example.com" # Your own proxy address, it can be cloudflare or other
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
And then set notification hook:
|
And then set notification hook:
|
||||||
|
|
Loading…
Reference in New Issue