bump to 0.3.2+v5.1.0 #18

Merged
notplants merged 1 commits from upgrade-0.3.2+v5.1.0 into main 2026-05-18 18:54:54 +00:00
Owner

Wire up the file-upload conversion that CONVERSION_UPLOAD_ENABLED uses for .docx (see the upstream compose here: db467407cf/compose.yml (L252))

  • Add Y_PROVIDER_API_BASE_URL and Y_PROVIDER_API_KEY_FILE to common-env
    so the backend can call y-provider (used for .md→Yjs).
  • Add DOCSPEC_API_URL to common-env and a new docspec service
    (ghcr.io/docspecio/api:3.0.1) for the .docx→BlockNote→Yjs path.

They're required for the upload endpoint to function.

Upstream reference:

Wire up the file-upload conversion that CONVERSION_UPLOAD_ENABLED uses for .docx (see the upstream compose here: https://github.com/suitenumerique/docs/blob/db467407cf182aa0f918d9eaced1985be8585aa3/compose.yml#L252) - Add Y_PROVIDER_API_BASE_URL and Y_PROVIDER_API_KEY_FILE to common-env so the backend can call y-provider (used for .md→Yjs). - Add DOCSPEC_API_URL to common-env and a new docspec service (ghcr.io/docspecio/api:3.0.1) for the .docx→BlockNote→Yjs path. They're required for the upload endpoint to function. Upstream reference: - https://github.com/suitenumerique/docs/blob/v5.1.0/compose.yml (docspec service) - https://github.com/suitenumerique/docs/blob/v5.1.0/env.d/development/common (DOCSPEC_API_URL, Y_PROVIDER_API_BASE_URL) - https://github.com/docspecio/api (DocSpec source)
notplants added 1 commit 2026-05-18 18:54:32 +00:00
Wire up the file-upload conversion path that CONVERSION_UPLOAD_ENABLED
exposes:

- Add Y_PROVIDER_API_BASE_URL and Y_PROVIDER_API_KEY_FILE to common-env
  so the backend can call y-provider (used for .md→Yjs).
- Add DOCSPEC_API_URL to common-env and a new docspec service
  (ghcr.io/docspecio/api:3.0.1) for the .docx→BlockNote→Yjs path.

These were missing because they were dormant while
CONVERSION_UPLOAD_ENABLED defaulted to false upstream. Now that the
recipe defaults it to true (0.3.1+v5.1.0), they're required for the
upload endpoint to function.

Upstream reference:
- https://github.com/suitenumerique/docs/blob/v5.1.0/compose.yml (docspec service)
- https://github.com/suitenumerique/docs/blob/v5.1.0/env.d/development/common (DOCSPEC_API_URL, Y_PROVIDER_API_BASE_URL)
- https://github.com/docspecio/api (DocSpec source)
notplants merged commit dd90697270 into main 2026-05-18 18:54:54 +00:00
notplants deleted branch upgrade-0.3.2+v5.1.0 2026-05-18 18:54:54 +00:00
Sign in to join this conversation.
No description provided.