Add Pushover and ntfy flags to config.conf
This commit is contained in:
@@ -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=""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user