Files
telegram-downloader/.env.example
T
yuming cf40343c51
部署到群晖 / deploy (push) Failing after 10m45s
初始化 telegram-downloader 并接入群晖 CI/CD
2026-04-22 21:29:03 +08:00

22 lines
646 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# =============================================
# Telegram Media Downloader - 环境变量配置模板
# 复制本文件为 .env,填入真实值后启动 docker compose
# =============================================
# 必填:Telegram API 凭证
# 前往 https://my.telegram.org/apps 申请
API_ID=你的api_id
API_HASH=你的api_hash
# 可选:Bot Token(如果用 Bot 模式下载)
# BOT_TOKEN=
# 可选:下载文件保存路径(容器内路径,默认 /app/downloads
SAVE_PATH=/app/downloads
# 可选:Web 界面端口(默认 5000)
WEB_PORT=5000
# 可选:界面语言 CN=中文 EN=英文(默认 CN)
LANGUAGE=CN