From b9be8b529f5f688b63947b7efcf937dfef815b0c Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Mon, 1 Jul 2024 10:20:26 +0300 Subject: [PATCH] Add push endpoint auth configuration to readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ee4c72..cc2cc46 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,16 @@ Container: ```shell podman run -it --rm -v hydroxide-push:/data ghcr.io/0ranki/hydroxide-push setup-ntfy ``` -You'll be asked for the base URL of the push server, and the topic. The push endpoint configuration can be changed while the daemon is running. +You'll be asked for the base URL of the push server, topic then username and password for HTTP basic authentication. +The push endpoint configuration can be changed while the daemon is running. + +Username and password are stored in `notify.json`, the password is only Base64-encoded. You should create a dedicated user that +has write-only access to the topic for the daemon. + +**Push topic username and password are cleared each time setup-ntfy is run, they need to be entered manually every time.** The currently configured values are shown inside braces. Leave input blank to use the current values. ->**NOTE:** Authentication for the push endpoint is not yet supported. - ### Start the service Binary: