From 5e86e1a6e3310bd472bf1678c6747513709ad31b Mon Sep 17 00:00:00 2001 From: codyvoi Date: Thu, 21 Mar 2024 15:57:24 -0500 Subject: [PATCH] Added Contabo Guide --- docs/provider-guidance.md | 7 +++++++ docs/stylesheets/extra.css | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/provider-guidance.md b/docs/provider-guidance.md index bf8ed14..d2a9bfa 100644 --- a/docs/provider-guidance.md +++ b/docs/provider-guidance.md @@ -23,3 +23,10 @@ These steps are based on the OVHcloud documentation. The steps are similar to ma 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/) + +### Contabo + +1. You will need to generate SSH keys. Here is how to do it using [Contabo](https://contabo.com/blog/how-to-use-ssh-keys-with-your-server/) +2. Install a new server in Contabo using Ubuntu 22.04, and you can learn more [here](https://help.contabo.com/support/solutions/articles/103000271913-how-do-i-install-my-contabo-server-) +3. You will need to secure your server. You can learn best practices [here](https://contabo.com/blog/best-practices-for-securing-remote-connections-to-your-vps/) +4. Finslly, you will need to install [Voi Swarm](https://voinetwork.github.io/voi-swarm/installation/installation/) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 3abed4d..5f403cd 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -2,4 +2,4 @@ --md-primary-fg-color: #702AE2; --md-primary-fg-color--light: #702AE2; --md-primary-fg-color--dark: #702AE2; -} \ No newline at end of file +}