Add notifier configuration management for Sentinel and LLM

This commit is contained in:
infinition
2026-03-16 21:54:31 +01:00
parent b759ab6d4b
commit df83cd2e92
7 changed files with 81 additions and 10 deletions

View File

@@ -450,6 +450,12 @@ class SharedData:
"sentinel_discord_webhook": "",
"sentinel_webhook_url": "",
"sentinel_email_enabled": False,
"sentinel_email_smtp_host": "",
"sentinel_email_smtp_port": "",
"sentinel_email_username": "",
"sentinel_email_password": "",
"sentinel_email_from": "",
"sentinel_email_to": "",
# Bifrost (Pwnagotchi Mode)
"__title_bifrost__": "Bifrost (Pwnagotchi Mode)",