rocketchat-push-gateway
rocketchat-push-gateway copied to clipboard
A push gateway for RocketChat to send notifications through Gotify
I'm experimenting with this project in order to setup notifications for a Rocket.Chat instance to serve O(100) users. If I correctly understand it is necessary to manually insert the push...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Hi Immanuel, I was thinking to give a second chance to the push gateway. I have RC and Gotify on the same server. The push gateway address in RC "Push"...
Trying to use gateway. Chat->Gateway = OK Curl->Gotify=OK Gateway->Gotify= don't work :( apprise-config.yml ``` urls: - gotify://10.1.1.142:85/123123123: - tag: push-gw-admin, 890890890809809890890809809809 ``` This Curl is working `curl "http://10.1.1.142:85/message?token=123123123" -F "title=my...