Commit Graph

16 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
223a242f70 working on release 0.7.0 2026-02-18 10:43:49 -05:00
2c7387523f automatic wopi configuration 2026-01-26 18:18:16 -05:00
752fa221e7 Update README.md 2026-01-09 15:19:46 +00:00
68f7c87ea4 Update README.md 2026-01-09 15:08:21 +00:00
bb80b143c6 Update README.md 2026-01-08 23:15:46 +00:00
958c88a52f Update README.md 2026-01-08 23:15:29 +00:00
a45620633f Update README.md 2026-01-08 23:03:42 +00:00
7296c4e879 Update README.md 2026-01-08 23:03:22 +00:00
84bc02cf2f Update README.md 2026-01-08 21:49:42 +00:00
acd6d57d83 Update README.md 2026-01-08 21:13:31 +00:00
bb361ec9d5 Fix readme 2025-12-29 13:31:51 -05:00
22faaa34bb readme 2025-12-29 13:14:03 -05:00
bf5acdb46b Update README.md 2025-12-29 18:03:33 +00:00
09afff17ce first commit 2025-12-18 15:09:30 -05:00