From 39a214153f28497ab40e9504f4bea18be1224a6b Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Fri, 10 Feb 2023 16:37:30 +0100 Subject: [PATCH] Added NotificationHandler Configuration --- NotificationHandler/config | 74 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 NotificationHandler/config diff --git a/NotificationHandler/config b/NotificationHandler/config new file mode 100644 index 0000000..3e9dc51 --- /dev/null +++ b/NotificationHandler/config @@ -0,0 +1,74 @@ +############################################################################################# +# _ _ _ _ __ _ _ _ _ _ _ _ # +# | \ | | ___ | |_(_)/ _(_) ___ __ _| |_(_) ___ _ __ | | | | __ _ _ __ __| | | ___ _ __ # +# | \| |/ _ \| __| | |_| |/ __/ _ | __| |/ _ \| _ \| |_| |/ _ | _ \ / _ | |/ _ \ __| # +# | |\ | (_) | |_| | _| | (_| (_| | |_| | (_) | | | | _ | (_| | | | | (_| | | __/ | # +# |_| \_|\___/ \__|_|_| |_|\___\__,_|\__|_|\___/|_| |_|_| |_|\__,_|_| |_|\__,_|_|\___|_| # +# # +# _ __ __ _ _ _ # +# | |/ /___ _ __ / _(_) __ _ _ _ _ __ __ _| |_(_) ___ _ __ # +# | // _ \| _ \| |_| |/ _ | | | | __/ _ | __| |/ _ \| _ \ # +# | \ (_) | | | | _| | (_| | |_| | | | (_| | |_| | (_) | | | | # +# |_|\_\___/|_| |_|_| |_|\__, |\__,_|_| \__,_|\__|_|\___/|_| |_| # +# |___/ # +############################################################################################# + +SurfbarName="" # https://ebesucher.de/surfbar/SURFBARNAME Das in Großbuchstaben muss dann hier eingegeben werden +NotificationHandler="" # Schreibe hier Discord, Telegram, Apprise, Nextcloud, Pushbullet, Mail oder RocketChat ein. + +#################### +# Discord Settings # +#################### + +Discord_WebHookLink="" + +##################### +# Telegram Settings # +##################### + +Telegram_UID="" +Telegram_BT="" + +#################### +# Apprise Settings # +#################### + +AppRiseURL="" +AppRiseTAG="" # Optional + +###################### +# Nextcloud Settings # +###################### + +NextcloudDomain="" +NextcloudTalkToken="" +NextcloudUser="" +NextcloudPassword="" + +####################### +# PushBullet Settings # +####################### +# Achtung! Pushbullet hat ein Limit von maximal 500 Nachrichten pro Monat! Falls ihr viel damit hantiert, kann es sein, dass ich diese Überschreitet! + +PushBulletToken="" + +################# +# Mail Settings # +################# + +smtpURL="" +smtpPORT="" +mailfrom="" +mailrcpt="" +mailuser="" # Ist meistens gleichzeitig auch mailfrom +mailpass="" # Mail Password. Falls Gmail genutzt wird, muss in der Google Konto Verwaltung, Sicherheit, ein App Passwort erstellt werden! + +######################## +# Rocket.Chat Settings # +######################## + +RocketChatHook="" + +######################## +# End of Configuration # +########################