mirror of
https://github.com/Pakobbix/passive-income.git
synced 2025-11-09 14:59:40 +00:00
Added NotificationHandler Configuration
This commit is contained in:
parent
9d3b26ba51
commit
39a214153f
74
NotificationHandler/config
Normal file
74
NotificationHandler/config
Normal file
@ -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 #
|
||||||
|
########################
|
||||||
Loading…
x
Reference in New Issue
Block a user