Trying to add example notification images

This commit is contained in:
Undercut0150 2024-03-10 09:10:26 +00:00 committed by S1m
parent 7b524cb486
commit c733965c26
1 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,8 @@ Remember to replace the placeholders with the Notification channel endpoint you
How it should look:
![An Android screenshot showcasing a NextPush notification test](test_example.png "Test Notification")
## SSH & Local Logins
With your favorite text editor, open `/etc/profile` as root and add the following text to the very bottom of the file. .\
@ -26,6 +28,8 @@ fi
How it should look:
![An Android screenshot showcasing a NextPush SSH Login notification](ssh_example.png "SSH Notification")
## DIUN
To get notified with DIUN, you will need to create a file and mount that file to your diun docker container. .\
@ -59,6 +63,8 @@ Finally add this to your DIUN config under `notif:`
Now when DIUN runs you should get a notification that looks like this:
![An Android screenshot showcasing a NextPush DIUN notification](diun_example.png "DIUN Notification")
> Note: I'm not entirely versed in DIUN configuration and I know there is some way to let it tell you which container needs to be updated. Pull requests to fix this feature would be helpful!
## Home Assistant
@ -84,6 +90,8 @@ data:
```
How it should look:
![An Android screenshot showcasing a NextPush Home Assistant notification test](ha_example.png "Home Assistant Notification")
## The end!