Skip to content

Commit 98e41f6

Browse files
committed
fix(nextcloud): revert
1 parent 3f46993 commit 98e41f6

File tree

1 file changed

+9
-9
lines changed
  • tutorials/configure-nextcloud-ubuntu

1 file changed

+9
-9
lines changed

tutorials/configure-nextcloud-ubuntu/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
meta:
33
title: Installing and configuring Nextcloud
4-
description: Learn how to install and configure Nextcloud on Ubuntu Jammy Jellyfish using a Scaleway Instance to host your private cloud storage solution.
4+
description: This page shows how to install and configure Nextcloud on Ubuntu Jammy Jellyfish
55
content:
66
h1: Installing and configuring Nextcloud
7-
paragraph: Learn how to install and configure Nextcloud on Ubuntu Jammy Jellyfish using a Scaleway Instance to host your private cloud storage solution.
7+
paragraph: This page shows how to install and configure Nextcloud on Ubuntu Jammy Jellyfish
88
categories:
99
- instances
10-
tags: Nextcloud Ubuntu-Jammy-Jellyfish
10+
tags: Nextcloud Ubuntu-Bionic-Beaver
1111
dates:
12-
validation: 2025-05-27
12+
validation: 2024-10-29
1313
posted: 2018-10-26
1414
---
1515

16-
Nextcloud is an open-source, self-hosted file-share, and communication platform.
16+
Nextcloud is an open-source, self-hosted file share, and communication platform.
1717

1818
It provides a large portfolio of [different applications](https://nextcloud.com/install/#install-clients) to access your cloud storage from your PC, Mac, or mobile device.
1919

@@ -78,7 +78,7 @@ By default, the Nextcloud installation via Snap provides a plain HTTP connection
7878
```
7979
nextcloud.enable-https lets-encrypt
8080
```
81-
3. The following message will appear, confirm it by pressing `y` on your keyboard:
81+
2. The following message will appear, confirm it by pressing `y` on your keyboard:
8282
```
8383
In order for Let's Encrypt to verify that you actually own the
8484
domain(s) for which you're requesting a certificate, there are a
@@ -102,15 +102,15 @@ By default, the Nextcloud installation via Snap provides a plain HTTP connection
102102
103103
Have you met these requirements? (y/n)
104104
```
105-
4. Enter your email address when asked to do so and confirm by pressing **Enter**:
105+
3. Enter your email address when asked to do so and confirm by pressing **Enter**:
106106
```
107107
Please enter an email address (for urgent notices or key recovery): [email protected]
108108
```
109-
5. Enter the domain name that you have configured in a previous step for your Instance (`your.domain.com` in our case), then confirm by pressing **Enter**:
109+
4. Enter the domain name that you have configured in a previous step for your Instance (`your.domain.com` in our case), then confirm by pressing **Enter**:
110110
```
111111
Please enter your domain name(s) (space-separated): your.domain.com
112112
```
113-
6. Your certificate is being requested and Apache will be restarted. The following messages will appear, once the certificate has been obtained:
113+
5. Your certificate is being requested and Apache will be restarted. The following messages will appear, once the certificate has been obtained:
114114
```
115115
Attempting to obtain certificates... done
116116
Restarting apache... done

0 commit comments

Comments
 (0)