You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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 \
50
50
-e API_BASE=http://host.docker.internal:8880/v1 \
51
51
-p 3003:3003 \
52
52
-v openreader_docstore:/app/docstore \
53
-
ghcr.io/openreader-webui:latest
53
+
ghcr.io/richardr1126/openreader-webui:latest
54
54
```
55
55
56
56
> 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
0 commit comments