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
@@ -42,19 +42,19 @@ docker run --name openreader-webui \
42
42
-v openreader_docstore:/app/docstore \
43
43
richardr1126/openreader-webui:latest
44
44
```
45
-
> 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.
45
+
> **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.
46
46
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.
47
+
Visit [http://localhost:3003](http://localhost:3003)to run the app and set your settings.
48
48
49
-
Visit [http://localhost:3003](http://localhost:3003) to run the app.
49
+
> 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.
### Adding to a Docker Compose (i.e. with open-webui or Kokoro-FastAPI)
58
58
Create or add to a `docker-compose.yml`:
59
59
```yaml
60
60
volumes:
@@ -94,7 +94,7 @@ services:
94
94
cp .env.template .env
95
95
# Edit .env with your configuration settings
96
96
```
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.
97
+
> Note: The base URL for the TTS API should be accessible and relative to the Next.js server
98
98
99
99
4. Start the development server:
100
100
```bash
@@ -141,19 +141,19 @@ Contributions are welcome! Fork the repository and submit a pull request with yo
0 commit comments