diff --git a/catalog.yaml b/catalog.yaml index e178846..e490fbc 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -138,13 +138,26 @@ apps: - service: focalboard display_name: Focalboard image: mattermost/focalboard - image_tag: latest + image_tag: "7.11.4" port: 8000 - db: postgres - architecture: app_db + db: sqlite + architecture: single first_run: setup_wizard - test_status: untested - repo: https://gitea.damconsulting.llc/dam/ts-focalboard + test_status: verified + test_date: 2026-08-03 + repo: https://gitea.damconsulting.llc/DAM/ts-focalboard + notes: | + Official mattermost/focalboard image. SQLite by default — no separate + DB service needed. + First-run: click "create an account" / "register" on the login page; + no default credentials — first registered user becomes the admin. + KNOWN LIMITATION: image is amd64-only as of the 7.11.4 tag; on arm64 + hosts (Apple Silicon M-series), it runs via x86 emulation (slower + but functional). + Postgres mode is supported but requires mounting a custom + config.json (Focalboard reads DB settings from /opt/focalboard/config.json + inside the container, NOT from environment variables). README in ts-focalboard + documents the postgres setup. - service: freshrss display_name: FreshRSS