From f58db22975576ded2fa15727482f604f8259cff2 Mon Sep 17 00:00:00 2001 From: codyvoi Date: Fri, 22 Mar 2024 11:52:57 -0500 Subject: [PATCH] Added Hetzner and Melbicom as well added more context to OVHcloud --- docs/provider-guidance.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/docs/provider-guidance.md b/docs/provider-guidance.md index 13e6b72..e3c95de 100644 --- a/docs/provider-guidance.md +++ b/docs/provider-guidance.md @@ -19,14 +19,28 @@ Different providers have different ways to achieve these steps. These steps are based on the OVHcloud documentation. The steps are similar to many other providers. -1. [Creating your SSH keys](https://help.ovhcloud.com/csm/en-ca-dedicated-servers-creating-ssh-keys?id=kb_article_view&sysparm_article=KB0043376) -2. [Installing your server](https://help.ovhcloud.com/csm/en-gb-dedicated-servers-getting-started-dedicated-server?id=kb_article_view&sysparm_article=KB0043475) -3. [Securing your server](https://help.ovhcloud.com/csm/en-gb-dedicated-servers-securing-server?id=kb_article_view&sysparm_article=KB0043969) -4. Lastly [install Voi Swarm](../installation/installation/) +1. You will need to [generate an SSH keys](https://help.ovhcloud.com/csm/en-ca-dedicated-servers-creating-ssh-keys?id=kb_article_view&sysparm_article=KB0043376). +2. [Install a new server](https://help.ovhcloud.com/csm/en-gb-dedicated-servers-getting-started-dedicated-server?id=kb_article_view&sysparm_article=KB0043475) in OVHcloud using Ubuntu 22.04 LTS. +3. You will need to [secure your server](https://help.ovhcloud.com/csm/en-gb-dedicated-servers-securing-server?id=kb_article_view&sysparm_article=KB0043969). +4. Finally, you will need to [install Voi Swarm](../installation/installation/). ### Contabo -1. You will need to [generate SSH keys](https://contabo.com/blog/how-to-use-ssh-keys-with-your-server/). -2. [Install a new server](https://help.contabo.com/support/solutions/articles/103000271913-how-do-i-install-my-contabo-server-) in Contabo using Ubuntu 22.04. +1. You will need to [generate an SSH key](https://contabo.com/blog/how-to-use-ssh-keys-with-your-server/). +2. [Install a new server](https://help.contabo.com/support/solutions/articles/103000271913-how-do-i-install-my-contabo-server-) in Contabo using Ubuntu 22.04 LTS. 3. You will need to [secure your server](https://contabo.com/blog/best-practices-for-securing-remote-connections-to-your-vps/). -4. Finally, you will need to [install Voi Swarm](https://voinetwork.github.io/voi-swarm/installation/installation/) +4. Finally, you will need to [install Voi Swarm](https://voinetwork.github.io/voi-swarm/installation/installation/). + +### Hetzner + +1. You will need to [generate an SSH key](https://community.hetzner.com/tutorials/howto-ssh-key). +2. [Install a new server](https://docs.hetzner.com/cloud/servers/getting-started/creating-a-server/) in Hetzner using Ubuntu 22.04 LTS. +3. You will need to [secure your server](https://community.hetzner.com/tutorials/securing-ssh). +4. Finally, you will need to [install Voi Swarm](https://voinetwork.github.io/voi-swarm/installation/installation/). + +### Melbicome + +1. You will need to [generate an SSH key](https://webdock.io/en/docs/webdock-control-panel/shell-users-and-sudo/set-up-an-ssh-key). +2. [Install a new server](https://www.melbicom.net/virtualserver/) in Melbicom using Ubuntu 22.04 LTS. +3. You will need to [secure your server](https://www.liquidweb.com/blog/secure-server/). +4. Finally, you will need to [install Voi Swarm](https://voinetwork.github.io/voi-swarm/installation/installation/). \ No newline at end of file