Skip to content

Commit 548b394

Browse files
authored
Avoid that people use the domain name instead of a hostname. (#5768)
I found the text confusing.
1 parent af0fcac commit 548b394

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

tutorials/configure-nextcloud-ubuntu/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ It provides a large portfolio of [different applications](https://nextcloud.com/
5858

5959
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.
6060

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`.
6262
```
63-
nextcloud.occ config:system:set trusted_domains 1 --value=your.domain.com
63+
nextcloud.occ config:system:set trusted_domains 1 --value=nextcloud_name.your_domain.com
6464
```
6565

6666
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
105105
```
106106
3. Enter your email address when prompted and confirm by pressing **Enter**:
107107
```
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
109109
```
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**:
111111
```
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
113113
```
114114
The following output should display once the certificate has been obtained:
115115
```
@@ -121,8 +121,8 @@ The following output should display once the certificate has been obtained:
121121

122122
You can now access your Nextcloud Instance.
123123

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.
125125
2. Enter the username and password that you have created in the previous steps. Your personal cloud storage space displays.
126126
3. Upload, share, or download files from the interface:
127127
<Lightbox image={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

Comments
 (0)