Immánuel!

Results 155 comments of Immánuel!

As for the iOS Shortcuts, it probably sends a JSON like this: ```json { "message": "coming to you from shortcuts" } ``` Or a form-data payload like this: ``` message=coming...

Oh, it's just plain old Python, you can alter the message anywhere between the payload decode and the send message function call: https://github.com/immanuelfodor/matrix-encrypted-webhooks/blob/main/src/WebhookServer.py#L55 If you'll use the gateway for only...

The second log line is the message sent to Matrix by the bridge received back in the bridge as a new Matrix message event. The bridge receives a webhook ->...

Well, I tested it, and I can't see any extra `...` around the message. ```bash $ curl -d "world" https://example.com/post/TOKEN {"success": true} ``` See the image for the Matrix output:...

Yes, the answer is at https://github.com/immanuelfodor/matrix-encrypted-webhooks/issues/2#issuecomment-1172304818 :smile:

Note to self: Regarding the original idea of pushing images and files, Apprise is considering a Matrix notification channel overhaul at https://github.com/caronc/apprise/issues/795 . When they implement this, the custom E2E...

What do you mean, how would you imagine such scenario? How would it work if implemented?

Do you have SSO enabled and registrations enabled, too? Because even if registrations are disabled, you can add a new user through the homeserver's CLI, and so you could create...

I'm on mobile right now but luckily, I've added some comments here before: https://github.com/immanuelfodor/matrix-encrypted-webhooks/blob/main/src/E2EEClient.py#L33 The url and user are trivial to get, but device ID and access token could be...

This is real bad news for home usage after such strong partnership announcements with Nextcloud. At least lower the price to 10 bucks or something that people might consider to...