Commit Graph

15 Commits

Author SHA1 Message Date
9e4c194783 create minio bucket automatically on startup (minio-initialize.sh)
All checks were successful
cc-ci/testme cc-ci: success
Replace the one-shot minio-createbuckets service (which required a
manual 'abra app restart minio-createbuckets' that appeared to hang)
with a minio-initialize.sh config, ported from lasuite-docs. The minio
service entrypoint runs it in the background before starting minio; it
waits for minio to be ready and idempotently creates the
drive-media-storage bucket with versioning. Manual trigger:
'abra app cmd minio minio_initialize'.
2026-06-23 19:26:19 +00:00
0b64135f98 run migrations automatically on backend startup (AUTO_MIGRATIONS)
Add a migrate.sh config (ported from lasuite-docs) that the backend
entrypoint runs when AUTO_MIGRATIONS=true (default). It loads secrets,
waits for the DB, and idempotently applies pending migrations via
'migrate --check' then 'migrate --noinput'. The manual 'abra app cmd
backend migrate' now delegates to the same script.
2026-06-23 19:13:39 +00:00
0411553e36 add minio backup label and fix pg restore path 2026-02-20 14:19:59 +00:00
af25d3acc0 fixing up collabora secret 2026-02-18 11:02:52 -05:00
223a242f70 working on release 0.7.0 2026-02-18 10:43:49 -05:00
3a9e85a114 bump to 0.6.0+v0.12.0 2026-02-18 14:38:22 +00:00
f114ed0bab bump to 0.5.0+v0.12.0 2026-02-18 13:54:20 +00:00
2c7387523f automatic wopi configuration 2026-01-26 18:18:16 -05:00
4512245d82 working on wopi scheduler 2026-01-26 16:48:49 -05:00
c51b53ce18 polishing 2026-01-08 17:47:14 -05:00
9b900f2131 working integration with onlyoffice and collabora 2026-01-05 17:09:44 -05:00
b36554df16 working on onlyoffice+collabora integration 2025-12-29 15:43:05 -05:00
53232f94de working minio integration 2025-12-28 13:10:14 -05:00
1b5efe8bd2 working on minio 2025-12-28 10:28:09 -05:00
9c5f767cb8 lasuite-docs as starting point 2025-12-18 15:09:45 -05:00