Skip to content

Commit a937e0e

Browse files
committed
Update README.md badges
1 parent 991304d commit a937e0e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[![GitHub Last Commit](https://img.shields.io/github/last-commit/richardr1126/OpenReader-WebUI)](../../commits)
66
[![GitHub Release](https://img.shields.io/github/v/release/richardr1126/OpenReader-WebUI)](../../releases)
77

8-
[![Container Image Size](https://img.shields.io/badge/dynamic/json?color=blue&label=image%20size&query=size&url=https://api.github.com/repos/richardr1126/OpenReader-WebUI/packages/container/openreader-webui/versions)](https://github.com/richardr1126/OpenReader-WebUI/pkgs/container/openreader-webui)
9-
[![Container Version](https://img.shields.io/github/v/release/richardr1126/OpenReader-WebUI?label=container)](https://github.com/richardr1126/OpenReader-WebUI/pkgs/container/openreader-webui)
8+
[![Discussions](https://img.shields.io/badge/Discussions-Ask%20a%20Question-blue)](../../discussions)
9+
[![Bluesky](https://img.shields.io/badge/Bluesky-Chat%20with%20me-blue)](https://bsky.app/profile/richardr.dev)
1010

1111

1212
# OpenReader WebUI 📄🔊
@@ -41,7 +41,7 @@ https://github.com/user-attachments/assets/262b9a01-c608-4fee-893c-9461dd48c99b
4141
docker run --name openreader-webui \
4242
-p 3003:3003 \
4343
-v openreader_docstore:/app/docstore \
44-
ghcr.io/openreader-webui:latest
44+
ghcr.io/richardr1126/openreader-webui:latest
4545
```
4646

4747
(Optionally): Set the TTS `API_BASE` URL and/or `API_KEY` to be default for all devices
@@ -50,7 +50,7 @@ docker run --name openreader-webui \
5050
-e API_BASE=http://host.docker.internal:8880/v1 \
5151
-p 3003:3003 \
5252
-v openreader_docstore:/app/docstore \
53-
ghcr.io/openreader-webui:latest
53+
ghcr.io/richardr1126/openreader-webui:latest
5454
```
5555

5656
> Requesting audio from the TTS API happens on the Next.js server not the client. So the base URL for the TTS API should be accessible and relative to the Next.js server. If it is in a Docker you may need to use `host.docker.internal` to access the host machine, instead of `localhost`.
@@ -62,7 +62,7 @@ Visit [http://localhost:3003](http://localhost:3003) to run the app and set your
6262
### ⬆️ Update Docker Image
6363
```bash
6464
docker stop openreader-webui && docker rm openreader-webui
65-
docker pull ghcr.io/openreader-webui:latest
65+
docker pull ghcr.io/richardr1126/openreader-webui:latest
6666
```
6767

6868
### Adding to a Docker Compose (i.e. with open-webui or Kokoro-FastAPI)
@@ -74,7 +74,7 @@ volumes:
7474
services:
7575
openreader-webui:
7676
container_name: openreader-webui
77-
image: ghcr.io/openreader-webui:latest
77+
image: ghcr.io/richardr1126/openreader-webui:latest
7878
environment:
7979
- API_BASE=http://host.docker.internal:8880/v1
8080
ports:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openreader-webui",
3-
"version": "0.2.2-patch.2",
3+
"version": "0.2.2-patch.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

0 commit comments

Comments
 (0)