From c2fa3edd45ddff6f51d8a14ba31f49ee6f126e8f Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Mon, 24 Oct 2022 14:40:31 +0100 Subject: [PATCH] small edits --- docs/hosting/server-setups/hetzner.md | 8 ++++---- docs/hosting/server-setups/index.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/hosting/server-setups/hetzner.md b/docs/hosting/server-setups/hetzner.md index fe5af44a3..2d219473f 100644 --- a/docs/hosting/server-setups/hetzner.md +++ b/docs/hosting/server-setups/hetzner.md @@ -8,8 +8,8 @@ This hosting guide shows you how to self-host n8n on a Hetzner cloud server. It ## Create a server 1. [Log in](https://console.hetzner.cloud/){:target=_blank .external-link} to the Hetzner Cloud Console. -2. Select the project to host the server, or create a new project by clicking the large **+ NEW PROJECT BUTTON**. -3. Click the **+ CREATE SERVER** button on the project tile you want to add it to. +2. Select the project to host the server, or create a new project by selecting **+ NEW PROJECT**. +3. Select **+ CREATE SERVER** on the project tile you want to add it to. You can change most of the settings to suit your needs, but as this guide uses Docker to run the application, under the **Image** section, select "Docker CE" from the **APPS** tab. @@ -25,7 +25,7 @@ The rest of this guide requires you to log in to the server using a terminal wit ## Install Docker compose -The Hetzner Docker app image doesn't have Docker compose installed, install it with the following commands: +The Hetzner Docker app image doesn't have Docker compose installed. Install it with the following commands: ```shell apt get update @@ -34,7 +34,7 @@ apt install docker-compose ## Clone configuration repository -Docker Compose, n8n, and Caddy require a series of folders and configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-digital-ocean) into the root user folder of the server. The following steps will tell you which file to change and what changes to make. +Docker Compose, n8n, and Caddy require a series of folders and configuration files. You can clone these from [this repository](https://github.com/n8n-io/n8n-digital-ocean){:target=_blank .external-link} into the root user folder of the server. The following steps will tell you which file to change and what changes to make. Clone the repository with the following command: diff --git a/docs/hosting/server-setups/index.md b/docs/hosting/server-setups/index.md index 63d12664e..043cc7dbf 100644 --- a/docs/hosting/server-setups/index.md +++ b/docs/hosting/server-setups/index.md @@ -5,6 +5,7 @@ Guides to self-hosting n8n with: * [Docker Compose](/hosting/server-setups/docker-compose/) * [Caddy](/hosting/server-setups/caddy/) * [Digital Ocean](/hosting/server-setups/digital-ocean/) (using Caddy and Docker Compose) +* [Hetzner Cloud]((/hosting/server-setups/hetzner/) (using Caddy and Docker Compose) * [AWS](/hosting/server-setups/aws/) * [Google Cloud Platform](/hosting/server-setups/google-cloud/)