[mirotalk] - update socket.io and readme

This commit is contained in:
Miroslav Pejic
2022-05-20 12:12:20 +02:00
parent 47dbb2f3eb
commit 3ce938ba59
2 changed files with 10 additions and 10 deletions
+9 -9
View File
@@ -147,6 +147,15 @@ $ docker-compose down
</details>
<details>
<summary>Https</summary>
<br/>
You can start videoconferencing directly from your Local PC, and be reachable from any device outside your network, simply using a service like [ngrok](https://ngrok.com/) by editing the [Ngrok part](https://github.com/miroslavpejic85/mirotalk/blob/master/.env.template#L1) on `.env` file, or expose it directly on [HTTPS](app/ssl/README.md)
</details>
<details>
<summary>Setup Turn</summary>
@@ -174,15 +183,6 @@ The API documentation uses [swagger](https://swagger.io/) at http://localhost:30
</details>
<details>
<summary>Https</summary>
<br/>
If you want `MiroTalk` to be `reachable` from the `outside` of your local network, you can use a service like [ngrok](https://ngrok.com/) by editing the [Ngrok part](https://github.com/miroslavpejic85/mirotalk/blob/master/.env.template#L1) on `.env` file, or expose it directly on [HTTPS](app/ssl/README.md)
</details>
<details>
<summary>Live Demo</summary>
+1 -1
View File
@@ -21,7 +21,7 @@
"dotenv": "^16.0.1",
"express": "^4.18.1",
"ngrok": "^4.3.1",
"socket.io": "^4.5.0",
"socket.io": "^4.5.1",
"swagger-ui-express": "^4.4.0",
"uuid": "8.3.2",
"yamljs": "^0.3.0"