From a2f07c601ce953d4f201428a23aaa85ce1aa5f2a Mon Sep 17 00:00:00 2001 From: itycodes Date: Wed, 11 Feb 2026 12:43:52 +0100 Subject: [PATCH] Added readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab7e2ab --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Android notification listener. +Forwards all notifications to a ntfy URL +## Configuration +### Secrets +##### `secret/token.txt` +The authorization token for ntfy +##### `secret/url.txt` +The ntfy topic url to push notifications to.