1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
Carlos Mogas da Silva c77113bdf2 Fix bad copy pasta vor 5 Jahren
.drone.yml Initial import vor 6 Jahren
Dockerfile Try with a custom, simple nginx server file vor 6 Jahren
README.md Fix bad copy pasta vor 5 Jahren
default.conf we only need one group vor 6 Jahren
entrypoint.sh Add missing ; vor 6 Jahren
share_v2.php remove debug code vor 6 Jahren

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