You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Prosody HTTP external upload
  
This image is derived from the [Ric Harvey's nginx Image](https://hub.docker.com/r/richarvey/nginx-php-fpm/)
It just serves a simple file named share_v2.php taken from [Prosody's source](https://hg.prosody.im/prosody-modules/file/tip/mod_http_upload_external). This server is ment to be used in conjuntion with Prosody XMPP server and *mod\_http\_upload\_external* ([docs](https://modules.prosody.im/mod_http_upload_external.html))
## 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
* Where to file issues / suggestions https://code.r3pek.org/r3pek/docker-prosody-http-upload-external/issues
* Maintained by [r3pek](https://code.r3pek.org/r3pek/)
* Source repository https://code.r3pek.org/r3pek/docker-prosody-http-upload-external/
|