From df259c5246aa5c25a001aff93b9ac6beaf9d6a22 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 27 Oct 2022 13:30:05 +0200 Subject: [PATCH] [mirotalk] - update docs --- docs/self-hosting.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 3c278ff3..2c9b12dc 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -3,9 +3,10 @@ ## 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` -- Set own TURN server (recommended) or use third party STUN/TURN servers (configurable on `.env` file) -- Your domain example: `your.domain.name` (Set a DNS A record for that domain that point to Your Server public IPv4) +- [Node.js](https://nodejs.org/en/) at least 12x, better `16.15.1 LTS` & npm +- Setup your own TURN server like [coturn](<[coturn](https://github.com/coturn/coturn)>) (recommended) or use third party STUN/TURN servers (configurable on `.env` file) +- Your domain name, example: `your.domain.name` + - Set a DNS A record for that domain that point to Your Server public IPv4 --- @@ -174,6 +175,7 @@ Check Your MiroTalk P2P instance: https://your.domain.name In order to have always Your MiroTalk P2P updated to latest, we going to create a script ```bash +cd # Create a file p2pUpdate.sh $ vim p2pUpdate.sh ```