mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update openreader to version v0.3.0 (#2618)
This commit is contained in:
parent
1e2316f773
commit
9b656ed2a7
@ -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
|
||||
|
@ -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: ""
|
||||
|
Loading…
Reference in New Issue
Block a user