nils måsén
nils måsén
Basic support (only a message) should work with the `generic` service, but since the additional properties need to be in headers, it would still require explicit shoutrrr support.
Easiest way to get it working is by using: ```yaml - WATCHTOWER_NOTIFICATIONS=shoutrrr - WATCHTOWER_NOTIFICATION_URL=smtp://:@`anonymizedmyhost`:25/?auth=None&encryption=None&fromaddress=`myanomizedmailaddress`&fromname=Watchtower&starttls=Nos&subject=Watchtower updates on cdb65925767a&toaddresses=`myanomizedmailaddress`&usehtml=No ``` But replace it with the actual URL from your error message, the...
It should. This will disable explicit TLS.
I made a PoC that uses gosrc.io/xmpp, but it has a very basic implementation and I have not tried it against any real XMPP servers.
This would also allow for testing with a custom API server: https://github.com/tdlib/telegram-bot-api
It needs #185 to be merged and tests.
This is the spambot score for the test emails sent by shoutrrr:  While, it *does* increase the score by `0.1`, I would not call that "pretty suspicious", and it's...
Yeah, it's a somewhat tricky subject, since the RFC suggests that the `host` should generate the ID, using it's hostname (which is presumed to be uniquely pointing to this one...
Hello! The documentation is located in https://github.com/containrrr/shoutrrr/blob/main/docs/services/generic.md. Just put any additional content below the include line. The config.md file is generated from the actual config parser when building the docs...
> @jbishop129 I had the exact same issue with `http` instead of `https` URLs causing the error `http: server gave HTTP response to HTTPS client` and via [this comment](https://github.com/containrrr/shoutrrr/issues/208#issuecomment-997075795) in...