prosody-filer icon indicating copy to clipboard operation
prosody-filer copied to clipboard

Golang mod_http_upload_external server for Prosody and Ejabberd

Results 12 prosody-filer issues
Sort by recently updated
recently updated
newest added

I was trying to package 1.0.2 for Alpine. I got: ``` prosody-filer.go:25:2: no required module provides package github.com/BurntSushi/toml: go.mod file not found in current directory or any parent directory; see...

Yo, ThomasLeister, Thanks for your work! Works like a charm, But i have some troubles with HMAC verify on Prosody 0.12, with all my clients (Conversation, Dino) Filer returns error...

https://golang.org/doc/go-get-install-deprecation Instructions for compiling should be updated

The v2 protocol is described here: https://modules.prosody.im/mod_http_upload_external.html To activate it in Prosody you need to put this into the config: `http_upload_external_protocol = "v2"`

It seems that you currently do not sign the git tags or the published binary. To enable (semi-)automatic updates of prosody-filer in production, it would be nice to have some...

SELinux prevents you from running a system service where the binary is in a user's home directory, or in your case, the root user's home directory. To fix the problem,...

Hi, Prosody devs updated the [mod_http_upload_external](https://modules.prosody.im/mod_http_upload_external.html) page. This module should not be added to modules_enabledn but as a component: ``` Component "upload.example.org" "http_upload_external" http_upload_external_base_url = "https://your.example.com/upload/service" http_upload_external_secret = "your shared...

Hello, Tested building prosody-filer in FreeBSD 13, works well. There were no service file available so here it is, might help someone!

Hello, we are a team researching the dependency management mechanism of Golang. During our analysis, we came across your project and noticed that you have fixed a vulnerability ([snyk references](https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMTHOMASLEISTERPROSODYFILER-1297175),...

I keep my configs public and with gobs of services I've used, this is the first that seems to _only_ allow hardcoded values in its file. Either allowing to be...