3 个仓库
Systems that relay messages from a network client to external push notification services.
Distinct from Messaging Notifications: Candidates focus on analytics reports or social mentions; this is a general message forwarding integration.
Explore 3 awesome GitHub repositories matching networking & communication · Push Notification Forwarding. Refine with filters or upvote what's useful.
Pushdeer 是一个自托管的推送通知服务,旨在向移动设备和物联网硬件发送即时警报。它作为一个中心化的后端,用于通过私有服务器管理和路由自定义通知。 该系统以其“无 App 推送”能力而著称,利用原生操作系统功能接收警报,无需在手机上安装专门的客户端应用程序。对于物联网集成,它作为使用 MQTT 协议的消息网关,向智能硬件发送实时文本和图像通知。 该平台包含一套全面的 API 密钥和设备注册令牌管理套件,以确保通知流水线的安全。它支持通过自定义 JSON 格式从第三方平台转发外部通知,并提供基于主题的路由,将特定内容类型定向到目标设备。硬件特定能力包括设备屏幕上的图像渲染、网络时间同步以及触发蜂鸣器等物理警报的能力。 后端以容器化环境提供,专为使用 Docker 和 Compose 进行部署而设计。
Routes alerts from third-party platforms to personal devices using custom JSON formats to bridge different systems.
Noti 是一套命令行工具,旨在捕获进程输出并跟踪执行状态,以触发桌面或第三方提醒。它作为一个 Shell 通知包装器和流水线工具,将 Shell 输出和执行状态路由到桌面横幅或消息服务。 该项目提供了一个进程监控工具,能够跟踪特定进程标识符,以便在程序终止时立即发送通知。它还包括一个 CLI 输出通知器,可捕获标准输入并将文本作为通知消息转发。 该系统涵盖命令完成提醒、到语音合成引擎或第三方平台的外部通知路由,以及定义自定义提醒标题和消息的能力。
Captures text from a shell pipeline's standard input and forwards it as a notification message.
slskd is a headless network daemon and peer-to-peer file-sharing server for the Soulseek network. It functions as a network client and API gateway, allowing users to search for and share files via a web interface or a REST API. The project distinguishes itself through a focus on automation and remote management, featuring event-driven triggers that can execute system scripts or send webhooks. It supports advanced network routing via SOCKS5 proxies and provides a flexible deployment model that includes a dockerized client with volume mapping and environment-based configuration. The system cov
Forwards private messages and chat mentions to the Pushbullet service.