nasbump/tgautodown

By nasbump

Updated 9 months ago

一款用于下载TG上视频、音乐、图片、文档、磁力链的TG机器人

Image
Networking
Developer tools
1

10K+

nasbump/tgautodown repository overview

compose

services:
  tgautodown:
    image: nasbump/tgautodown:latest
    container_name: tgautodown
    restart: unless-stopped
    environment:
      - TG_CHANNEL=+AjbQIYhiKlhhNzMx  # 频道名,私有频道的话一定要带上+号;支持同时监听多个频道,以英文逗号分隔
      - TG_PROXY=socks5://192.168.31.2:7891 # 代理地址,目前只支持socks5代理
      - TG_F2A=f2apassword  # TG账号开启了两步认证的话,这里需要输入密码
    ports:
      - 2020:2020   # web管理页面的端口
    volumes:
      - /mnt/sda1/download:/app/download  # 下载保存目录
      - /mnt/sda1/data:/app/data   # 登陆配置及会话保存目录

Tag summary

Content type

Image

Digest

sha256:e2f694b04

Size

81.9 MB

Last updated

9 months ago

docker pull nasbump/tgautodown:v26