From 04e60d2d7306dc41443c6f7a5f25da8254088e5b Mon Sep 17 00:00:00 2001 From: Joan Date: Mon, 26 Jan 2026 15:56:09 +0100 Subject: [PATCH] Update documentation port to 8777 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29a2181..2246a07 100644 --- a/README.md +++ b/README.md @@ -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