# notify_config.txt — sky-cam notification settings
# Each method is independently toggled.  Set to true and fill in the value.

# ── ntfy (push notifications via ntfy.sh or self-hosted ntfy) ─────────────────
# Self-host: https://docs.ntfy.sh/install/
# Cloud:     sign up at https://ntfy.sh, pick a topic name
NTFY_ENABLED=false
NTFY_URL=https://ntfy.sh/your-topic-here

# ── Email ─────────────────────────────────────────────────────────────────────
# Requires the 'mail' command (e.g. mailutils or s-nail package).
# For outbound SMTP relay, configure /etc/ssmtp/ssmtp.conf or msmtp.
EMAIL_ENABLED=false
EMAIL_TO=you@example.com
EMAIL_FROM=skycam@localhost

# ── Mattermost text post ──────────────────────────────────────────────────────
# Posts a plain-text notification (no video attachment) to the given channel.
# Reuses the URL and access_token from mattermost_config.txt.
# MM_NOTIFY_CHANNEL_ID can be the same daily-upload channel or a separate one.
MM_NOTIFY_ENABLED=false
MM_NOTIFY_CHANNEL_ID=your-channel-id-here
