From 3568f3c8f98a43e45a6d405abe34521247b7e6b4 Mon Sep 17 00:00:00 2001 From: Richard Roberson Date: Sat, 1 Mar 2025 19:52:06 -0700 Subject: [PATCH] Update README.md --- .github/workflows/docker-publish.yml | 2 +- README.md | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bf5c02e..b9e96e3 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -46,7 +46,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64,linux/arm64,linux/arm/v7 + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/README.md b/README.md index 6b862d8..4c6cb8e 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,16 @@ OpenReader WebUI is a document reader with Text-to-Speech capabilities, offering - 📐 Customize PDF text extraction margins - 🗣️ Multiple voice options (checks `/v1/audio/voices` endpoint) - 🎨 Multiple app theme options + -## [**Demo**](https://openreader.richardr.dev/) - - -https://github.com/user-attachments/assets/262b9a01-c608-4fee-893c-9461dd48c99b - +### 🛠️ Work in progress +- ☑ **Audiobook creation and download** +- ☐ **More documents formats**: + - ☑ **.epub** files + - ☐ **.txt** files + - ☐ **.docx** files + - ☐ **.md** files +- ☐ **End-to-end Testing**: Cypress tests ## 🐳 Docker Quick Start @@ -84,6 +88,11 @@ services: restart: unless-stopped ``` +## [**Demo**](https://openreader.richardr.dev/) + + +https://github.com/user-attachments/assets/262b9a01-c608-4fee-893c-9461dd48c99b + ## Dev Installation ### Prerequisites