Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

subzero79/docker-telegram-sonarr-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Docker Telegram Sonarr Bot

Docker image based for running this telegram bot for sonarr

https://github.com/onedr0p/telegram-sonarr-bot

How to run

Create this file /some/path/config.json with this content:

{
  "telegram": {
    "botToken": "11111:XXXXX"
  },
  "bot": {
    "password": "the_pass",
    "owner": 0,
    "maxResults": 15
  },
  "sonarr": {
    "hostname": "10.1.1.20",
    "apiKey": "2345jdsgo639562kfsad9l04q5qfm",
    "port": 8989,
    "urlBase": "",
    "ssl": false,
    "username": "",
    "password": ""
  }
}

Most important, change the telegram bot token, password, the sonarr api key and the hostname, fill the rest of the settings if you use ssl and/or authentication

docker run -d --name=telegram-bot --restart=always -v /some/path:/config subzero79/docker-telegram-sonarr-bot

You should be able to see the bot response log with docker logs telegram-bot

On the telegram side, now you should authenticate with the password using /auth the_pass, the authorized users will be added to acl.json file in /config folder in the container

About

Docker Telegram Sonarr bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages