Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.07 KB

ombi-bot fix

Clone of Stacktraceyo's ombi bot, that suddenly broke. This fix probably breaks authentication, workaround: /setjoingroups disable at bothfather

https://hub.docker.com/r/xeyame/ombi-bot tag:latest is for v4.

note - only works with ombi v4

Pass these env varables to the docker container for it to work:

OMBI_HOST=<http://www.ombiserver.com:9090> // The url to ombi instance
OMBI_KEY=<ombi api key> // ombi api key
OMBI_BOT_TOKEN=<telegram token> // telegram bot token
OMBI_BOT_NAME=<telegram bot name> // name of telegram bot
OMBI_USER_NAME=<ombi user name> (OPTIONAL) // ombi user for requests. configure this user with permissions according to your needs
BOT_ADMIN=<admin user id> (OPTIONAL) // admin user id - see authorization section
BOT_CHAT_ID=<allowed chat id> (OPTIONAL) //  - see authorization section 

If you are getting "Error 409 on request", Make sure you are not running any other apps/instances on the same bot account.

If someone who can actually write scala would like to fix it, you're welcome :) This code is too bad to even PR to upstream.