Replies: 1 comment 1 reply
-
Regarding attachments, singal-cli saves them into the config folder ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using signal-cli as notification service in an Home Assistant Docker container for some time now.
Since 0.7.0 it does not work any more. The HA container is based on Alpine Linux and I can't get the libzkgroup working there.
I thinks it's because of musl instead of glibc and I could not compile a static linked version (I'm not really familiar with Rust).
So I was looking for other ways to integrate signal-cli.
There are several open PRs which try to implement similar requirements (JSON from stdin or sockets, Docker support, ...).
Some of them seem to be redundant/conflicting. Are there any plans to coordinate new features like these?
For my use case I would have following requirements:
(receiving messages isn't relevant for me)
I'll try do implement those features, but I don't want to push just another PR if no one needs it.
It would be great if @AsamK and others could give some feedback in which direction the development should go.
Thanks,
sehaas
Beta Was this translation helpful? Give feedback.
All reactions