mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
chore: update documentation
This commit is contained in:
parent
f223a1b9e5
commit
96f8aaf325
5 changed files with 534 additions and 20 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue