1
0
Bifurcation 0
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
Carlos Mogas da Silva c77113bdf2 Fix bad copy pasta il y a 5 ans
.drone.yml Initial import il y a 6 ans
Dockerfile Try with a custom, simple nginx server file il y a 6 ans
README.md Fix bad copy pasta il y a 5 ans
default.conf we only need one group il y a 6 ans
entrypoint.sh Add missing ; il y a 6 ans
share_v2.php remove debug code il y a 6 ans

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