claude-code-remote-remake/config/channels.json

69 lines
1.2 KiB
JSON
Raw Normal View History

{
"desktop": {
"type": "local",
"enabled": true,
"config": {}
},
"email": {
"type": "email",
"enabled": true,
"config": {
"smtp": {
"host": "smtp.feishu.cn",
"port": 465,
"secure": true,
"auth": {
"user": "noreply@pandalla.ai",
"pass": "kKgS3tNReRTL3RQC"
}
},
"imap": {
"host": "imap.gmail.com",
"port": 993,
"secure": true,
"auth": {
"user": "jiaxicui446@gmail.com",
"pass": "your-gmail-app-password"
}
},
"from": "TaskPing 通知系统 <noreply@pandalla.ai>",
"to": "jiaxicui446@gmail.com",
"template": {
"checkInterval": 30
}
}
},
"discord": {
"type": "chat",
"enabled": false,
"config": {
"webhook": "",
"username": "TaskPing",
"avatar": null
}
},
"telegram": {
"type": "chat",
"enabled": false,
"config": {
"token": "",
"chatId": ""
}
},
"whatsapp": {
"type": "chat",
"enabled": false,
"config": {
"webhook": "",
"apiKey": ""
}
},
"feishu": {
"type": "chat",
"enabled": false,
"config": {
"webhook": "",
"secret": ""
}
}
}