You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/bare_metal_cloud/virtual_private_servers/install_n8n_on_vps/guide.en-gb.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This guide explains how to install and run [n8n](https://n8n.io), an open-source
10
10
11
11
## Requirements
12
12
13
-
- A [VPS](https://www.ovhcloud.com/en-gb/vps) solution
13
+
- A [VPS](/links/bare-metal/vps) solution
14
14
- A domain name
15
15
- Administrative (sudo) access to your server via SSH
16
16
@@ -22,7 +22,7 @@ This guide explains how to install and run [n8n](https://n8n.io), an open-source
22
22
-[You are using a pre-installed OVHcloud image](#step2)
23
23
-[You do not use a pre-installed OVHcloud image](#step3)
24
24
-[DNS configuration](#step4)
25
-
-[Go to n8n interface](#step5)
25
+
-[Access the n8n interface](#step5)
26
26
-[Conclusion](#step6)
27
27
28
28
### Log in to your VPS <aname="step1"></a>
@@ -204,7 +204,7 @@ volumes:
204
204
205
205
#### Prepare the SSL certificate folder
206
206
207
-
Traefik stores the certificates generated by Let's Encrypt in a file named acme.json. This file must exist before launch and have strict permissions.
207
+
Traefik stores the certificates generated by Let's Encrypt in a file named `acme.json`. This file must exist before launch and have strict permissions.
208
208
209
209
Create the folder:
210
210
@@ -245,11 +245,11 @@ Access n8n in a browser via the URL `https://n8n.example.com/`. Replace `n8n.exa
245
245
246
246
> [!tabs]
247
247
> First access
248
-
>>A form for creating an account will appear. Complete it to configure the first admin user of your n8n instance.
248
+
>>A form for creating an account will appear. Complete it to configure the first admin user of your n8n instance.
Copy file name to clipboardExpand all lines: pages/bare_metal_cloud/virtual_private_servers/install_n8n_on_vps/guide.fr-fr.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ volumes:
204
204
205
205
#### Préparer le dossier des certificats SSL
206
206
207
-
Traefik stocke les certificats générés par Let's Encrypt dans un fichier nommé acme.json. Ce fichier doit exister avant le lancement et avoir des permissions strictes.
207
+
Traefik stocke les certificats générés par Let's Encrypt dans un fichier nommé `acme.json`. Ce fichier doit exister avant le lancement et avoir des permissions strictes.
208
208
209
209
Créez le dossier :
210
210
@@ -245,7 +245,7 @@ Accédez à n8n dans un navigateur via l'URL `https://n8n.exemple.com/`. Remplac
245
245
246
246
> [!tabs]
247
247
> Premier accès
248
-
>>Un formulaire de création de compte s'affiche. Complétez-le pour configurer le premier utilisateur administrateur de votre instance n8n.
248
+
>>Un formulaire de création de compte s'affiche. Complétez-le pour configurer le premier utilisateur administrateur de votre instance n8n.
0 commit comments