Update image sizes again
This commit is contained in:
parent
75a0ed32d9
commit
20e4ef3114
|
@ -11,7 +11,7 @@ Remember to replace the placeholders with the Notification channel endpoint you
|
||||||
|
|
||||||
How it should look:
|
How it should look:
|
||||||
|
|
||||||
<img src="test_example.png" alt="An Android screenshot showcasing a NextPush notification test" style="width:100px;">
|
<img src="test_example.png" alt="An Android screenshot showcasing a NextPush notification test" style="width:50px;">
|
||||||
|
|
||||||
## SSH & Local Logins
|
## SSH & Local Logins
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ fi
|
||||||
|
|
||||||
How it should look:
|
How it should look:
|
||||||
|
|
||||||
<img src="ssh_example.png" alt="An Android screenshot showcasing a NextPush SSH Login notification" style="width:100px;">
|
<img src="ssh_example.png" alt="An Android screenshot showcasing a NextPush SSH Login notification" style="width:50px;">
|
||||||
|
|
||||||
## DIUN
|
## DIUN
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ Finally add this to your DIUN config under `notif:`
|
||||||
|
|
||||||
Now when DIUN runs you should get a notification that looks like this:
|
Now when DIUN runs you should get a notification that looks like this:
|
||||||
|
|
||||||
<img src="diun_example.png" alt="An Android screenshot showcasing a NextPush DIUN notification" style="width:100px;">
|
<img src="diun_example.png" alt="An Android screenshot showcasing a NextPush DIUN notification" style="width:50px;">
|
||||||
|
|
||||||
> 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!
|
> 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!
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ data:
|
||||||
|
|
||||||
How it should look:
|
How it should look:
|
||||||
|
|
||||||
<img src="ha_example.png" alt="An Android screenshot showcasing a NextPush Home Assistant notification test" style="width:100px;">
|
<img src="ha_example.png" alt="An Android screenshot showcasing a NextPush Home Assistant notification test" style="width:50px;">
|
||||||
|
|
||||||
## The end!
|
## The end!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue