feat(channels): add bluebubbles imessage adapter

This commit is contained in:
William Valentin
2026-02-16 09:41:26 -08:00
parent 2cadff901d
commit 8e9f9aa4de
13 changed files with 409 additions and 2 deletions
+9
View File
@@ -36,6 +36,15 @@ telegram:
# allowed_space_names: [] # Empty = allow all spaces
# require_mention: true
# Optional: iMessage via BlueBubbles
# bluebubbles:
# endpoint: http://localhost:1234
# api_key: ${BLUEBUBBLES_API_KEY}
# webhook_token: ${BLUEBUBBLES_WEBHOOK_TOKEN}
# allowed_chat_guids: [] # Empty = allow all chats
# require_mention: true
# mention_name: flynn
server:
# Tailscale Serve config (optional). Enable `serve: true` to expose the
# gateway to your tailnet via `tailscale serve`.