Skip to content

Commit edff480

Browse files
authored
Update README.md
1 parent 0ce14f3 commit edff480

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ docker run --name openreader-webui \
4444
```
4545
> Note: The `openreader_docstore` volume is used to store server-side documents. You can mount a local directory instead. Or remove it if you don't need server-side documents.
4646
47+
> Note: Requesting audio from the TTS API happens on the client not the Next.js server. So the API base URL needs to be accessible on the device that you are loading/hydrating the website on, not the device running the localhost:3003 Next.js server.
48+
4749
Visit [http://localhost:3003](http://localhost:3003) to run the app.
4850

4951
### ⬆️ Update Docker Image
@@ -92,6 +94,7 @@ services:
9294
cp .env.template .env
9395
# Edit .env with your configuration settings
9496
```
97+
> Note: Requesting audio from the TTS API happens on the client not the Next.js server. So the API base URL needs to be accessible on the device that you are loading/hydrating the website on, not the device running the localhost:3003 Next.js server.
9598
9699
4. Start the development server:
97100
```bash

0 commit comments

Comments
 (0)