Vincent Ritter

← back to projects

Status for updown.io

A simple app to display monitored sites from updown.io, with current status and other stats.

Project posts JSON/RSS Feed...

I've got a small update out for my Status++ app (if you're using updown.io).

  • Fixes a crashing bug when tapping on a check.
  • Changes things around with grabbing, and setting, Webhooks. This is due to the app using a deprecated API endpoint.

Thanks everyone for using it so far ✌️

If you're using Status, my "this app is taking forever to build" for updown.io, and you got an email about using a deprecated API, then that's on me. I'm in touch with Adrien to solve this and move the app over to the new API endpoints for webhooks.

If you use updown.io (https://updown.io/r/c6rp8) and want to help test a "on-the-side" app that I have resurrected, here is the TestFlight link for iOS. It's called Status++.

Just pushed out a little update to Status++. This one re-enables the ability to get push notifications. I was working on the web app last night to make that happen 😋 Plus some other goodies in this release, which you can find in the test notes. More soon.

Restarted an old project of mine... took a bit of time to get going again, but happy it's back.

Reviving an old project today.

I’m clearing the deck and one more app victim is Status for updown.io. I’ve tried but could never get anywhere with it. The TestFlight ran out some time ago… and I don’t have strength to continue. I might at some stage, but no more. Thanks everyone for trying it!

Update my little Status app that you can use with updown.io on iOS (also available via Android). The last beta expired on TestFlight… Hope to finish it this year, although I’m no real rush.

Just released a minor TestFlight update for my Status app, that you can use with updown.io. Adds a little bit of info text to the push notifications screen. Also now identifies which webhook is used for the current device.

Remember my other app “Status for updown.io”? Kinda thinking of just releasing it as is… 🤔

Pushed out build 2 for my Status for updown.io app. Just want to keep the TestFlight version active as it’s running out in a few days. There will be a few endpoint changes for notifications, hope to have that in the app this or next week.

Looking for testers for Status, an app for updown.io

I’m looking for some brave people to try out my other app called Status. It’s an app that you can use for updown.io. It’s in a “pre-alpha” at the moment and has still a way to go. iOS only at the moment. Interested? status@vincentritter.com.

When I say “pre-alpha” I mean exactly that. This is what works:

  • Login with both read-only and full access tokens.
  • See all your checks.
  • See any checks that are down.
  • Webhooks can be seen also.
  • You can view all the updown nodes.
  • You can register for push notifications, so the app notifies you when something goes down. More on this in a moment.
  • You can enable and disable checks.
  • Very basic check detail screen. This one is going to take some time.

Regarding push notifications: this will register a unique device token on a small API that I wrote, which in turn creates a webhook at the updown end. This is all happening in-app and no updown token or any other personal info is shared with my API. Once updown sees a site down, it will send the details to the Status API, which in turns sends out a nice push notification.

It’s been working well the past few times.

Couldn’t sleep (03:20 AM)… so I worked on push notifications for Status. And they work! KABOOM 🥳. Happy with this! That’s only test data I’m sending so ignore the dates.

Of note, I’d like to use what I learned for Gluon also.

Spent the day working on registering for push notifications for Status. Includes a small Rails based API. It’ll activate by talking to the API and on success, and checks, will return a nice UUID, which in turn also registers a webhook with updown.