80 lines
1.8 KiB
YAML
80 lines
1.8 KiB
YAML
server:
|
|
host: 127.0.0.1
|
|
port: 8025
|
|
|
|
data_dir: ~/.message-center
|
|
|
|
accounts:
|
|
tj_jongsma_me:
|
|
host: 127.0.0.1
|
|
port: 1143
|
|
username: tj@jongsma.me
|
|
password: ${PROTON_BRIDGE_PASSWORD}
|
|
tls: starttls
|
|
watch:
|
|
- INBOX
|
|
smtp:
|
|
host: 127.0.0.1
|
|
port: 1025
|
|
username: tj@jongsma.me
|
|
password: ${PROTON_BRIDGE_PASSWORD}
|
|
from: tj@jongsma.me
|
|
johan_jongsma_me:
|
|
host: 127.0.0.1
|
|
port: 1143
|
|
username: johan@jongsma.me
|
|
password: ${JOHAN_BRIDGE_PASSWORD}
|
|
tls: starttls
|
|
watch:
|
|
- INBOX
|
|
smtp:
|
|
host: 127.0.0.1
|
|
port: 1025
|
|
username: johan@jongsma.me
|
|
password: ${JOHAN_BRIDGE_PASSWORD}
|
|
from: johan@jongsma.me
|
|
|
|
connectors:
|
|
whatsapp:
|
|
enabled: true
|
|
name: whatsapp
|
|
base_url: http://localhost:8030
|
|
sms:
|
|
enabled: true
|
|
name: sms
|
|
gateway_url: http://localhost:9877
|
|
signal:
|
|
enabled: true
|
|
api_url: http://localhost:8080
|
|
number: "+31634481877"
|
|
poll_interval: 5
|
|
contacts:
|
|
"+17272252475": "Johan"
|
|
"+17272381189": "Misha"
|
|
"+31646563377": "Roos"
|
|
"+31624403744": "Jacques"
|
|
|
|
webhook:
|
|
enabled: true
|
|
url: http://localhost:18789/hooks/messages
|
|
token: "kuma-alert-token-2026"
|
|
|
|
m365:
|
|
enabled: true
|
|
poll_interval: 60
|
|
tenant_id: "a1cd3436-6062-4169-a1bd-79efdcfd8a5e"
|
|
client_id: "1fec8e78-bce4-4aaf-ab1b-5451cc387264"
|
|
token_file: "~/.message-center/m365-token.json"
|
|
user_email: "johan.jongsma@kaseya.com"
|
|
webhook_url: "http://localhost:18789/hooks/m365"
|
|
webhook_token: "kuma-alert-token-2026"
|
|
|
|
triage:
|
|
enabled: true
|
|
prompt_file: /home/johan/clawd/config/email-triage-prompt.md
|
|
provider:
|
|
base_url: https://api.fireworks.ai/inference/v1
|
|
api_key: ${FIREWORKS_API_KEY}
|
|
model: accounts/fireworks/models/kimi-k2p5
|
|
# dashboard_url removed — routing handled by OpenClaw via webhook
|