develop #15

Merged
glenux merged 3 commits from develop into master 2025-04-22 08:43:50 +00:00

3 commits

Author SHA1 Message Date
c0b9a682ac feat(deployment): Add Dokku Nginx configuration for CalDAV and CardDAV
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
Prevent potential issues with calendar and contact sync by redirecting
well-known URLs.

- Add rewrite rules for .well-known/carddav to redirect to
  remote.php/dav
- Add rewrite rules for .well-known/caldav to redirect to remote.php/dav
- Update README with instructions to add these rewrite rules in Dokku
  Nginx configuration

Signed-off-by: Glenn <glenux@glenux.net>
2025-04-22 09:58:41 +02:00
a4467929c0 Bump patch version 2025-04-22 09:56:38 +02:00
15026b51ad docs(readme): update setup instructions for app configuration
All checks were successful
continuous-integration/drone/push Build is passing
Improves clarity and accuracy of setup instructions to prevent misconfiguration during deployment.

* Add explicit commands for setting file lock timeout and chunk size using `./occ`.
* Include command for setting maintenance window start time to ensure proper scheduling.
* Remove redundant and incorrect command comments to prevent confusion.

Signed-off-by: Glenn <glenux@glenux.net>
2025-03-10 16:48:01 +01:00