您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
 
 
 
Carlos Mogas da Silva c77113bdf2 Fix bad copy pasta 5 年前
.drone.yml Initial import 6 年前
Dockerfile Try with a custom, simple nginx server file 6 年前
README.md Fix bad copy pasta 5 年前
default.conf we only need one group 6 年前
entrypoint.sh Add missing ; 6 年前
share_v2.php remove debug code 6 年前

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