meaz
6415acfaf5
see here: Disroot/Disroot-Project#203 As soon as we agree on this, I'll work on host_vars Co-authored-by: meaz <meaz@disroot.org> Reviewed-on: #19 Reviewed-by: antilopa <antilopa@no-reply@disroot.org> Reviewed-by: muppeth <muppeth@no-reply@disroot.org> Co-authored-by: meaz <meaz@no-reply@disroot.org> Co-committed-by: meaz <meaz@no-reply@disroot.org>
11 lines
630 B
YAML
11 lines
630 B
YAML
## http_file_share
|
|
prosody_http_file_share_enabled: 'true'
|
|
|
|
prosody_http_file_share_component: 'upload.example.org'
|
|
prosody_http_file_share_size_limit: "10*1024*1024"
|
|
prosody_http_file_share_daily_quota: "100*1024*1024 -- 100 MiB per day per user"
|
|
prosody_http_file_share_global_quota: "1024*1024*1024 -- 1 GiB total"
|
|
prosody_http_file_share_expires_after: "7 * 86400 -- 1 week"
|
|
prosody_http_file_share_allowed_file_types: "{} -- Access control"
|
|
prosody_http_file_share_safe_file_types: '{"image/*","video/*","audio/*","text/plain"} -- Safe to show in-line in e.g. browsers'
|
|
prosody_http_file_share_access: "{} -- Access control"
|