Commit graph

7 commits

Author SHA1 Message Date
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