mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-19 07:54:10 +00:00
Webhooks now stored encrypted (webhooks.enc) instead of plain text: - Automatic migration from webhooks.json to webhooks.enc - Uses same AES-256-GCM encryption as nodes and email configs - Original file backed up as webhooks.json.backup - Protects sensitive webhook URLs and authentication headers This addresses the security concern where webhook URLs containing API tokens (like Telegram bot tokens) were stored in plain text. |
||
|---|---|---|
| .. | ||
| client_helpers.go | ||
| config.go | ||
| credentials.go | ||
| export.go | ||
| guest_metadata.go | ||
| persistence.go | ||
| registration.go | ||
| settings.go | ||
| watcher.go | ||