a8613e3d96
Merge pull request 'update pgbackup version to v4' ( #21 ) from v4 into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/21
2026-06-02 17:12:59 +00:00
da9a110c46
update pgbackup version to v4
0.3.5+v5.1.0
2026-06-02 13:12:14 -04:00
d73a391225
Merge pull request 'chore: upgrade to 0.3.4+v5.1.0' ( #20 ) from upgrade-0.3.4+v5.1.0 into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/20
2026-06-02 16:52:24 +00:00
4c57b8f80d
chore: upgrade to 0.3.4+v5.1.0
cc-ci/testme cc-ci: success
0.3.4+v5.1.0
2026-06-02 07:23:07 +00:00
290a8ad72d
Merge pull request 'chore: upgrade to 0.3.3+v5.1.0' ( #19 ) from upgrade-0.3.3+v5.1.0 into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/19
2026-05-26 16:29:42 +00:00
148439f7cf
chore: upgrade to 0.3.3+v5.1.0
0.3.3+v5.1.0
2026-05-25 20:41:17 +01:00
dd90697270
Merge pull request 'bump to 0.3.2+v5.1.0' ( #18 ) from upgrade-0.3.2+v5.1.0 into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/18
2026-05-18 18:54:53 +00:00
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)
0.3.2+v5.1.0
2026-05-18 18:50:55 +00:00
f31df0e83c
Merge pull request 'bump to 0.3.1+v5.1.0' ( #17 ) from upgrade-0.3.1+v5.1.0 into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/17
2026-05-18 18:29:58 +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.
0.3.1+v5.1.0
2026-05-18 17:42:23 +00:00
74b61b1154
Merge pull request 'bump to 0.3.0+v5.1.0' ( #16 ) from 0.3.0+v5.1.0 into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/16
2026-05-11 18:42:20 +00:00
c9ca51a3da
rename AI env vars for v5.x (AI_API_KEY -> OPENAI_SDK_API_KEY, AI_BASE_URL -> OPENAI_SDK_BASE_URL)
0.3.0+v5.1.0
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
4714d13b47
Merge pull request '0.2.9+v4.5.0' ( #14 ) from 0.2.9+v4.5.0 into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/14
2026-02-20 19:55:50 +00:00
781f3350c2
bump to 0.2.9+v4.5.0
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
ea3d6df830
Merge pull request '0.2.8+v4.5.0' ( #13 ) from 0.2.8+v4.5.0 into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/13
2026-02-20 19:20:14 +00:00
988662f2ca
improve .env.sample
2026-02-20 14:19:15 -05:00
90d3e6ac69
bump to 0.2.8+v4.5.0
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
da526ffc3a
Merge pull request '0.2.7+v4.5.0' ( #12 ) from 0.2.7+v4.5.0 into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/12
2026-02-20 18:02:21 +00:00
3647245ea4
fix readme
2026-02-20 13:01:45 -05:00
10d7a66c4a
bump to 0.2.7+v4.5.0
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
0.2.6+v4.5.0
2026-02-16 14:45:12 -05:00
de32805e71
switch to pgautoupgrade
2026-02-16 13:45:39 -05:00
dc7c769011
Merge pull request 'Update version to 0.2.5+v4.4.0' ( #11 ) from new-version into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/11
2026-01-27 00:04:19 +00:00
d6323acffb
add release notes
0.2.5+v4.4.0
2026-01-26 19:01:35 -05:00
86dee3348a
Update to v4.4.0
2026-01-26 18:52:12 -05:00
be7f21b4d4
Update README
2026-01-08 18:02:50 -05:00
0bd2f0e830
docs
2026-01-08 17:51:34 -05:00
54584dedb1
Update README.md
2026-01-08 21:07:06 +00:00
f74cd82e5f
Update .env.sample
2026-01-08 21:06:37 +00:00
798d2e5842
Update README.md
2026-01-08 21:04:54 +00:00
a77972d848
Update README.md
2026-01-08 21:03:00 +00:00
269f582f79
0.2.4+v4.0.0
0.2.4+v4.0.0
2025-12-03 15:21:20 -05:00
f87c73b953
Merge pull request 'Specify user for containers and upgrade to v4.0.0' ( #10 ) from specify-user into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/10
2025-12-03 20:15:31 +00: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
16c68c085b
Merge pull request 'Add email integration working with secrets' ( #9 ) from email-integration into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/9
0.2.2+v3.4.2
2025-11-18 17:17:48 +00:00
b6f601ca24
Add email integration working with secrets
2025-11-17 12:45:18 -05:00
00b0c2e64e
Merge pull request 'Fix Recipe And Properly Use Secrets' ( #8 ) from secrets into main
...
Reviewed-on: https://git.coopcloud.tech/coop-cloud/lasuite-docs/pulls/8
Reviewed-by: 3wordchant <3wordchant@noreply.git.coopcloud.tech >
2025-11-07 15:38:10 +00: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