Commit Graph
32 Commits
Author SHA1 Message Date
notplants 03db64341d bump to 0.3.2+v5.1.0
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)
2026-05-18 18:50:55 +00:00
notplants 9f68524046 bump to 0.3.1+v5.1.0
Add env vars introduced upstream across v4.6 → v5.0:
- CONVERSION_UPLOAD_ENABLED (v4.8.5) — recipe override true (upstream default false)
- CONVERSION_FILE_MAX_SIZE / _EXTENSIONS_ALLOWED / _API_* (v4.5.0 source)
- DB_PSYCOPG_POOL_ENABLED (v4.8.1)
- DJANGO_EMAIL_URL_APP (v4.6.0) — recipe sets to https://${DOMAIN}
- MEDIA_AUTH_ORIGINAL_URL_HEADER (v5.0.0)

All except CONVERSION_UPLOAD_ENABLED and DJANGO_EMAIL_URL_APP use the
bare-key defer-to-upstream pattern (like existing LOGGING_LEVEL_*), so
upstream defaults apply unless the operator sets them in .env.

Document all 10 vars (commented) in .env.sample.
2026-05-18 17:42:23 +00:00
notplants be7f21b4d4 Update README 2026-01-08 18:02:50 -05:00
notplants 0bd2f0e830 docs 2026-01-08 17:51:34 -05:00
notplants 269f582f79 0.2.4+v4.0.0 2025-12-03 15:21:20 -05:00
notplants 80adfcafdc update label 2025-12-03 15:11:49 -05:00
notplants 1962ab7c8f update version number 2025-12-02 21:13:46 -05:00
notplants 163eea1ba7 remove unnecessary 2025-12-02 21:13:27 -05:00
notplants 41c73faa24 Working by adding user:1000 to recipe 2025-12-02 20:33:41 -05:00
notplants bd3c2c17d2 debugging 2025-12-02 19:51:18 -05:00
notplants f49e0f5158 debugging 2025-12-02 13:20:16 -05:00
notplants b6f601ca24 Add email integration working with secrets 2025-11-17 12:45:18 -05:00
notplants d82844ba59 inline secret export for y-provider 2025-11-07 10:32:42 -05:00
notplants b527d802ca minio using files for secrets instead of env vars 2025-11-07 09:54:19 -05:00
notplants 41ad58f47d trying to use minio_root_pass_file 2025-11-06 14:59:24 -05:00
notplants 720d305d66 attempt at minio_pass_file 2025-11-06 14:38:08 -05:00
notplants 7846746050 working other than minio_root_password_file 2025-11-06 14:25:27 -05:00
notplants 9c6bb70b7a working with abra recipe lint 2025-11-06 14:06:33 -05:00
notplants 54acd65edd working before secret shortening 2025-11-06 12:46:06 -05:00
notplants 82ca119cdb working on nginx.conf.tmpl 2025-11-05 11:29:51 -05:00
notplants 761320788b working with secrets 2025-11-04 14:20:01 -05:00
notplants 8bda1893f3 working with secrets 2025-11-04 14:15:59 -05:00
notplants 6a0ebbd641 Database working with secrets 2025-11-04 12:37:37 -05:00
notplants d863bdbe81 db password stops working with secret 2025-11-02 14:36:44 -05:00
notplants 3e4cf66594 still working 2025-11-02 14:19:06 -05:00
notplants 3a33573fba no unique db_password secret 2025-11-02 14:13:20 -05:00
notplants 293dd80e53 Attempt at universal abra wrapper 2025-11-01 16:26:05 -04:00
notplants 664d0df1f6 almost working secrets 2025-10-31 15:43:20 -04:00
notplants 184255b249 almost working with docker secrets 2025-10-31 15:36:14 -04:00
notplants 51c939dd2c working on secrets 2025-10-31 13:14:12 -04:00
notplants 9a4d5058f9 Add alias of lasuite-app instead of app to prevent docker DNS name conflict 2025-10-31 11:21:36 -04:00
notplants 20649c56d7 Fix poorly formed json in OIDC_AUTH_REQUEST_EXTRA_PARAMS 2025-09-25 17:43:03 -04:00