docs(catalog): mark focalboard as verified (2026-08-03)

This commit is contained in:
2026-08-03 15:23:17 -04:00
parent 66b3e414a0
commit a98196855b

View File

@@ -138,13 +138,26 @@ apps:
- service: focalboard - service: focalboard
display_name: Focalboard display_name: Focalboard
image: mattermost/focalboard image: mattermost/focalboard
image_tag: latest image_tag: "7.11.4"
port: 8000 port: 8000
db: postgres db: sqlite
architecture: app_db architecture: single
first_run: setup_wizard first_run: setup_wizard
test_status: untested test_status: verified
repo: https://gitea.damconsulting.llc/dam/ts-focalboard 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 - service: freshrss
display_name: FreshRSS display_name: FreshRSS