Update documentation port to 8777
This commit is contained in:
@@ -38,7 +38,7 @@ A dockerized application that converts text to audio (using Piper Neural TTS) an
|
|||||||
## Configuration & Usage
|
## Configuration & Usage
|
||||||
|
|
||||||
### 1. Initial Setup
|
### 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**.
|
2. You will be prompted to enter your **Telegram API ID** and **API Hash**.
|
||||||
* Get these from [my.telegram.org](https://my.telegram.org).
|
* Get these from [my.telegram.org](https://my.telegram.org).
|
||||||
3. Click **Save Configuration**. The worker will restart.
|
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 Dashboard**: Use the "Queue New Task" form.
|
||||||
* **Via Legacy API**:
|
* **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
|
## Development
|
||||||
|
|||||||
Reference in New Issue
Block a user