You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
I would like to get notifications about the updates through Signal to a group chat. The signal-cli is able to do that if you put the group ID into the recipients. I can send messages directly with signal-cli and DIUN notifications work if a phone number is in the recipients.
Maybe the problem is that the group ID is base64 formatted and contains numbers and letters (both lower and uppercase)?
My relevant dockerfile part:
- DIUN_NOTIF_SIGNALREST_ENDPOINT=http://<containerip>:8080/v2/send
- DIUN_NOTIF_SIGNALREST_NUMBER=<phonenumber>
- DIUN_NOTIF_SIGNALREST_RECIPIENTS=["<groupid>"]
- DIUN_NOTIF_SIGNALREST_TIMEOUT=10s
- DIUN_NOTIF_SIGNALREST_TEMPLATEBODY=Docker tag {{ .Entry.Image }} has been released.
- DIUN_NOTIF_SIGNALREST_RECIPIENTS_<KEY> is not working, inserting any number into key breaks the notifications. See #1005
Expected behaviour
To get notification in a Signal group.
Actual behaviour
No message is sent.
Steps to reproduce
Get the group ID you want to use: http://<containerip>:8080/v1/groups/<phonenumber>
The group ID will be something like this: "group.<base64>"
In the DIUN configuration, change the recipients to the group ID (containing group.)
Support guidelines
I've found a bug and checked that ...
Description
I would like to get notifications about the updates through Signal to a group chat. The signal-cli is able to do that if you put the group ID into the recipients. I can send messages directly with signal-cli and DIUN notifications work if a phone number is in the recipients.
Maybe the problem is that the group ID is base64 formatted and contains numbers and letters (both lower and uppercase)?
My relevant dockerfile part:
- DIUN_NOTIF_SIGNALREST_RECIPIENTS_<KEY>
is not working, inserting any number into key breaks the notifications. See #1005Expected behaviour
To get notification in a Signal group.
Actual behaviour
No message is sent.
Steps to reproduce
http://<containerip>:8080/v1/groups/<phonenumber>
"group.<base64>"
group.
)Diun version
v4.26.0
Docker info
Docker Compose config
No response
Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: