1
0
Atdalīts 0
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
Carlos Mogas da Silva c77113bdf2 Fix bad copy pasta pirms 5 gadiem
.drone.yml Initial import pirms 6 gadiem
Dockerfile Try with a custom, simple nginx server file pirms 6 gadiem
README.md Fix bad copy pasta pirms 5 gadiem
default.conf we only need one group pirms 6 gadiem
entrypoint.sh Add missing ; pirms 6 gadiem
share_v2.php remove debug code pirms 6 gadiem

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