Giter Club home page Giter Club logo

Comments (5)

Waterboy1602 avatar Waterboy1602 commented on August 26, 2024

I tried to recreate the problem, but didn't experience the same issue. So I have no idea why it's not working with your instance.

image

This is the config I used:


# Optional settings:
##Language
language: en-us # en-us, es-es, it-it, nl-be, pt-pt, fr-fr, ru-ru

##Entrypoints
entrypointAuth: auth #auth or a custom entrypoint
entrypointHelp: help #help entrypoint
entrypointAdd: start #start or a custom entrypoint
entrypointDelete: delete #delete or a custom entrypoint
entrypointAllSeries: allSeries #allSeries or a custom entrypoint
entrypointAllMovies: allMovies #allMovies or a custom entrypoint
entrypointTransmission: transmission #transmission or a custom entrypoint
entrypointSabnzbd: sabnzbd #sabnzbd or a custom entrypoint

##Restrict some commands (Transmission) to only admins 
enableAdmin: false #Check admin.txt
enableAllowlist: false #Check allowlist.txt - very restrictive!

##Logging
logToConsole: true
debugLogging: true

from addarr.

spiveym avatar spiveym commented on August 26, 2024

I tried to recreate the problem, but didn't experience the same issue. So I have no idea why it's not working with your instance.

Here's my docker-compose.yml entry:

addarr:
    container_name: addarr
    image: waterboy1602/addarr:latest
    restart: "no"
    network_mode: host
    volumes:
    - ./volumes/addarr/config.yaml:/app/config.yaml:ro
    - ./volumes/addarr/chatid.txt:/app/chatid.txt:rw
    - ./volumes/addarr/admin.txt:/app/admin.txt:ro
    - ./volumes/addarr/logs:/app/logs:rw

And config.yaml:

#Sonarr Configuration
sonarr:
  server:
    addr: 192.168.1.3
    port : 8989 # Default is 8989
    path: / # Default is / . If set, it must start and finish with / . Eg: /sonarr/
    ssl: false #default false
  auth:
    apikey: [redacted]
    username: #
    password: #
  search: true
  seasonFolder: true
  languageProfile: English
  excludedRootFolders: # If set must not have a trailing slash Eg: /mnt/Media
    - # First excluded folder, add others with a "-" on a new line (same indentation)
  excludedQualityProfiles:
    - #
  defaultTags: # If set must be existing tags
    - telegram
  adminRestrictions: false

#Radarr Configuration
radarr:
  server:
    addr: 192.168.1.3
    port : 7878 # Default is 7878
    path: / # Default is / . If set, it must start and finish with / . Eg: /radarr/
    ssl: false #default false
  auth:
    apikey: [redacted]
    username: #
    password: #
  search: true
  minimumAvailability: announced
  excludedRootFolders: # If set must not have a trailing slash Eg: /mnt/Media
    - # First excluded folder, add others with a "-" on a new line (same indentation)
  excludedQualityProfiles:
    - #
  defaultTags: # If set must be existing tags
    - telegram
  adminRestrictions: false

#Telegram Configuration
telegram:
  token: [redacted]
  password: [redacted]

#Transmission Configuration
transmission:
  enable: false #enable the transmission commands
  onlyAdmin: false #transmission command  will only work for admins
  host: # IP-adres of the Transmission service
  authentication: true #is transmission protected with a password?
  username:
  password:

sabnzbd:
  enable: false
  onlyAdmin: false
  server:
    addr:
    port: 8090 # Default is 8090
    path: / # Default is / . If set, it must start and finish with / . Eg: /sonarr/
    ssl: false #default false
  auth:
    apikey:
    username:
    password:

# Optional settings:
##Language
language: en-us # en-us, es-es, it-it, nl-be, pt-pt, fr-fr, ru-ru

##Entrypoints
entrypointAuth: auth #auth or a custom entrypoint
entrypointHelp: help #help entrypoint
entrypointAdd: start #start or a custom entrypoint
entrypointAllSeries: allSeries #allSeries or a custom entrypoint
entrypointAllMovies: allMovies #allMovies or a custom entrypoint
entrypointTransmission: transmission #transmission or a custom entrypoint
entrypointSabnzbd: sabnzbd #sabnzbd or a custom entrypoint

##Restrict some commands to only admins and/or provide extra authorization by usernames
enableAdmin: false #Check admin.txt
enableAllowlist: false #Check allowlist.txt - very restrictive!

##Logging
logToConsole: true
debugLogging: true

from addarr.

vinimk avatar vinimk commented on August 26, 2024

@spiveym I think this is related to how the bot is configured on telegram, in bot father, I think the bot needs access to all messages in the group. Go to bot father, edit the bot, go into bot settings, group privacy and make sure to disable privacy mode for the bot

from addarr.

spiveym avatar spiveym commented on August 26, 2024

@spiveym I think this is related to how the bot is configured on telegram, in bot father, I think the bot needs access to all messages in the group. Go to bot father, edit the bot, go into bot settings, group privacy and make sure to disable privacy mode for the bot

Yup, you are correct, this fixed it. Thank you!

from addarr.

Waterboy1602 avatar Waterboy1602 commented on August 26, 2024

Because of the help of @vinimk, I'm going to close this issue. Big thanks for the smart suggestion!

from addarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.