Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

RoyXiang/docker-EFB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Please use docker-ehforwarderbot instead.

Unofficial Docker image for EH Forwarder Bot. Maintained by Roy Xiang. Included all officialy maintained channels.

Supported tags and respective Dockerfile links

Get Started

Make sure you have config.py in the current working directory.

If you use Telegram as your master channel and do not have a tgdata.db backuped. You need to create one first:

$ touch tgdata.db

Then start a docker container by the following command:

$ docker run -d --restart=always \
        --name=ehforwarderbot \
        -v $(pwd)/config.py:/opt/ehForwarderBot/config.py \
        -v $(pwd)/tgdata.db:/opt/ehForwarderBot/plugins/eh_telegram_master/tgdata.db \
        royx/docker-efb

If an interactive process is needed for authentication (like WeChat), check it in docker logs:

$ docker logs ehforwarderbot

Volumes

  • /opt/ehForwarderBot/config.py - the configuration file for EH Forwarder Bot
  • /opt/ehForwarderBot/plugins/eh_telegram_master/tgdata.db - the file which holds the link information and message logs

Official Documentation