ts-shiori: verified 2026-08-02
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.
This commit is contained in:
18
catalog.yaml
18
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
|
||||
|
||||
Reference in New Issue
Block a user