nils måsén

Results 391 comments of nils måsén

There is support for supplying your own trusted root certs in the works, but it's still a bit further down the pipeline. I would suggest using letsencrypt certs as an...

I'm not exactly sure what you mean by `routing component`, but adding a sub-command to the shoutrrr CLI where it acts as an SMTP server, redirecting all incoming mail to...

@simskij I think you have heard of Signal 😁 But yeah, using a CLI-wrapper seems to be cumbersome and I already had a shot at (and gave up) making a...

Interpreting this as TLS/TCP and UDP connections according to https://datatracker.ietf.org/doc/html/rfc5424 (25/26). The contents of the notifications can be configured using templates (for watchtower).

You could try connecting via openssl with ``` openssl s_client -starttls smtp smtpdomain.com ``` To see what the certificate problems are. The error messages does seem pretty straight forward though;...

Codacy might be drunk

> The sending is done in a go routine Not for `shoutrrr.Send()` itself, since that is the super-basic API. I think the router could manage it if we just add...

> **Describe alternatives you've considered** > Telegram would be great :) Telegram is supported! Use [`shoutrrr` notification](https://containrrr.dev/watchtower/notifications/#containrrrshoutrrr) with the [telegram service](https://containrrr.dev/shoutrrr/services/telegram/).

Yeah, we should probably add an `apprise` provider that puts the content in the `body` field. You can already do it by using the `generic` service, but you would have...

if [podman service](https://docs.podman.io/en/latest/_static/api.html) is running, this should work: ``` podman run -v /var/run/podman/podman.sock:/var/run/docker.sock docker.io/containrrr/watchtower ```