8000 FEATURE: Support multiple reporters with different options · Issue #790 · thp/urlwatch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
FEATURE: Support multiple reporters with different options #790
Open
@Jamstah

Description

@Jamstah

Interested in thoughts of this style of config

report:
  text: # Still have these for inheritance
    details: true
    footer: true
    line_length: 75
    minimal: false
  html:
    diff: unified
  reporters:
  - type: email
    enabled: true
    from: your.username@gmail.com
    to: person1@domain.net
    method: sendmail
    tags: tag1
  - type: email
    enabled: true
    from: your.username@gmail.com
    to: person2@domain.net
    method: sendmail
    tags: tag2
    html: true
  - type: stdout
    color: true
    enabled: true
  telegram: # Still support dict format
    bot_token: ''
    chat_id: ''
    enabled: false

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0