Provides Ntfy integration for Symfony Notifier.
NTFY_DSN=ntfy://[USER:PASSWORD@]NTFY_URL/TOPIC?[scheme=[https]] where:
-
NTFY_URLis the ntfy server which you are using- if
defaultis provided, this will default to the public ntfy server hosted on ntfy.sh. - note: you can provide specific ports here if the selfhosted ntfy server is running on a non-standard web port.
- example:
NTFY_DSN=ntfy://foo.bar:8080/myntfytopic
- example:
- if
-
TOPICis the topic on this ntfy server. -
Depending on whether the server is configured to support access control:
USERis the username to access the given topic on the ntfy server which you are usingPASSWORDis the username to access the given topic on the ntfy server which you are using
Optional configuration:
schemeshould be adjusted to the appropriate value for the in the ntfy server (defaults tohttpsif not set)- example:
httpshould be used if the ntfy server is listening on the insecure HTTP protocol
- example: