From 0677b3bd7e3be51b6fd7aeb90ef6717ac989b61f Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Mon, 14 Feb 2022 17:08:26 -0500 Subject: [PATCH] Re-add OPTIONS: --- docs/config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.md b/docs/config.md index 0cfe6c34..2fbea983 100644 --- a/docs/config.md +++ b/docs/config.md @@ -779,6 +779,7 @@ DESCRIPTION: ntfy serve # Starts server in the foreground (on port 80) ntfy serve --listen-http :8080 # Starts server with alternate port +OPTIONS: --config value, -c value config file (default: /etc/ntfy/server.yml) [$NTFY_CONFIG_FILE] --base-url value, -B value externally visible base URL for this host (e.g. https://ntfy.sh) [$NTFY_BASE_URL] --listen-http value, -l value ip:port used to as HTTP listen address (default: ":80") [$NTFY_LISTEN_HTTP]