Skip to content

Commit a619e9e

Browse files
authored
Web dav 05 26 (#887)
* app tokens new screenshots and text adjustments * webDAV new screenshots and text adjustments
1 parent d838c2f commit a619e9e

4 files changed

Lines changed: 48 additions & 80 deletions

File tree

-51.6 KB
Loading
-78.8 KB
Loading

docs/user/admin/web-dav.md

Lines changed: 24 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,32 @@ draft: false
88

99
# Connect to a Space via WebDAV
1010

11-
With WebDAV, you can connect OpenCloud Spaces and Folders as network drives on your device and manage your files directly from your file manager without using the browser.
11+
With WebDAV, you can connect OpenCloud Spaces and folders as network drives on your device and manage your files directly from your file manager without using the browser.
1212

1313
## Prerequisites
1414

15-
- A valid OpenCloud account with WebDAV information enabled in the preferences
16-
- Access to a resource in OpenCloud, either a Space, a Folder or the root of your account
17-
- A WebDAV client (e.g. built-in OS support or [Mountain Duck](https://mountainduck.io/))
18-
- (Optional but recommended) An App Token
15+
- A valid OpenCloud account with WebDAV information enabled in the account settings
16+
- Access to a resource in OpenCloud, either a Space, a folder, or the root of your account
17+
- A WebDAV client, for example built-in OS support or [Mountain Duck](https://mountainduck.io/)
18+
- If your WebDAV client requires it, an App Token
1919
[How to create an App Token](./app-tokens)
2020

2121
## Step-by-Step Guide
2222

23-
### Enable WebDAV Info in the UI
23+
### Enable WebDAV info in the UI
2424

25-
To display WebDAV information for your Spaces:
25+
To display WebDAV information for a Space:
2626

27-
- Go to Account Settings
28-
- Enable "Show WebDAV info in details view"
27+
- Open Account Settings.
28+
- Enable "Show WebDAV info in details view".
2929

3030
<img src={require("./img/webdav/preferences.png").default} alt="Enable WebDAV info" width="1920"/>
3131

32-
### Create an App Token (if required)
33-
34-
Some WebDAV clients (especially non-OIDC compatible ones like Mountain Duck) require an App Token for authentication.
35-
36-
:::note
37-
We recommend using an App Token instead of your password for better security.
38-
:::
39-
40-
- Go to Settings > App Tokens
41-
- Click "+ New", give it a name, and set an expiration date
42-
- Copy the token immediately – it will only be shown once
43-
[See App Token Guide](./app-tokens#copy-the-app-token)
44-
4532
### Get the WebDAV URL
4633

47-
Open the info panel of the resource you want to access in the OpenCloud Web Interface.
34+
Open the info panel of the Space, folder, or account root you want to access in the OpenCloud web interface.
4835

49-
You’ll see a section labeled WebDAV — copy the full WebDAV URL. It looks like:
36+
You will see a section labeled WebDAV. Copy the full WebDAV URL. It looks like this:
5037

5138
`https://cloud.example.com/remote.php/dav/spaces/12345678-abcd-efgh-ijkl-987654321000/`
5239

@@ -57,36 +44,33 @@ You’ll see a section labeled WebDAV — copy the full WebDAV URL. It looks lik
5744
Now connect your device using the WebDAV URL:
5845

5946
- Username: your OpenCloud username
60-
- Password: your App Token (or password, if allowed)
47+
- Password: your OpenCloud password or an App Token, depending on your setup
6148

6249
You can use various clients depending on your operating system:
6350

6451
## Windows
6552

66-
- Open File Explorer → Click on “This PC” → Choose “Map network drive”
67-
- Enter the WebDAV URL
68-
- Authenticate with username and App Token
53+
- Open File Explorer.
54+
- Click on "This PC" and choose "Map network drive".
55+
- Enter the WebDAV URL.
56+
- Authenticate with your username and password or App Token.
6957

7058
## macOS
7159

72-
- In Finder, choose “Go” > Connect to Server…”
73-
- Enter the WebDAV URL
74-
- Login with your credentials or App Token
60+
- In Finder, choose "Go" > "Connect to Server...".
61+
- Enter the WebDAV URL.
62+
- Log in with your credentials or App Token.
7563

7664
## Linux
7765

78-
- Use your file manager’s Connect to Server option
79-
- Format the URL as:
66+
- Use your file manager’s "Connect to Server" option.
67+
- Format the URL as:
8068
`davs://cloud.example.com/remote.php/dav/spaces/<SPACE-ID>/`
8169

8270
:::note
83-
Once connected, your Space will behave like a normal folder.
84-
:::
85-
86-
:::note
71+
Once connected, your Space behaves like a normal folder.
8772

88-
- If your WebDAV client supports OIDC, you may not need an App Token
89-
- Always use `https://` to ensure secure access
90-
- App Tokens can be revoked anytime via your account settings
73+
- If your client supports OIDC, you may not need an App Token.
74+
- Use `https://` to ensure secure access.
9175

9276
:::

versioned_docs/version-4.0/user/admin/web-dav.md

Lines changed: 24 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,32 @@ draft: false
88

99
# Connect to a Space via WebDAV
1010

11-
With WebDAV, you can connect OpenCloud Spaces and Folders as network drives on your device and manage your files directly from your file manager without using the browser.
11+
With WebDAV, you can connect OpenCloud Spaces and folders as network drives on your device and manage your files directly from your file manager without using the browser.
1212

1313
## Prerequisites
1414

15-
- A valid OpenCloud account with WebDAV information enabled in the preferences
16-
- Access to a resource in OpenCloud, either a Space, a Folder or the root of your account
17-
- A WebDAV client (e.g. built-in OS support or [Mountain Duck](https://mountainduck.io/))
18-
- (Optional but recommended) An App Token
15+
- A valid OpenCloud account with WebDAV information enabled in the account settings
16+
- Access to a resource in OpenCloud, either a Space, a folder, or the root of your account
17+
- A WebDAV client, for example built-in OS support or [Mountain Duck](https://mountainduck.io/)
18+
- If your WebDAV client requires it, an App Token
1919
[How to create an App Token](./app-tokens)
2020

2121
## Step-by-Step Guide
2222

23-
### Enable WebDAV Info in the UI
23+
### Enable WebDAV info in the UI
2424

25-
To display WebDAV information for your Spaces:
25+
To display WebDAV information for a Space:
2626

27-
- Go to Account Settings
28-
- Enable "Show WebDAV info in details view"
27+
- Open Account Settings.
28+
- Enable "Show WebDAV info in details view".
2929

3030
<img src={require("./img/webdav/preferences.png").default} alt="Enable WebDAV info" width="1920"/>
3131

32-
### Create an App Token (if required)
33-
34-
Some WebDAV clients (especially non-OIDC compatible ones like Mountain Duck) require an App Token for authentication.
35-
36-
:::note
37-
We recommend using an App Token instead of your password for better security.
38-
:::
39-
40-
- Go to Settings > App Tokens
41-
- Click "+ New", give it a name, and set an expiration date
42-
- Copy the token immediately – it will only be shown once
43-
[See App Token Guide](./app-tokens)
44-
4532
### Get the WebDAV URL
4633

47-
Open the info panel of the resource you want to access in the OpenCloud Web Interface.
34+
Open the info panel of the Space, folder, or account root you want to access in the OpenCloud web interface.
4835

49-
You’ll see a section labeled WebDAV — copy the full WebDAV URL. It looks like:
36+
You will see a section labeled WebDAV. Copy the full WebDAV URL. It looks like this:
5037

5138
`https://cloud.example.com/remote.php/dav/spaces/12345678-abcd-efgh-ijkl-987654321000/`
5239

@@ -57,36 +44,33 @@ You’ll see a section labeled WebDAV — copy the full WebDAV URL. It looks lik
5744
Now connect your device using the WebDAV URL:
5845

5946
- Username: your OpenCloud username
60-
- Password: your App Token (or password, if allowed)
47+
- Password: your OpenCloud password or an App Token, depending on your setup
6148

6249
You can use various clients depending on your operating system:
6350

6451
## Windows
6552

66-
- Open File Explorer → Click on “This PC” → Choose “Map network drive”
67-
- Enter the WebDAV URL
68-
- Authenticate with username and App Token
53+
- Open File Explorer.
54+
- Click on "This PC" and choose "Map network drive".
55+
- Enter the WebDAV URL.
56+
- Authenticate with your username and password or App Token.
6957

7058
## macOS
7159

72-
- In Finder, choose “Go” > Connect to Server…”
73-
- Enter the WebDAV URL
74-
- Login with your credentials or App Token
60+
- In Finder, choose "Go" > "Connect to Server...".
61+
- Enter the WebDAV URL.
62+
- Log in with your credentials or App Token.
7563

7664
## Linux
7765

78-
- Use your file manager’s Connect to Server option
79-
- Format the URL as:
66+
- Use your file manager’s "Connect to Server" option.
67+
- Format the URL as:
8068
`davs://cloud.example.com/remote.php/dav/spaces/<SPACE-ID>/`
8169

8270
:::note
83-
Once connected, your Space will behave like a normal folder.
84-
:::
85-
86-
:::note
71+
Once connected, your Space behaves like a normal folder.
8772

88-
- If your WebDAV client supports OIDC, you may not need an App Token
89-
- Always use `https://` to ensure secure access
90-
- App Tokens can be revoked anytime via your account settings
73+
- If your client supports OIDC, you may not need an App Token.
74+
- Use `https://` to ensure secure access.
9175

9276
:::

0 commit comments

Comments
 (0)