Skip to content

Commit

Permalink
feat: add prosody http_file_share module
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Feb 8, 2024
1 parent 0b4df8d commit fbc3dd3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions server/etc/prosody/prosody.cfg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,11 @@ Component "groups.prose.org.local" "muc"

log_all_rooms = true
muc_log_expires_after = "never"

Component "upload.prose.org.local" "http_file_share"
name = "HTTP File Upload"
http_file_share_size_limit = 20*1024*1024
http_file_share_daily_quota = 100*1024*1024
http_file_share_expires_after = -1
http_host = "localhost"
http_external_url = "http://localhost:5280/file_share/"

0 comments on commit fbc3dd3

Please sign in to comment.