初始化 telegram-downloader 并接入群晖 CI/CD
部署到群晖 / deploy (push) Failing after 10m45s

This commit is contained in:
yuming
2026-04-22 21:29:03 +08:00
commit cf40343c51
153 changed files with 33376 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# =============================================
# 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