Skip to content

Commit

Permalink
Add intermediate providers page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Sep 19, 2024
1 parent fed2883 commit 515f44c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
20 changes: 2 additions & 18 deletions protocols/webdav/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ WebDAV
:::{toctree}
:hidden:
:titlesonly:
bigcommerce
gmx
ikeepincloud
nextcloud
pcloud
seafile
kdrive
providers
:::

You can connect to any WebDAV compliant server using both HTTP and HTTP/SSL. Mutual TLS with a client certificate for authentication is supported.
Expand All @@ -22,22 +16,12 @@ You can connect to any WebDAV compliant server using both HTTP and HTTP/SSL. Mut

## Providers

Settings are specific to service providers. Use the provided [connection profiles](../index.md#connection-profiles).
Settings are specific to service [providers](providers.md).

:::{note}
Connection profiles can be installed from *Preferences → Profiles*.
:::

- [Nextcloud](nextcloud.md)
- [ownCloud](nextcloud.md)
- [GMX Mediacenter](gmx.md)
- [Box](../box.md)
- [BigCommerce](bigcommerce.md)
- [iKeepinCloud](ikeepincloud.md)
- [pCloud](pcloud.md)
- [Seafile](seafile.md)
- [Infomaniak kDrive](kdrive.md)

## Supported Authentication Methods

### HTTP Basic Authentication
Expand Down
20 changes: 20 additions & 0 deletions protocols/webdav/providers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Third-Party Providers
===

:::{toctree}
:hidden:
:titlesonly:
bigcommerce
gmx
ikeepincloud
nextcloud
pcloud
seafile
kdrive
:::

For some providers specific connection profiles are provided with pre-configured settings.

:::{note}
Connection profiles can be installed from *Preferences → Profiles*.
:::

0 comments on commit 515f44c

Please sign in to comment.