Live data from Hacker News

Show HN: Built a self hosted clean status page and batteries

github.com

21–30 of 56 posts

Re: Show HN: Built a self hosted clean status page and batteries

#22
post #21

I love https://github.com/upptime/upptime , you run your uptime page on github.

This is amazing. Definitely will use it. Thanks for sharing

At OpenStatus we also provide a self hosted status page on Cloudflare Pages

https://github.com/openstatusHQ/astro-status-page

Re: Show HN: Built a self hosted clean status page and batteries

#25
post #5

There's a whole red bar when the website was down for 1 minute on a given day. I don't like it, and I wouldn't want to show that to my users. I'd suggest you make the bar 1/3600 red, if the downtime was 1min - not exactly this, but you know what I mean.

Interesting. May be I can add a gradient from red -> yellow -> green with effected minute count, normalized to gradient threshold percentage. Let me try doing that

Dynamic? A 1 minute outage in the last 60 min seems more red-color-worthy than a 1 minute outage a few days ago.

Re: Show HN: Built a self hosted clean status page and batteries

#26

I love https://github.com/upptime/upptime , you run your uptime page on github.

> you run your uptime page on github.

Given the uptime of Github (especially Github Actions) this seems like a particuarly poor choice for an uptime tool.

Re: Show HN: Built a self hosted clean status page and batteries

#30
post #21

Earlier quoted context omitted.

This is amazing. Definitely will use it. Thanks for sharing

At OpenStatus we also provide a self hosted status page on Cloudflare Pages https://github.com/openstatusHQ/astro-status-page

I'm using a DIY status page tool. We publish ours as static HTML, no JS and hosted via Netlify
Post reply on HN