From 66b3e414a0ab2b5726083d9ca86eaa229c871e36 Mon Sep 17 00:00:00 2001 From: peskyadmin Date: Sun, 2 Aug 2026 23:38:03 -0400 Subject: [PATCH] ts-shiori: verified 2026-08-02 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Official ghcr.io/go-shiori/shiori:v1.7.0. Single container, SQLite in a named volume. Default admin (shiori/gopher) is auto-created on first run. Catalog field changes from initial categorization: - first_run: setup_wizard → auto (Shiori's wizard detection is broken in v1.7.0; the app auto-creates the admin account instead). - image_tag: latest → v1.7.0 (pinned to a specific release). - notes: documents the wizard bug and the auto-admin workaround. --- catalog.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/catalog.yaml b/catalog.yaml index 1d2799c..e178846 100644 --- a/catalog.yaml +++ b/catalog.yaml @@ -406,13 +406,23 @@ apps: - service: shiori display_name: Shiori image: ghcr.io/go-shiori/shiori - image_tag: latest + image_tag: "v1.7.0" port: 8080 db: sqlite architecture: single - first_run: setup_wizard - test_status: untested - repo: https://gitea.damconsulting.llc/dam/ts-shiori + first_run: auto + test_status: verified + test_date: 2026-08-02 + repo: https://gitea.damconsulting.llc/DAM/ts-shiori + notes: | + Official ghcr.io/go-shiori/shiori image. Single container, SQLite in + a named volume. Default admin (shiori/gopher) is auto-created on + first run — change the password immediately. + KNOWN ISSUE: Shiori v1.7.0's SPA wizard detection panics with HTTP + 500 on the first /api/bookmarks request when no session exists. + The setup wizard does NOT appear on first visit — log in directly + with the default credentials. Optional SHIORI_HTTP_SECRET_KEY env + var persists sessions across restarts. - service: sonarr display_name: Sonarr