feat(channels): add google chat adapter and webhook route
This commit is contained in:
@@ -27,6 +27,15 @@ telegram:
|
||||
# allowed_conversation_ids: [] # Empty = allow all conversations
|
||||
# require_mention: true
|
||||
|
||||
# Optional: Google Chat
|
||||
# google_chat:
|
||||
# service_account_key_file: ~/.config/flynn/google-chat-service-account.json
|
||||
# # or inline via env var expansion:
|
||||
# # service_account_json: ${GOOGLE_CHAT_SERVICE_ACCOUNT_JSON}
|
||||
# webhook_token: ${GOOGLE_CHAT_WEBHOOK_TOKEN}
|
||||
# allowed_space_names: [] # Empty = allow all spaces
|
||||
# require_mention: true
|
||||
|
||||
server:
|
||||
# Tailscale Serve config (optional). Enable `serve: true` to expose the
|
||||
# gateway to your tailnet via `tailscale serve`.
|
||||
|
||||
Reference in New Issue
Block a user