Skip to content

Image Bed Component

1. Entry

Settings -> Components -> Image Bed

Tap the card to open detailed image bed settings.

2. Current support

  • Provider: Lsky Pro

Configurable fields:

  • API URL
  • Email / Password
  • Strategy ID (optional)
  • Retry count

3. Flow after enabled

When uploading image attachments:

  1. Sync queue uploads the image to image bed first.
  2. On success, MemoFlow appends ![](url) into memo content automatically.
  3. The item is kept as remote image link instead of local pending attachment.

4. Retry rule

  • Total attempts = 1 + retryCount.
  • Errors such as 401/403/404/405/422 are not retried indefinitely.
  • 429 and 5xx are retried according to policy.

5. Common failures

  • Invalid API URL.
  • Invalid credentials or expired token.