Commit Graph

59 Commits

Author SHA1 Message Date
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
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
c9ca51a3da rename AI env vars for v5.x (AI_API_KEY -> OPENAI_SDK_API_KEY, AI_BASE_URL -> OPENAI_SDK_BASE_URL) 2026-05-11 18:37:39 +00:00
deac2ea2ab bump to 0.3.0+v5.1.0 2026-05-11 18:32:35 +00:00
781f3350c2 bump to 0.2.9+v4.5.0 2026-02-20 19:51:18 +00:00
c2f923d340 add healthchecks for celery, y-provider, redis, and web 2026-02-20 19:33:12 +00:00
39287c2b87 pin redis and nginx to full semver tags 2026-02-20 19:30:55 +00:00
90d3e6ac69 bump to 0.2.8+v4.5.0 2026-02-20 19:15:10 +00:00
dcd91e6a6f add auto-migration on backend startup 2026-02-20 19:15:02 +00:00
10d7a66c4a bump to 0.2.7+v4.5.0 2026-02-20 17:55:01 +00:00
6b2e1f166e working on minio-initialize 2026-02-20 11:34:35 -05:00
f4381dc8a3 Update to 0.2.6+v4.5.0
- Upgrade app images to v4.5.0
- Switch from postgres:16 to pgautoupgrade/pgautoupgrade:18-debian for automatic major version upgrades
- Fix PGDATA relative path (add leading /)
- Fix pg_backup.sh restore path to match PGDATA
2026-02-16 14:45:12 -05:00
de32805e71 switch to pgautoupgrade 2026-02-16 13:45:39 -05:00
d6323acffb add release notes 2026-01-26 19:01:35 -05:00
86dee3348a Update to v4.4.0 2026-01-26 18:52:12 -05:00
0bd2f0e830 docs 2026-01-08 17:51:34 -05:00
269f582f79 0.2.4+v4.0.0 2025-12-03 15:21:20 -05:00
80adfcafdc update label 2025-12-03 15:11:49 -05:00
1962ab7c8f update version number 2025-12-02 21:13:46 -05:00
163eea1ba7 remove unnecessary 2025-12-02 21:13:27 -05:00
41c73faa24 Working by adding user:1000 to recipe 2025-12-02 20:33:41 -05:00
bd3c2c17d2 debugging 2025-12-02 19:51:18 -05:00
f49e0f5158 debugging 2025-12-02 13:20:16 -05:00
b6f601ca24 Add email integration working with secrets 2025-11-17 12:45:18 -05:00
d82844ba59 inline secret export for y-provider 2025-11-07 10:32:42 -05:00
b527d802ca minio using files for secrets instead of env vars 2025-11-07 09:54:19 -05:00
41ad58f47d trying to use minio_root_pass_file 2025-11-06 14:59:24 -05:00
720d305d66 attempt at minio_pass_file 2025-11-06 14:38:08 -05:00
7846746050 working other than minio_root_password_file 2025-11-06 14:25:27 -05:00
9c6bb70b7a working with abra recipe lint 2025-11-06 14:06:33 -05:00
54acd65edd working before secret shortening 2025-11-06 12:46:06 -05:00
82ca119cdb working on nginx.conf.tmpl 2025-11-05 11:29:51 -05:00
761320788b working with secrets 2025-11-04 14:20:01 -05:00
8bda1893f3 working with secrets 2025-11-04 14:15:59 -05:00
6a0ebbd641 Database working with secrets 2025-11-04 12:37:37 -05:00
d863bdbe81 db password stops working with secret 2025-11-02 14:36:44 -05:00
3e4cf66594 still working 2025-11-02 14:19:06 -05:00
3a33573fba no unique db_password secret 2025-11-02 14:13:20 -05:00
293dd80e53 Attempt at universal abra wrapper 2025-11-01 16:26:05 -04:00
664d0df1f6 almost working secrets 2025-10-31 15:43:20 -04:00
184255b249 almost working with docker secrets 2025-10-31 15:36:14 -04:00
51c939dd2c working on secrets 2025-10-31 13:14:12 -04:00
9a4d5058f9 Add alias of lasuite-app instead of app to prevent docker DNS name conflict 2025-10-31 11:21:36 -04:00
3wc
079d0d4bbd chore: publish 0.2.1+v3.4.2 release 2025-10-08 11:38:04 -04:00
2f60ed1ec5 chore: publish 0.2.0+v3.4.2 release 2025-07-29 11:35:23 +01:00
3wc
39802c161d chore: publish 0.1.0+v3.3.0 release 2025-06-12 15:39:55 +01:00
3wc
2334f04e21 Add backup-bot-two labels 2025-06-12 15:39:09 +01:00
3wc
473a49f6c8 Add healthcheck for frontend, pin versions for minio 2025-06-12 14:12:49 +01:00
3wc
94b6254f42 minio-bootstrap as sneaky replicas: 0 service 🤯 2025-06-11 15:46:30 +01:00
3wc
1144f4fef3 Move backend migration to abra.sh command 2025-06-11 15:32:30 +01:00