chore: update documentation

This commit is contained in:
Abhishek Kumar 2025-12-22 17:56:48 +05:30
parent f223a1b9e5
commit 96f8aaf325
5 changed files with 534 additions and 20 deletions

View file

@ -74,12 +74,12 @@ After the setup script completes, start Dograh:
```bash
cd dograh
docker compose --profile remote up -d
sudo docker compose --profile remote up --pull always
```
### Access Your Application
Your application will be available at:
Your application will be available at
```
https://YOUR_SERVER_IP
```
@ -88,6 +88,8 @@ https://YOUR_SERVER_IP
Since we are using a self-signed certificate, your browser will show a security warning. You can safely accept it to proceed.
</Note>
You should be able to create and test a voice agent now.
### Configuration Notes
- The remote deployment includes an nginx reverse proxy for HTTPS termination
@ -109,3 +111,6 @@ The setup script creates the following files in the `dograh/` directory:
| `certs/local.crt` | Self-signed SSL certificate |
| `certs/local.key` | SSL private key |
| `.env` | Environment variables for TURN server |
### Next Steps
Now that you are able to create and test a voice agent, you can setup a custom domain and setup SSL using letsencrypt. Checkout [Custom Domain](custom-domain) for instructions on how to do that.