From 4fd166b93439c599c0974e533af541a9fec1c1ae Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sun, 26 Apr 2026 05:18:19 +0000 Subject: [PATCH] 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 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index edb4d20..1d49a2e 100644 --- a/README.md +++ b/README.md @@ -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. -Connect to `http://cista.example.com/files/` (or `https://...`). +Connect to `https://cista.example.com/files/`. ### Authentication @@ -98,9 +98,11 @@ Connect to `http://cista.example.com/files/` (or `https://...`). | 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. | -| **macOS Finder** | Go → Connect to Server (⌘K) → `http://cista.example.com/files/` | -| **Linux (GNOME/KDE)** | Enter `dav://cista.example.com/files/` or `webdav://cista.example.com/files/` in the location bar | +| **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) → `https://cista.example.com/files/` | +| **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 | **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.