feat(channels): share line and zalo binary attachments via minio

This commit is contained in:
William Valentin
2026-02-17 10:45:31 -08:00
parent bfb073ca5f
commit 108641415f
8 changed files with 385 additions and 4 deletions
+4
View File
@@ -214,6 +214,8 @@ line:
allowed_source_ids: [] # Empty = allow all users/groups/rooms
require_mention: true
mention_name: "flynn"
# Binary attachments: when backup.minio.enabled is configured, Flynn uploads
# LINE binary attachments to MinIO and sends a share URL automatically.
# LINE webhook endpoint should point to:
# POST https://<your-flynn-host>/line/events
@@ -239,6 +241,8 @@ zalo:
require_mention: true
mention_name: "flynn"
endpoint: "https://openapi.zalo.me"
# Binary attachments: when backup.minio.enabled is configured, Flynn uploads
# Zalo binary attachments to MinIO and sends a share URL automatically.
# Zalo webhook endpoint should point to:
# POST https://<your-flynn-host>/zalo/events