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: tutorials/configure-nextcloud-ubuntu/index.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
meta:
3
3
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
5
5
content:
6
6
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
8
8
categories:
9
9
- instances
10
-
tags: Nextcloud Ubuntu-Jammy-Jellyfish
10
+
tags: Nextcloud Ubuntu-Bionic-Beaver
11
11
dates:
12
-
validation: 2025-05-27
12
+
validation: 2024-10-29
13
13
posted: 2018-10-26
14
14
---
15
15
16
-
Nextcloud is an open-source, self-hosted file-share, and communication platform.
16
+
Nextcloud is an open-source, self-hosted fileshare, and communication platform.
17
17
18
18
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.
19
19
@@ -78,7 +78,7 @@ By default, the Nextcloud installation via Snap provides a plain HTTP connection
78
78
```
79
79
nextcloud.enable-https lets-encrypt
80
80
```
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:
82
82
```
83
83
In order for Let's Encrypt to verify that you actually own the
84
84
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
102
102
103
103
Have you met these requirements? (y/n)
104
104
```
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**:
106
106
```
107
107
Please enter an email address (for urgent notices or key recovery): [email protected]
108
108
```
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**:
110
110
```
111
111
Please enter your domain name(s) (space-separated): your.domain.com
112
112
```
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:
0 commit comments