Add ntfy for notifications

This commit is contained in:
JuliusFreudenberger 2025-06-10 22:03:00 +03:00
parent f5538da8b9
commit 685b0e3629
2 changed files with 57 additions and 0 deletions

22
ntfy/README.md Normal file
View 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
```