Skip to content

Commit 2de032c

Browse files
committed
Move WebDAV connect option to tab.
1 parent 0523ede commit 2de032c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

protocols/webdav/nextcloud.md

Lines changed: 6 additions & 5 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.
@@ -83,10 +88,6 @@ In *Cyberduck*, click on *Bookmark* and choose the option *New Bookmark*.
8388
5. Type your *Username* into the corresponding field and press *Connect* in the bookmark window if available or double click from the bookmark window.
8489
6. Upon connecting, enter your password when requested in the login prompt.
8590

86-
Alternatively use the *WebDAV (HTTPS)* profile.
87-
88-
![Nextcloud Bookmark Window](_images/NextCloud_Bookmark_Window.png)
89-
9091
```{warning}
9192
Make sure to use the actual username instead of the email address for login credential.
9293
```

0 commit comments

Comments
 (0)