From 3c884dbab3ba8d5d2d0bef3f8490534d7b796ea2 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 3 Feb 2023 11:04:06 +0100 Subject: [PATCH] [mirotalksfu] - update docs --- docs/self-hosting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/self-hosting.md b/docs/self-hosting.md index df4ab3ce..872d681c 100644 --- a/docs/self-hosting.md +++ b/docs/self-hosting.md @@ -2,8 +2,9 @@ ## Requirements -- 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 16x, better `16.15.1 LTS` & npm +- Recommended: [Hetzner](https://www.hetzner.com/cloud) (`CPX11` it's enough, OS: `Ubuntu 20.04 LTS / 22.04.1 LTS`). +- Use [my personal link](https://hetzner.cloud/?ref=XdRifCzCK3bn) to receive `€⁠20 in cloud credits`. +- [Node.js](https://nodejs.org/en/) at least `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 > DNS A Record: The Address Mapping record (or DNS host record) stores a hostname and its corresponding IPv4 address. When users search for your website, the A record redirects this traffic from the web address (xxxxx.com – human-readable domain) to the IPv4 address.