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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,9 +58,9 @@ It provides a large portfolio of [different applications](https://nextcloud.com/
58
58
59
59
By default, access to your Nextcloud Instance is limited to `localhost`. To access it via your domain name, you have to add it to the list of trusted domains.
60
60
61
-
Run the following command to allow the connection via the domain `your.domain.com` to your Nextcloud.
61
+
Run the following command to allow the connection via the hostname `nextcloud_name.your_domain.com` to your Nextcloud. Replace `nextcloud_name` by the intended hostname and `your_domain.com` by your top level domain, e.g. `nextcloud.acme.eu`.
The following message should appear, confirming that the domain was added: `System config value trusted_domains => 1 set to string your-domain.com`
@@ -105,11 +105,11 @@ By default, the Nextcloud installation via Snap provides a plain HTTP connection
105
105
```
106
106
3. Enter your email address when prompted and confirm by pressing **Enter**:
107
107
```
108
-
Please enter an email address (for urgent notices or key recovery): you@your.domain.com
108
+
Please enter an email address (for urgent notices or key recovery): you@nextcloud_name.your_domain.com
109
109
```
110
-
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
+
4. Enter the domain name that you have configured in a previous step for your Instance (`nextcloud_name.your_domain.com` in our case), then confirm by pressing **Enter**:
111
111
```
112
-
Please enter your domain name(s) (space-separated): your.domain.com
112
+
Please enter your domain name(s) (space-separated): nextcloud_name.your_domain.com
113
113
```
114
114
The following output should display once the certificate has been obtained:
115
115
```
@@ -121,8 +121,8 @@ The following output should display once the certificate has been obtained:
121
121
122
122
You can now access your Nextcloud Instance.
123
123
124
-
1. Open your browser and type the address of your Instance (For example: `https://your.domain.com`). A login screen displays.
124
+
1. Open your browser and type the address of your Instance (For example: `https://nextcloud_name.your_domain.com`). A login screen displays.
125
125
2. Enter the username and password that you have created in the previous steps. Your personal cloud storage space displays.
126
126
3. Upload, share, or download files from the interface:
127
127
<Lightboximage={image}alt="" />
128
-
4. Optionally, download one of the several [Nextcloud clients](https://nextcloud.com/install/#install-clients) to manage your cloud storage space directly from your computer.
128
+
4. Optionally, download one of the several [Nextcloud clients](https://nextcloud.com/install/#install-clients) to manage your cloud storage space directly from your computer.
0 commit comments