Add Pushover and ntfy flags to config.conf

This commit is contained in:
hockeygoalie35
2024-04-23 23:21:25 -04:00
parent 609c9085b3
commit ac88e63c73

View File

@@ -76,9 +76,14 @@ plexUrl="" # ONLY used if PlexNotify.bash is used, example: http://x.x.x.x:324
plexToken="" # ONLY used if PlexNotify.bash is used
##### DEEZER ARLCHECKER
arlUpdateInterval='24h' # Interval to check ARL Validity (default 24 hours). Reboot container after changing. s = seconds, m = minutes, h = hours, d = days
arlUpdateInterval='24h' # Interval to check ARL Validity (default 24 hours). Reboot container after changing. s = seconds, m = minutes, h = hours, d = days
telegramBotEnable="false" # Enable/Disable Telegram Bot to notify if ARL expires. Otherwise check text file in custom-services.d/python for status.
telegramBotToken="" # Get token from BotFather during bot creation. If you use a notify channel for Lidarr, you can probably use the same bot, as this script only takes temporary control.
telegramUserChatID="" # Get your userid by chatting: t.me/userinfobot
pushoverEnable="false" # Pushover Notification Support
pushoverUserKey=""
pushoverAppAPIKey=""
ntfyEnable="false" # ntfy Notification Support (Web Only, Maybe Self-Hosted to come?)
ntfyTopic=""