trashserver.net XMPP Status is a user on social.tchncs.de. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.
trashserver.net XMPP Status @trashserver

New Prosody Filer release candidate available! 🎉

The new version fixes an issue with Gajims url_image_preview plugin.

github.com/ThomasLeister/proso

Please try and report any issues :-) Thanks!

· 3 · 4

@trashserver What advantage does the filer provide compared to plain Nginx? Is there no possibility for configuring Nginx to allow uploads with a certain shared secret?

@schmittlauch the Prosody integrated HTTP server seems to be memory leaking.

No, Nginx cannot be used like that directly. Maybe with some Lua Scripts attached, but that would not really have any adventage over using prosody-filer.

@schmittlauch also somebody (?) told me that Prosody Devs recommend using the http_upload_external Module instead of the integrated upload server, because "Lua was never made for HTTP" or something like that. In a nutshell: The On-board HTTP server does not seem to be adequate for big XMPP setups.