From dddaabd6bf9d7ee99702e75e2d84cbcae6035681 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 27 Oct 2022 13:41:12 +0200 Subject: [PATCH] [mirotalksfu] - update docs --- docs/self-hosting.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index 7087a024..78af29dc 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -2,9 +2,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` -- Your domain example: `your.domain.name` (Set a DNS A record for that domain that point to Your Server public IPv4) +- Recommended: [Hetzner](https://www.hetzner.com/cloud) (`CPX11` it's enough, OS: `Ubuntu 20.04`) use [this link](https://hetzner.cloud/?ref=XdRifCzCK3bn) to receive `€⁠20 in cloud credits`. +- [Node.js](https://nodejs.org/en/) at least 12x, better `16.15.1 LTS` & npm +- Your domain name, example: `your.domain.name` + - Set a DNS A record for that domain that point to Your Server public IPv4 ---