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

Feature request: Native intergration with gotify and ntfy #357

Open
ScrumpyJack opened this issue Mar 2, 2024 · 3 comments
Open

Feature request: Native intergration with gotify and ntfy #357

ScrumpyJack opened this issue Mar 2, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@ScrumpyJack
Copy link

ScrumpyJack commented Mar 2, 2024

I realise that it's possible to use the HTTP trigger for these services (or even apprise, MQTT or SMTP if you're feelig adventureous) but native support would for these notification services would be highly appreciated.

@fmartinou fmartinou self-assigned this Mar 14, 2024
@fmartinou fmartinou added the enhancement New feature or request label Mar 14, 2024
@Manuki-San
Copy link

My solution is to use the HTTP trigger targeting a nodered instance

- WUD_TRIGGER_HTTP_NTFY_URL=http://nodered.home.lan/to_ntfy
- WUD_TRIGGER_HTTP_NTFY_METHOD=POST
- WUD_TRIGGER_HTTP_NTFY_MODE=simple
- WUD_TRIGGER_HTTP_NTFY_ONCE=true

that parses the JSON, and posts a formatted message to ntfy

@underwooda
Copy link

Are there options for authentication with the HTTP trigger? Username/password or token.

@fmartinou
Copy link
Owner

Hi,

HTTP auth options have not been yet implemented (it should not be hard to add).

Though, regarding basic auth credentials, passing them from the URL itself should work (https://user:pass@my-host).

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

No branches or pull requests

4 participants