lifeGLANCE v2.0.2
Bug Fixes
-
Cloud Sync: Docker self-hosting: Cloud sync, auto-backups, and the dayGLANCE intents integration were all completely broken when self-hosting with Docker. The nginx-only container had no backend, so
/api/webdav-proxydidn't exist and every WebDAV request (PROPFIND, MKCOL, PUT) returned 405. A Node.js proxy sidecar is now included —docker compose pull && docker compose up -dis all you need to get it running. -
Cloud Sync: Nextcloud URL: Entering a bare server URL (e.g.
https://nextcloud.example.com) no longer fails. The WebDAV path (/remote.php/dav/files/{username}/) is now appended automatically.