[Ejabberd] Do not store messages by default; Delete uploads after 30 days; Use JID in upload file path; Use more secure file permissions; Set max offline messages to 1000;

master
andryyy 2021-02-16 16:35:18 +01:00
parent 378ee3caa3
commit c4155d4ab6
1 changed files with 11 additions and 3 deletions

View File

@ -147,8 +147,8 @@ shaper:
shaper_rules: shaper_rules:
max_user_sessions: 10 max_user_sessions: 10
max_user_offline_messages: max_user_offline_messages:
5000: admin 1000: admin
100: all 1000: all
c2s_shaper: c2s_shaper:
none: admin none: admin
normal: all normal: all
@ -168,16 +168,24 @@ modules:
mod_disco: {} mod_disco: {}
mod_fail2ban: {} mod_fail2ban: {}
mod_http_api: {} mod_http_api: {}
mod_http_upload_quota:
max_days: 30
mod_http_upload: mod_http_upload:
docroot: /var/www/upload docroot: /var/www/upload
custom_headers: custom_headers:
"Access-Control-Allow-Origin": "https://@HOST@" "Access-Control-Allow-Origin": "https://@HOST@"
"Access-Control-Allow-Methods": "GET,HEAD,PUT,OPTIONS" "Access-Control-Allow-Methods": "GET,HEAD,PUT,OPTIONS"
"Access-Control-Allow-Headers": "Content-Type" "Access-Control-Allow-Headers": "Content-Type"
thumbnail: true
jid_in_url: node
file_mode: "0600"
dir_mode: "0700"
mod_last: {} mod_last: {}
mod_mam: mod_mam:
clear_archive_on_room_destroy: true clear_archive_on_room_destroy: true
default: roster default: never
compress_xml: true
request_activates_archiving: true
mod_mqtt: {} mod_mqtt: {}
mod_muc: mod_muc:
access: access: