No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
Carlos Mogas da Silva c77113bdf2 Fix bad copy pasta hace 5 años
.drone.yml Initial import hace 6 años
Dockerfile Try with a custom, simple nginx server file hace 6 años
README.md Fix bad copy pasta hace 5 años
default.conf we only need one group hace 6 años
entrypoint.sh Add missing ; hace 6 años
share_v2.php remove debug code hace 6 años

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