docs: add video tutorial for local and remote deployment

This commit is contained in:
Sabiha Khan 2026-03-19 11:14:35 +05:30
parent d996547f19
commit d78866414c

View file

@ -10,6 +10,16 @@ Dograh AI can be deployed using Docker in two main configurations. Choose the op
## Option 1: Local Docker Deployment
Watch the video tutorial below for a step-by-step walkthrough of setting up Dograh AI locally with Docker.
<iframe
className="w-full aspect-video rounded-xl"
src="https://www.tella.tv/video/dograh-local-setup-with-docker-5wsf/embed?b=1&title=1&a=1&loop=0&t=0&muted=0&wt=1"
title="Dograh Local Setup with Docker"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
For local development and testing, you can run Dograh AI directly on your machine using Docker with a single command.
### Quick Start
@ -38,6 +48,16 @@ You can disable telemetry by setting `ENABLE_TELEMETRY=false` in the command abo
## Option 2: Remote Server Deployment
Watch the video tutorial below for a step-by-step walkthrough of deploying Dograh AI to a remote server.
<iframe
className="w-full aspect-video rounded-xl"
src="https://www.tella.tv/video/deploying-dogra-to-a-remote-server-80ai/embed?b=1&title=1&a=1&loop=0&t=0&muted=0&wt=1"
title="Deploying Dograh to a Remote Server"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowFullScreen
></iframe>
Deploy Dograh AI on a remote server to make it accessible from anywhere using your server's IP address. This setup includes HTTPS support via nginx reverse proxy with self-signed certificates. We need to serve the application over HTTPS, since modern browsers only allow microphone permissions for websites being served over HTTPS.
**We highly recommend you set up the platform on a fresh server, so that there are less chances of confliciting dependencies, and ports from other applications.**