[mirotalksfu] - update docs

هذا الالتزام موجود في:
Miroslav Pejic
2022-08-24 16:31:28 +02:00
الأصل d166585afc
التزام 36882c663d
5 ملفات معدلة مع 18 إضافات و4 حذوفات

عرض الملف

@@ -1,4 +1,6 @@
## MiroTalk SFU - Ngrok
# MiroTalk SFU - Ngrok
![ngrok](../public/images/ngrok.png)
If you want to expose MiroTalk SFU from your `Local PC` to outside in `HTTPS`, you need to do 2 things:

عرض الملف

@@ -1,6 +1,6 @@
## MiroTalk SFU - Self Hosting
# MiroTalk SFU - Self Hosting
Requirments:
## Requirments
- Recommended: [Hetzner](https://www.hetzner.com/cloud) (`CPX11` it's enough, OS: `Ubuntu 20.04`)
- [Node.js](https://nodejs.org/en/) at least 12x, better `16.15.1 LTS`
@@ -31,7 +31,7 @@ $ npm install -g npm@latest
---
Quick start
## Quick start
```bash
# Clone this repo
@@ -74,6 +74,10 @@ Check if is correctly installed: https://your.domain.name:3010
---
## PM2
![pm2](../public/images/pm2.png)
Using [PM2](https://pm2.keymetrics.io) to run it as deamon
```bash
@@ -83,6 +87,10 @@ $ pm2 start app/src/Server.js
---
## Docker
![docker](../public/images/docker.png)
If you want to use `Docker`
Repo: https://hub.docker.com/r/mirotalk/sfu
@@ -106,6 +114,10 @@ Check if is correctly installed: https://your.domain.name:3010
---
## Nginx & Certbot
![nginx](../public/images/nginx.png)
In order to use it without the port number at the end, and to have encrypted communications, we going to install [nginx](https://www.nginx.com) and [certbot](https://certbot.eff.org)
```bash

ثنائية
public/images/nginx.png Normal file

ملف ثنائي غير معروض.

بعد

العرض:  |  الارتفاع:  |  الحجم: 21 KiB

ثنائية
public/images/ngrok.png Normal file

ملف ثنائي غير معروض.

بعد

العرض:  |  الارتفاع:  |  الحجم: 13 KiB

ثنائية
public/images/pm2.png Normal file

ملف ثنائي غير معروض.

بعد

العرض:  |  الارتفاع:  |  الحجم: 17 KiB