From 28183f4545a58b797ad22b1dc546875a6261ecfb Mon Sep 17 00:00:00 2001 From: Sikro Date: Tue, 3 Dec 2024 15:17:27 +0800 Subject: [PATCH] add environment variable for notify/telegram.sh --- notify.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notify.md b/notify.md index 5256398..cf666ad 100644 --- a/notify.md +++ b/notify.md @@ -470,6 +470,7 @@ Once you have both the API token, and the chat ID for where you want the Bot to ```sh export TELEGRAM_BOT_APITOKEN="..." # Token returned by @BotFather during bot creation above. export TELEGRAM_BOT_CHATID="..." # Chat ID fetched above. +export TELEGRAM_BOT_URLBASE="https://tgproxy.example.com" # Your own proxy address, it can be cloudflare or other ``` And then set notification hook: