Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] - Blank Notification config should not cause errors #62

Closed
bakerboy448 opened this issue Dec 21, 2021 · 1 comment · Fixed by #65
Closed

[Bug] - Blank Notification config should not cause errors #62

bakerboy448 opened this issue Dec 21, 2021 · 1 comment · Fixed by #65
Labels
bug Something isn't working

Comments

@bakerboy448
Copy link
Collaborator

#Apprise integration with webhooks
apprise:
  #Mandatory to fill out the url of your apprise API endpoint
  api_url: http://apprise-api:8000
  #Mandatory to fill out the notification url/urls based on the notification services provided by apprise. https://github.com/caronc/apprise/wiki
  notify_url:

#Notifiarr integration with webhooks
notifiarr:
  #Mandatory to fill out API Key
  apikey: ####################################
  #<OPTIONAL> Set to a unique value (could be your username on notifiarr for example)
  instance:

# Webhook notifications: 
# Possible values: 
# Set value to notifiarr if using notifiarr integration
# Set value to apprise if using apprise integration
# Set value to a valid webhook URL
webhooks:
  error: https://mywebhookurl.com/qbt_manage
  run_start: notifiarr
  run_end: apprise
  function:
    cross_seed: https://mywebhookurl.com/qbt_manage
    recheck: notifiarr
    cat_update: apprise
    tag_update: notifiarr
    rem_unregistered: notifiarr
    rem_orphaned: notifiarr
    tag_nohardlinks: notifiarr
    empty_recyclebin: notifiarr

leaving any of the above attributes blank should not cause errors

blank should mean disabled

@bobokun
Copy link
Collaborator

bobokun commented Dec 21, 2021

Fixed in latest develop

@bobokun bobokun closed this as completed Dec 21, 2021
@bobokun bobokun mentioned this issue Dec 23, 2021
@bobokun bobokun linked a pull request Dec 23, 2021 that will close this issue
@bobokun bobokun added the bug Something isn't working label Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants