Monitoring settings

Tune what triggers an alert, who gets emailed, and how your scanner listener authenticates.

Trigger keywords

Any match forces an alert, regardless of the AI newsworthiness score.

    Alert recipients

    Everyone listed here gets the email alert with the draft post and image.

      Listener keys

      Your scanner listener posts transcripts to /api/public/scanner/ingest with an x-listener-key header.

      droplet one-liner

      SSH into a fresh Ubuntu droplet as root and paste this. It installs ffmpeg, Whisper and the listener, then starts it as a service.

      curl -fsSL /api/public/install | bash -s -- <LISTENER_KEY>

      Generate a key above and it will be filled in automatically.