Skip to content

Commit 3c1b9be

Browse files
authored
Merge pull request #537 from iterate-ch/issue/523
Update Setup instructions
2 parents c647279 + 2de032c commit 3c1b9be

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

protocols/webdav/nextcloud.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,16 @@ Basic Authentication is disabled by default. For additional information refer to
5858
To test without a custom deployment, use the public instance running at `ocis.ocis-keycloak.latest.owncloud.works` with the identity provider at `keycloak.ocis-keycloak.latest.owncloud.works` (username and password: `admin`).
5959
6060
The client configuration to match the provided connection profile can be imported from the [ownCloud Github repository](https://github.com/owncloud/ocis/blob/7af9cd9e53183acbaac2ffbc6414402bdef1f5d4/deployments/examples/ocis_keycloak/config/keycloak/clients/cyberduck.json) to allow OAuth authentications from [Cyberduck](https://cyberduck.io) & [Mountain Duck](https://mountainduck.io).
61+
````
62+
63+
````{tab} WebDAV
6164
65+
Alternatively you can connect using `WebDAV (HTTPS)` with the default path set to `/remote.php/webdav/`.
66+
67+
![Nextcloud Bookmark Window](_images/NextCloud_Bookmark_Window.png)
6268
````
6369
`````
6470

65-
Alternatively you can connect using `WebDAV (HTTPS)` with the default path set to `/remote.php/webdav/`.
6671

6772
```{tip}
6873
The default path `/remote.php/dav/files/<username>` will be used with no custom setting in _Path_ to access the WebDAV API.
@@ -72,17 +77,14 @@ The default path `/remote.php/dav/files/<username>` will be used with no custom
7277
You are required to set a _Path_ only if your installation is accessible under a subdirectory such as `example.net/cloud/` this can be indicated by setting a default path of `directory/remote.php/webdav`. You can omit the value in _Path_ if your installation defaults to the root of your domain and is accessible at `example.net/remote.php/dav/files/<username>`.
7378
```
7479

75-
### Step-by-Step Instructions
80+
### Obtain WebDAV address from the server
7681

77-
1. Connect to your NextCloud or OwnCloud instance in your web browser and log in.
78-
2. Click on the option Settings in the lower left of the screen and copy the displayed WebDAV address.
82+
1. Connect to your Nextcloud or ownCloud instance in your web browser and log in.
83+
2. Click on the option Settings in the lower left of the screen and copy the displayed server address.
7984
3. Create a new [bookmark](../../cyberduck/bookmarks.md):
8085
In *Mountain Duck*, click on the icon in the tray area or status bar and choose the option *New Bookmark*.
8186
In *Cyberduck*, click on *Bookmark* and choose the option *New Bookmark*.
82-
4. Paste the previously copied WebDAV address into the Server field and press tab. After that, the bookmark will be set to *WebDAV (HTTPS)* and split the WebDAV address into two parts – the server address and the path.
83-
84-
![Nextcloud Bookmark Window](_images/NextCloud_Bookmark_Window.png)
85-
87+
4. Paste the previously copied server address into the *Server* field and finish editing. From the pasted URL the hostname is set in _Server_ and the document root of your Nextcloud or ownCloud installation in _Path_.
8688
5. Type your *Username* into the corresponding field and press *Connect* in the bookmark window if available or double click from the bookmark window.
8789
6. Upon connecting, enter your password when requested in the login prompt.
8890

0 commit comments

Comments
 (0)