Update documentation port to 8777

This commit is contained in:
Joan
2026-01-26 15:56:09 +01:00
parent 879e75be53
commit 04e60d2d73

View File

@@ -38,7 +38,7 @@ A dockerized application that converts text to audio (using Piper Neural TTS) an
## Configuration & Usage
### 1. Initial Setup
1. Open your browser and navigate to `http://localhost:8234`.
1. Open your browser and navigate to `http://localhost:8777`.
2. You will be prompted to enter your **Telegram API ID** and **API Hash**.
* Get these from [my.telegram.org](https://my.telegram.org).
3. Click **Save Configuration**. The worker will restart.
@@ -53,7 +53,7 @@ A dockerized application that converts text to audio (using Piper Neural TTS) an
* **Via Dashboard**: Use the "Queue New Task" form.
* **Via Legacy API**:
```
GET http://localhost:8234/sendmessage?user=@username&message=Hello+World&audio=yes
GET http://localhost:8777/sendmessage?user=@username&message=Hello+World&audio=yes
```
## Development