From e65b207ad08858a04db7cacaa281ed7c9898f06d Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Sun, 2 Aug 2026 21:48:38 -0400 Subject: [PATCH] docs(catalog): mark bookstack as verified (2026-08-02) - Add note pointing to where linuxserver image env var names can be discovered (/config/www/.env inside the running container) - Mention the image's appkey command for generating APP_KEY --- catalog.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/catalog.yaml b/catalog.yaml index 26a32d5..aff61a4 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -114,8 +114,13 @@ apps: db: mariadb architecture: app_db first_run: setup_wizard - test_status: untested + test_status: verified + test_date: 2026-08-02 repo: https://gitea.damconsulting.llc/dam/ts-bookstack + notes: | + linuxserver image — see /config/www/.env in the running container + for the actual env var names this image expects. Generate APP_KEY + with the image's `appkey` command. - service: calibre-web display_name: Calibre-Web