diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-30 15:15:07 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-30 15:15:37 +0100 |
commit | 69b55d06a30212dcbcff1f1ccd291bcfd9e4666d (patch) | |
tree | 80f049b9d3875113e730d7d4b770eb0c353ad882 | |
parent | 19cbeaed2532af5a941a99436f86a3e80440f1a1 (diff) | |
download | sentrum-69b55d06a30212dcbcff1f1ccd291bcfd9e4666d.tar.gz sentrum-69b55d06a30212dcbcff1f1ccd291bcfd9e4666d.tar.bz2 sentrum-69b55d06a30212dcbcff1f1ccd291bcfd9e4666d.zip |
Add note about using ntfy acess tokens
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | man/sentrum.1 | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -147,6 +147,7 @@ type = "ntfy" # EVERYTHING BELOW IS OPTIONAL # # Credentials (optional, relevant for self-hosted instances or paid reserved topics) +# You can also use an access token by setting the username to an empty string "" #credentials.username = "<YOUR USERNAME HERE>" #credentials.password = "<YOUR PASSWORD HERE>" # ntfy server (optional) diff --git a/man/sentrum.1 b/man/sentrum.1 index baa4650..d219009 100644 --- a/man/sentrum.1 +++ b/man/sentrum.1 @@ -189,6 +189,7 @@ type = "ntfy" # EVERYTHING BELOW IS OPTIONAL # # Credentials (optional, relevant for self-hosted instances or paid reserved topics) +# You can also use an access token by setting the username to an empty string "" #credentials.username = "<YOUR USERNAME HERE>" #credentials.password = "<YOUR PASSWORD HERE>" # ntfy server (optional) |