Update openreader to version v0.3.0 (#2618)

This commit is contained in:
Alexander L. 2025-04-23 12:06:43 +02:00 committed by GitHub
parent 1e2316f773
commit 9b656ed2a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 25 additions and 18 deletions

View File

@ -1,16 +1,16 @@
version: '3.7'
services:
app_proxy:
environment:
APP_HOST: openreader_web_1
APP_PORT: 3003
web:
image: ghcr.io/richardr1126/openreader-webui:0.2.6@sha256:1f60d64898f85d24fab3a0b34be3c7c7a51b2fd37540ae54baca81d35e7289bb
user: "1000:1000"
environment:
- API_BASE=http://kokoro_web_1:8880/v1 #Set the TTS API_BASE URL and/or API_KEY as the default for all devices. These values can also be overridden in the UI.
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/docstore:/app/docstore
version: '3.7'
services:
app_proxy:
environment:
APP_HOST: openreader_web_1
APP_PORT: 3003
web:
image: ghcr.io/richardr1126/openreader-webui:0.3.0@sha256:535b34e6380ccc03889193b35f4f89bfd5a1436b4d4abb2dad97e42135921790
user: "1000:1000"
environment:
- API_BASE=http://kokoro_web_1:8880/v1 #Set the TTS API_BASE URL and/or API_KEY as the default for all devices. These values can also be overridden in the UI.
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/docstore:/app/docstore

View File

@ -3,7 +3,7 @@ id: openreader
name: OpenReader
tagline: A document reader with Text-to-Speech capabilities
category: ai
version: "0.2.6"
version: "0.3.0"
port: 3391
description: >-
OpenReader WebUI is a web-based document reader that integrates text-to-speech (TTS) functionality, allowing users to listen to text from various document formats, including PDF and EPUB. Designed to enhance accessibility and improve the reading experience, it features synchronized text highlighting, ensuring that the currently read portion of the document is visually emphasized as the speech engine narrates the content. This makes it particularly useful for individuals with visual impairments, reading difficulties, or those who simply prefer an auditory learning style.
@ -30,7 +30,14 @@ gallery:
- 2.jpg
- 3.jpg
- 4.jpg
releaseNotes: ""
releaseNotes: >-
New in this release:
- Support for .txt files with basic rendering
- Support for .md files with GitHub-style Markdown formatting
Full release notes can be found at https://github.com/richardr1126/OpenReader-WebUI/releases
dependencies:
- kokoro
path: ""