voidbar / forwardgram

Forward messages from multiple Telegram channels to one of your own!
154 stars 183 forks source link

Dockerize Forwardgram #20

Closed raftheunis87 closed 3 years ago

raftheunis87 commented 4 years ago

Hey!

First of all, great job on Forwardgram! :)

I'm running Forwardgram on my Synology NAS right now with Docker :). The biggest reason for me being:

However, when starting Forwardgram, you get this wizard thing that you have to do manually. Is there a way to work around this? I mean: it should be possible to just do this wizard once and reuse the credentials?

Kind regards,

Raf

tnshibu commented 4 years ago

Hi Raf, Please read about the -v option in docker run command. Once you are comfortable with the -v parameter, you can map the configuration folder to the container program folder.

voidbar commented 3 years ago

Hi. @tnshibu is right, you can easily create a docker based on python:latest and mount the session directory using the -v option. Closing.