Exposing MiroTalk WEB with Ngrok

To make MiroTalk accessible from outside your local PC via HTTPS using Ngrok, follow these steps:
Step 1: Configure Ngrok
- Visit ngrok.com
- Sign up for a free account.
- Replace
YourNgrokAuthTokenwith your-authtoken
Open the .env file and make the following adjustments:
Bash
NGROK_ENABLED=true
NGROK_AUTH_TOKEN=YourNgrokAuthToken
Step 2: Start MiroTalk
When you run MiroTalk with npm start, you'll see a line in the console log like this:
Bash
home: 'https://xxxx-xxx-xxx-xx-xxx.ngrok-free.app',
Step 3: Access MiroTalk
Open the provided URL in your web browser. You can now start MiroTalk WEB, share the link with others, and wait for participants to join.