Search results

  1. scubanarc

    Webhooks speed problem

    I understand. I'm really looking to dev it myself and take as little of your time as possible. Can you explain why it's difficult for me to self-host? Is it security-related? Am I correct that the only way to send a FCM message to the MacroDroid app is to have the private API key? Just...
  2. scubanarc

    Webhooks speed problem

    I don't have anything that contacts me when the servers are down. The shit hits the fan when the servers are down and I immediately know it. This is not the same as "my curl got an HTTP error response". I have no system (other than webhooks) of immediately alerting my phone in this case...
  3. scubanarc

    Webhooks speed problem

    It's literally my job :) I own a web business, so servers are both a hobby and a job. I feel like the .APK does the heaving lifting, I just need a "hook" into the FCM. Not sure what you mean.... Do I need to arrange for someone to call me when the webhooks server is down? Do I need to have a...
  4. scubanarc

    Webhooks speed problem

    Great question... To start with, the servers are almost never down. I've had perhaps a couple of outages in maybe 5 years. We have very good uptime. But that aside... I know if my servers are down for a variety of reasons. The most important way is a phone call. A very, very bad phone call...
  5. scubanarc

    Webhooks speed problem

    I just use curl in a bash script to hit the webhooks endpoint (with some URI variables). I can certainly detect if I don't get a good response back. However, it's a bit of a chicken and egg from there. If the macrodroid webhook is down, and I use macrodroid on my phone to receive alerts, and my...
  6. scubanarc

    Webhooks speed problem

    It's none of those, webhooks work fantastically well. I already have servers and I'm a developer. I'd like to run the webhooks through my own servers for a few reasons: 1 - Reliability - I know if my servers are up, and if they are not up then I know immediately. If the MacroDroid webhooks...
  7. scubanarc

    Private server for Webhook

    Thanks, I had not found that thread. I posted there as well. https://www.macrodroidforum.com/index.php?threads/webhooks-speed-problem.1073/#post-5944
  8. scubanarc

    Webhooks speed problem

    I'd like to help out with this effort. I want to run a private webhooks server just for my own use. This is something that I very much want to do. I would be happy to tear the integration out of your server code if you don't have time and share the solution with anyone else who wants it, or...
  9. scubanarc

    Private server for Webhook

    Is it because he would have to give us the API key and he's not willing to? Is there not a way for an app to send an FCM message to another app? This is something that I'd really like to implement, I'm hoping to come up with something.
  10. scubanarc

    Private server for Webhook

    I played around with Firebase and created an app, but I don't think that I can send messages to your app. Any ideas?
  11. scubanarc

    Private server for Webhook

    I'm assuming I can just send an FCM: https://firebase.google.com/docs/cloud-messaging Probably to the device id that is shown when I create a Webhook. I guess I just need the details?
  12. scubanarc

    Private server for Webhook

    I just started using Macrodroid and I love it. The killer feature for me is the Webhook. I'm building a bit of infrastructure around it which makes me worried about the availability and logevity of the webhook server. I know that you've mentioned before that it runs on your server, so that might...
Top