Show and tell: memos2bark — forward Memos activity to Bark notifications #5977
leecyang
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Memos community,
I built a small side project called memos2bark for people who use Memos together with Bark on iOS.
It is a lightweight Cloudflare Worker with a self-service setup page. A user enters their Memos instance URL, Memos access token, Bark push URL, and an optional notification icon. The Worker verifies the user through the Memos API, automatically creates a Memos webhook, and then forwards memo create/update/delete events to Bark.
The Memos access token is only used during setup for identity verification and webhook creation. It is not stored in KV.
Links:
Screenshot:
This may be useful for personal, family, or small team Memos deployments where users want timely phone notifications without running another backend service.
大家好,
我做了一个小项目 memos2bark,适合同时使用 Memos 和 iOS Bark 的用户。
它是一个部署在 Cloudflare Workers 上的轻量通知中转页。用户只需要填写 Memos 实例地址、Memos 访问令牌、Bark 推送地址和可选通知图标,Worker 会通过 Memos API 验证用户身份,自动创建 Memos webhook,并把 memo 创建、更新、删除事件转发到 Bark。
Memos 访问令牌只会在配置时用于身份验证和创建 webhook,不会保存到 KV。
链接:
如果你在个人、家庭或小团队场景中使用 Memos,并希望及时收到手机推送通知,也许这个项目会有帮助。
欢迎试用,也欢迎提出建议。
All reactions