21 lines
353 B
YAML
21 lines
353 B
YAML
server:
|
|
host: 127.0.0.1
|
|
port: 8025
|
|
|
|
accounts:
|
|
proton:
|
|
host: 127.0.0.1
|
|
port: 1143
|
|
username: tj@jongsma.me
|
|
password: ${PROTON_BRIDGE_PASSWORD}
|
|
tls: starttls
|
|
folders:
|
|
watch: [INBOX]
|
|
archive: Archive
|
|
spam: Spam
|
|
|
|
webhook:
|
|
enabled: true
|
|
url: http://localhost:18789/hooks/mail
|
|
token: kuma-alert-token-2026
|