You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Carlos Mogas da Silva c77113bdf2 Fix bad copy pasta преди 5 години
.drone.yml Initial import преди 6 години
Dockerfile Try with a custom, simple nginx server file преди 6 години
README.md Fix bad copy pasta преди 5 години
default.conf we only need one group преди 6 години
entrypoint.sh Add missing ; преди 6 години
share_v2.php remove debug code преди 6 години

README.md

Prosody HTTP external upload

This image is derived from the Ric Harvey's nginx Image

It just serves a simple file named share_v2.php taken from Prosody's source. This server is ment to be used in conjuntion with Prosody XMPP server and mod_http_upload_external (docs)

Variables

  • SECRET_KEY: Stores the secret key shared with the prosody server (http_upload_external_secret option). Defaults to "a1b2c3d4e5f6g7h8i9j0k"

Volumes

  • /storage: Used to store and serve the uploaded files

Quick Reference