Use https in WebDAV examples and add Android clients
- Replace all http:// example URLs with https:// in WebDAV section - Add Solid Explorer and CX File Explorer Android setup instructions - Use davs:// and webdavs:// for Linux HTTPS WebDAV URLs
This commit is contained in:
@@ -87,7 +87,7 @@ In Paskia mode:
|
|||||||
|
|
||||||
Cista supports WebDAV, so you can mount it as a network drive or browse it directly from your operating system's file manager.
|
Cista supports WebDAV, so you can mount it as a network drive or browse it directly from your operating system's file manager.
|
||||||
|
|
||||||
Connect to `http://cista.example.com/files/` (or `https://...`).
|
Connect to `https://cista.example.com/files/`.
|
||||||
|
|
||||||
### Authentication
|
### Authentication
|
||||||
|
|
||||||
@@ -98,9 +98,11 @@ Connect to `http://cista.example.com/files/` (or `https://...`).
|
|||||||
|
|
||||||
| Client | Setup |
|
| Client | Setup |
|
||||||
|--------|-------|
|
|--------|-------|
|
||||||
| **Windows File Explorer** | Map Network Drive → `http://cista.example.com/files/` (or Add a network location). Windows may try NTLM first; API tokens are recommended. |
|
| **Windows File Explorer** | Map Network Drive → `https://cista.example.com/files/` (or Add a network location). Windows may try NTLM first; API tokens are recommended. |
|
||||||
| **macOS Finder** | Go → Connect to Server (⌘K) → `http://cista.example.com/files/` |
|
| **macOS Finder** | Go → Connect to Server (⌘K) → `https://cista.example.com/files/` |
|
||||||
| **Linux (GNOME/KDE)** | Enter `dav://cista.example.com/files/` or `webdav://cista.example.com/files/` in the location bar |
|
| **Linux (GNOME/KDE)** | Enter `davs://cista.example.com/files/` or `webdavs://cista.example.com/files/` in the location bar |
|
||||||
|
| **Android — Solid Explorer** | Tap **+** → New Cloud Connection → **WebDAV** → enter `https://cista.example.com/files/` and your credentials. |
|
||||||
|
| **Android — CX File Explorer** | Open the **Network** tab → **New location** → **WebDAV** → enter `https://cista.example.com/files/` and your credentials. |
|
||||||
| **Cyberduck, WinSCP, rclone** | Standard WebDAV profile with Basic auth |
|
| **Cyberduck, WinSCP, rclone** | Standard WebDAV profile with Basic auth |
|
||||||
|
|
||||||
**Note on Windows NTLM:** Windows WebDAV clients often require NTLM authentication, which is incompatible with Cista's Argon2 password hashes. API tokens solve this — Cista uses the token secret as the NTLM password.
|
**Note on Windows NTLM:** Windows WebDAV clients often require NTLM authentication, which is incompatible with Cista's Argon2 password hashes. API tokens solve this — Cista uses the token secret as the NTLM password.
|
||||||
|
|||||||
Reference in New Issue
Block a user