Releases: SaraSmiseth/prosody
Releases · SaraSmiseth/prosody
v1.3.2
v1.3.1
v1.3.0
Updates
- Updated to Prosody version 0.12.4
Breaking Change
Switched from http_upload to http_file_share.
This means that previous uploads will NOT work after upgrading.
ENV variable HTTP_UPLOAD_FILE_SIZE_LIMIT
was removed.
The new module uses the following variables:
- HTTP_FILE_SHARE_SIZE_LIMIT
- HTTP_FILE_SHARE_DAILY_QUOTA
See readme.md for explanations and defaults.
v1.2.10
- Update docker base image to debian bookworm
- Add LDAP authentication support
- Add environment variable HTTP_MAX_CONTENT_SIZE for setting http_max_content_size.
- Add environment variable HTTP_UPLOAD_FILE_SIZE_LIMIT for setting http_upload_file_size_limit.
- Add domain_http_upload to disco_items to support http_upload on some clients and if http_upload is not a subdomain.