EN 中文

Supported Channels

支持的渠道

Format格式Purpose用途Example Service示例服务
ntfyntfy.sh or self-hostedntfy.sh 或自托管ntfy.sh
slackSlack Incoming WebhookSlack WebhookSlack
discordDiscord Channel WebhookDiscord WebhookDiscord
feishuFeishu / Lark Bot飞书自定义机器人Feishu / Lark
feishu-flowFeishu Flow trigger飞书 Flow 触发器Feishu Flow
templateCustom JSON template自定义 JSON 模板Any JSON POST webhook
raw (default)Raw JSON payload纯 JSON 负载Generic

Configuration

配置方法

Edit ~/.seek/config.json (create if not exists):

编辑 ~/.seek/config.json:

{
  "push_webhooks": [
    { "url": "https://ntfy.sh/your-topic",  "format": "ntfy" },
    { "url": "https://hooks.slack.com/...",  "format": "slack" },
    { "url": "https://discord.com/api/...", "format": "discord" }
  ]
}

Per-webhook options

配置项详解

Field字段Type类型Description说明
urlstringWebhook endpoint URLWebhook 地址
formatstringFormat name from table above上述格式名
events[string]Subscribe to specific events (default: all)订阅特定事件(默认全部)
devices[string]Target device IDs for push目标设备 ID

Event types

事件类型

Global relevant config

全局相关配置

{
  "session_notify_seconds": 60  // Default 60s. 0 = disable session push.
}

Design: PRD feature-mobile-push.md

设计文档:PRD feature-mobile-push.md