You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flag provided but not defined: -username 'grafana' -password 'super-secure-pw' -ntfy-url 'https://selfhosted-ntfy-server.tld/grafana'
Usage of /usr/local/bin/grafana-ntfy:
-addr string
The address to listen on (default ":8080")
-allow-insecure
Allow insecure connections to ntfy-url
-debug
print extra debug information
-ntfy-url string
The ntfy url including the topic. e.g.: https://ntfy.sh/mytopic
-password string
The ntfy password
-port int
DEPRECATED. Use listenAddr. The port to listen on (default 8080)
-username string
The ntfy username
What is wrong here?
The text was updated successfully, but these errors were encountered:
You are passing wrong the command, in docker-compose you need to pass each space-separated parameter as an element, so instead of (here you are passing a single big param with all the content inside escaped)
I try to start your tool providing username and password for my selfhosted ntfy instance.
All I get is this error: flag provided but not defined
I tried several things but the error is always the same.
Maybe I just do not understand how to set this settings correctly.
Here the docker-compose.yml parts I use:
The message I get in full term is:
What is wrong here?
The text was updated successfully, but these errors were encountered: