Add project links

This commit is contained in:
Undercut0150 2024-03-13 06:20:07 +00:00 committed by S1m
parent 1d0b8df91b
commit ddd2c85245
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ How it should look:
<img src="ssh_example.png" alt="An Android screenshot showcasing a NextPush SSH Login notification" style="width:50px;"> <img src="ssh_example.png" alt="An Android screenshot showcasing a NextPush SSH Login notification" style="width:50px;">
## DIUN ## DIUN
[DIUN Project Documentation](https://github.com/crazy-max/diun) \
To get notified with DIUN, you will need to create a file and mount that file to your diun docker container. \ To get notified with DIUN, you will need to create a file and mount that file to your diun docker container. \
This example creates a file named `cmd.sh`, and mounts it at `/etc/diun/etc.sh` This example creates a file named `cmd.sh`, and mounts it at `/etc/diun/etc.sh`
@ -69,7 +69,7 @@ Now when DIUN runs you should get a notification that looks like this:
> 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!
## Home Assistant ## Home Assistant
[Home Assistant Documentation](https://www.home-assistant.io/docs/)
To get Notifications from Home Assistant, we will be using the RESTful Notifications service built into Home Assistant.\ To get Notifications from Home Assistant, we will be using the RESTful Notifications service built into Home Assistant.\
With your favorite text editor, open your HA `configuration.yaml` and add the following text to the bottom of the file \ With your favorite text editor, open your HA `configuration.yaml` and add the following text to the bottom of the file \
Remember to replace the placeholders with the Notification channel endpoint you get by longpressing. Remember to replace the placeholders with the Notification channel endpoint you get by longpressing.