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 f384326c3d Add default value to SECRET_KEY 6 years ago
.drone.yml Initial import 6 years ago
Dockerfile Add default value to SECRET_KEY 6 years ago
README.md Add default value to SECRET_KEY 6 years ago
share_v2.php Initial import 6 years ago

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