From 0dc7fa8f9e927508b44c3e19824d6a0e1dcccabd Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Wed, 21 Jan 2026 13:50:27 -0700 Subject: [PATCH] Add example Telegram bot settings --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index 287c7f7..a806cbd 100644 --- a/.env.example +++ b/.env.example @@ -26,3 +26,10 @@ CHUNK_SIZE_MB=50 # Custom session secrets # By default, a random one is generated #SESSION_SECRET=SET-A-STRONG-RANDOM-VALUE + +# Optional Telegram bot for upload alerts and control +# create a bot using @BotFather then copy the API key here +# get your account's ID by messaging https://t.me/userinfobot +# Leave these blank to disable +TELEGRAM_BOT_API_KEY= +TELEGRAM_BOT_OWNER_ID=