Commit graph

8 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
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
f52664d880 Fix file upload issues by adjusting configuration settings
Without this change, file uploads could fail due to insufficient timeout settings, chunk size limits, and maximum body size restrictions.

* Change the order of arguments for setting lock timeout to match expected format
* Add configuration setting for max chunk size to 20971520 bytes
* Increase Nginx client max body size to 500m to accommodate larger file uploads

Signed-off-by: Glenn <glenux@glenux.net>
2025-03-03 17:14:07 +01:00
2b745cf92a doc: add config lines for dokku 2024-05-05 19:06:44 +02:00
c5d9627558 docs: Add CI/CD badge
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
2023-08-31 10:17:46 +00:00
56c50cd8fb doc: update process 2022-11-15 12:33:35 +01:00
8faa85ef9e Improve doc 2021-03-17 00:55:39 +01:00
15b9436fc1 Initial commit 2017-07-06 12:38:32 +02:00