Sign inSign up

ivdata/xmpp-uploadr

By ivdata

•Updated almost 8 years ago

Upload files to xmpp server: https://github.com/sezuan/uploadr

Image
0

1.8K

ivdata/xmpp-uploadr repository overview

⁠XMPP Uploadr

Send a http POST request to this container, port 8080, to upload a file to xmpp. Post data should include:

  • notify: The JID of the persion to notify with the file
  • url: The url of the file to upload

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

Tag summary

Content type

Image

Digest

Size

52 MB

Last updated

almost 8 years ago

docker pull ivdata/xmpp-uploadr