11 lines
435 B
Markdown
11 lines
435 B
Markdown
## setup ntfy
|
|
|
|
ntfy is on [apple store](https://apps.apple.com/us/app/ntfy/id1625396347) and [play store](https://play.google.com/store/apps/details?id=io.heckel.ntfy)
|
|
|
|
### mdadm
|
|
- add line with `PROGRAM` to your existing mdadm config, usually in `/etc/mdadm/mdadm.cfg`
|
|
- place `mdadm-notify.sh` in a folder specified in the config, eg. /usr/local/bin
|
|
- make the script executable, with eg. `chmod +x /usr/local/bin/mdadm-notiy.sh`
|
|
|
|
|