comparison mod_http_upload_external/README.md @ 6486:1cbdd4086e09

mod_http_upload_external/README.md: fixed order
author Menel <menel@snikket.de>
date Sun, 22 Mar 2026 13:03:54 +0100
parents fe0a58b863db
children dff042647892
comparison
equal deleted inserted replaced
6484:e7926245c88d 6486:1cbdd4086e09
15 15
16 Implementations 16 Implementations
17 --------------- 17 ---------------
18 18
19 * [PHP implementation](https://hg.prosody.im/prosody-modules/raw-file/tip/mod_http_upload_external/share.php) 19 * [PHP implementation](https://hg.prosody.im/prosody-modules/raw-file/tip/mod_http_upload_external/share.php)
20 * [Python3+Flask implementation](https://github.com/horazont/xmpp-http-upload) 20 * [Rust implementation, xmpp-http-upload](https://codeberg.org/luxanna/xmpp-http-upload)
21 * [Rust implementation, Rusty Filer](https://codeberg.org/thomas.leister/rusty-filer)
21 * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer) 22 * [Go implementation, Prosody Filer](https://github.com/ThomasLeister/prosody-filer)
22 * [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload) 23 * [Perl implementation for nginx](https://github.com/weiss/ngx_http_upload)
23 * [Rust implementation](https://gitlab.com/nyovaya/xmpp-http-upload) 24 * [Python3+Flask implementation \(archived\)](https://github.com/horazont/xmpp-http-upload)
24 25
25 To implement your own service compatible with this module, check out the implementation notes below 26 To implement your own service compatible with this module, check out the implementation notes below
26 (and if you publish your implementation - let us know!). 27 (and if you publish your implementation - let us know!).
27 28
28 Configuration 29 Configuration