sys-API icon indicating copy to clipboard operation
sys-API copied to clipboard

[FEATURE] - NTFY authentication to improve security

Open lfelipe1501 opened this issue 1 month ago • 1 comments

@Krillsson You could add an authentication section for using ntfy, this is to improve security, because if I use and ntfy URL that is publicly exposed I don't know how to protect the topic.

notifications:
  serverName: lfsystems-ntfy
  ntfy:
    enabled: true
    url: "https://ntfy.lfsystems.com.co"
    topic: kSZhmW4XXwF6spV2
    # Optional user and password
    user: krillsson
    pass: y0urStrongP4ss
# advertise service in local network for easier client setup
mDNS:
  enabled: true

This would be greatly appreciated.

lfelipe1501 avatar Nov 26 '25 22:11 lfelipe1501