lifeGLANCE v2.0.5
Bug Fixes
-
Cloud Sync: upload failures: Sync file uploads were being rejected with 413 Content Too Large. nginx's default 1 MB body size limit has been raised to 100 MB on the WebDAV proxy endpoint.
-
Cloud Sync: 500 error on connection test: A malformed nginx rewrite rule could produce a 500 error on certain WebDAV requests. Fixed.
Under the Hood
- CI now runs a real WebDAV round-trip test (PUT 5 MB, PROPFIND, GET with size verification) on every push and pull request, gated before any image is published to GHCR.