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

[add] ntfy.sh notification support #3446

Merged
merged 3 commits into from May 23, 2022

Conversation

aidan-
Copy link
Contributor

@aidan- aidan- commented May 23, 2022

Motivation for changes:

User in #3445 requested support for ntfy.sh - it seems like a decent zero-config notification option for people wanting a simple solution.

Detailed changes:

  • Add support for ntfy.sh notifications.

Implemented feature requests:

Config usage if relevant (new plugin or updated schema):

tasks:
  seen1:
    mock:
      - { "title": "Big.Buck.Bunny.1080p.BluRay.x264-GRP", "url": "mock://local1" }
    accept_all: yes
    notify:
      entries:
        title: Download from task {{task}}
        template: message.template
        via:
          - ntfysh:
              url: "https://ntfy.sh/"
              topic: "flexget-test-topic"
              priority: 5
              delay: 30s
              tags: poop,train

Questions

Some of the notification implementations have this line in the example:

Configuration parameters are also supported from entries (eg. through set).

I couldn't find an example of how this is done. Can provider specific configuration options be set via the entry somehow?

@aidan- aidan- changed the title Add notifier ntfysh [add] ntfy.sh notification support May 23, 2022
@gazpachoking gazpachoking merged commit e8f1514 into Flexget:develop May 23, 2022
@gazpachoking
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants