v1.0.73: auto-upgrade http:// to https:// for WebDAV

Zahra's sync pair was configured with http://dav.khodak.me. Traefik has
a global HTTP->HTTPS redirect, but PROPFIND/PUT/MOVE are not followed
through redirects by OkHttp — so every WebDAV operation was getting
redirected and silently failing. 1072 logins, 0 actual DAV operations.

Silently rewrite http:// to https:// at the provider level so users
never need to reconfigure.
This commit is contained in:
2026-06-07 02:51:32 +00:00
parent 812b40b42f
commit d2ca3f1918
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.72
VERSION_CODE=72
VERSION_NAME=1.0.73
VERSION_CODE=73