mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-09 21:34:39 +00:00
Switched from [http_upload](https://modules.prosody.im/mod_http_upload) to [http_file_share](https://prosody.im/doc/modules/mod_http_file_share). (#60)
This commit is contained in:
parent
f8d0fe4f59
commit
fe1787f93c
5 changed files with 23 additions and 8 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -2,10 +2,23 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
## v1.2.11
|
||||
## v1.3.0
|
||||
|
||||
* Updated to Prosody version [0.12.4](https://blog.prosody.im/prosody-0.12.4-released/)
|
||||
|
||||
### Breaking Change
|
||||
|
||||
Switched from [http_upload](https://modules.prosody.im/mod_http_upload) to [http_file_share](https://prosody.im/doc/modules/mod_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](readme.md) for explanations and defaults.
|
||||
|
||||
## v1.2.10
|
||||
|
||||
* Update docker base image to debian bookworm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue