Change from mod_http_upload to mod_http_file_share #19

Merged
meaz merged 12 commits from http_file_share into master 2022-02-26 21:58:50 +01:00
Showing only changes of commit 54c8c5be22 - Show all commits

View file

@ -259,15 +259,6 @@ prosody_modules:
description: 'This module helps make BOSH and WebSocket connection endpoints discoverable via the HTTP'
module_enabled: 'true'
- name: 'http_upload'
description: 'Upload files via http'
module_enabled: 'true'
extra_options:
- 'http_upload_file_size_limit = 1024*1024 --bytes'
- 'http_upload_expire_after = 60 * 60 * 24 * 7 -- a week in seconds'
- 'http_upload_path = "/srv/prosody/files"'
- 'http_upload_quota = 1234 -- bytes, maximum size of all uploaded files per user'
- name: 'admin_blocklist'
description: 'This module uses the blocklists set by admins for blocking s2s connections'
module_enabled: 'true'