Updated Home (markdown)

Chris Caron 2020-03-24 19:22:50 -04:00
parent cb82349981
commit 7479e405f9

10
Home.md

@ -16,7 +16,6 @@ Detailed instructions on how to connect your notification service(s) up with App
1. [[ClickSend :calling:|Notify_clicksend]] 1. [[ClickSend :calling:|Notify_clicksend]]
1. [[Discord :books:|Notify_discord]] 1. [[Discord :books:|Notify_discord]]
1. [[D7 Networks :calling:|Notify_d7networks]] 1. [[D7 Networks :calling:|Notify_d7networks]]
1. [[DBus Notifications|Notify_dbus]]
1. [[E-Mail :books:|Notify_email]] 1. [[E-Mail :books:|Notify_email]]
1. [[Emby|Notify_emby]] 1. [[Emby|Notify_emby]]
1. [[Enigma2 Devices|Notify_enigma2]] 1. [[Enigma2 Devices|Notify_enigma2]]
@ -29,7 +28,6 @@ Detailed instructions on how to connect your notification service(s) up with App
1. [[IFTTT|Notify_ifttt]] 1. [[IFTTT|Notify_ifttt]]
1. [[Join|Notify_join]] 1. [[Join|Notify_join]]
1. [[Kavenegar :calling:|Notify_kavenegar]] 1. [[Kavenegar :calling:|Notify_kavenegar]]
1. [[KDE (Qt)|Notify_dbus]]
1. [[KODI|Notify_kodi]] 1. [[KODI|Notify_kodi]]
1. [[Kumulos|Notify_kumulos]] 1. [[Kumulos|Notify_kumulos]]
1. [[Mailgun|Notify_mailgun]] 1. [[Mailgun|Notify_mailgun]]
@ -63,13 +61,19 @@ Detailed instructions on how to connect your notification service(s) up with App
1. [[XBMC|Notify_xbmc]] 1. [[XBMC|Notify_xbmc]]
1. [[XMPP|Notify_xmpp]] 1. [[XMPP|Notify_xmpp]]
1. [[Webex Teams|Notify_wxteams]] 1. [[Webex Teams|Notify_wxteams]]
1. [[Windows Notifications|Notify_windows]]
1. [[Zulip|Notify_zulip]] 1. [[Zulip|Notify_zulip]]
### Custom Notification Services
The following are just some general notification services you can configure to have posted to any website of your choice. From there you can decide what actions you want to take. The following are just some general notification services you can configure to have posted to any website of your choice. From there you can decide what actions you want to take.
1. [[JSON|Notify_Custom_JSON]] 1. [[JSON|Notify_Custom_JSON]]
1. [[XML|Notify_Custom_XML]] 1. [[XML|Notify_Custom_XML]]
### Desktop Notification Services
The following services work locally on the same PC they're ran on.
1. [[Windows Notifications|Notify_windows]]
1. [[DBus Notifications|Notify_dbus]]
1. [[KDE (Qt)|Notify_dbus]]
## Configuration ## Configuration
Configuration can be retrieved via a flat file on your local system or from a remote server via the http(s) protocol. You can learn more about this here: Configuration can be retrieved via a flat file on your local system or from a remote server via the http(s) protocol. You can learn more about this here:
* [[General Configuration|config]] * [[General Configuration|config]]