Fixed: NETWORK_RESILIENCE_COMPLETE

This commit is contained in:
2025-08-26 08:34:19 +00:00
parent 7336b4c257
commit b2b9c179c2
46 changed files with 6364 additions and 101 deletions

View File

@ -0,0 +1,31 @@
# Ejabberd Module Configuration
modules:
mod_http_upload_hmac:
hmac_server_url: "http://localhost:8080"
hmac_shared_secret: "your-secure-secret-change-me"
max_size: 104857600 # 100MB
quota_per_user: 1073741824 # 1GB
token_expiry: 3600 # 1 hour
allowed_extensions:
- ".jpg"
- ".jpeg"
- ".png"
- ".gif"
- ".webp"
- ".pdf"
- ".mp4"
- ".webm"
- ".mp3"
- ".flac"
- ".ogg"
- ".txt"
- ".md"
- ".doc"
- ".docx"
- ".zip"
- ".tar.gz"
iqdisc: one_queue
# Optional: Disable default mod_http_upload if present
# mod_http_upload: []