Add ntfy for notifications
This commit is contained in:
parent
f5538da8b9
commit
685b0e3629
2 changed files with 57 additions and 0 deletions
22
ntfy/README.md
Normal file
22
ntfy/README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# ntfy
|
||||
|
||||
Push notifications made easy
|
||||
|
||||
## Configuration
|
||||
|
||||
### Adding a user
|
||||
|
||||
```bash
|
||||
ntfy user add --role=admin <username>
|
||||
password: <password>
|
||||
confirm: <password>
|
||||
user added with role admin
|
||||
```
|
||||
|
||||
### UnifiedPush
|
||||
|
||||
For configuring for UnifiedPush the following commands can be used:
|
||||
|
||||
```bash
|
||||
ntfy access '*' 'up*' write-only
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue