Upload files to xmpp server: https://github.com/sezuan/uploadr
1.8K
Send a http POST request to this container, port 8080, to upload a file to xmpp. Post data should include:
You need to mount your .uploadrc file to /root/.uploadrc as described here: https://github.com/sezuan/uploadr
docker run --rm -it -p 8080:8080 -v /path/to/.uploadrc:/root/.uploadrc ivdata/xmpp-uploadr
upload e.g.:
curl -d "url=http://localhost/picture.jpg&[email protected]" -X POST localhost:8080
Content type
Image
Digest
Size
52 MB
Last updated
almost 8 years ago
docker pull ivdata/xmpp-uploadr