Live data from Hacker News

Tinystatus: A tiny status page generated by a Python script

github.com

1–10 of 52 posts

Re: Tinystatus: A tiny status page generated by a Python script

#5
post #2

It generates a simple, responsive static HTML page for those of you running self-hosted services and wanting to share their status page. It checks things like HTTP pages, open ports, or pings IP addresses. Check the demo here: https://status.harry.id

> clean, responsive web page

Consider adding a screenshot.

Re: Tinystatus: A tiny status page generated by a Python script

#6
post #4

Why not put these .env variables inside the checks.yaml config file? What is the advantage of two config files with two separate syntaxes?

The idea is the values in .env files can be configured via environment variables, while checks.yaml is for things that can be hard coded.

In this case it's a bit moot because the yaml file works like a database, but when you deploy this using, say, Docker or k8s, you can use a different method to configure environment variables and skip .env files.

Re: Tinystatus: A tiny status page generated by a Python script

#7
post #5
post #2

It generates a simple, responsive static HTML page for those of you running self-hosted services and wanting to share their status page. It checks things like HTTP pages, open ports, or pings IP addresses. Check the demo here: https://status.harry.id

> clean, responsive web page Consider adding a screenshot.

Why he need screenshot when there's a perfectly good demo?

Re: Tinystatus: A tiny status page generated by a Python script

#8
post #5

Earlier quoted context omitted.

> clean, responsive web page Consider adding a screenshot.

Why he need screenshot when there's a perfectly good demo?

Assuming this isn't snark - because if I am looking for a tool to do a job, seeing an immediate visual representation of what I am likely to expect is very helpful. I don't want to go through the full installation to view a demo and then immediately realise it was not remotely close to what I was expecting.

Re: Tinystatus: A tiny status page generated by a Python script

#9

Earlier quoted context omitted.

Why he need screenshot when there's a perfectly good demo?

Assuming this isn't snark - because if I am looking for a tool to do a job, seeing an immediate visual representation of what I am likely to expect is very helpful. I don't want to go through the full installation to view a demo and then immediately realise it was not remotely close to what I was expecting.

[deleted]

Re: Tinystatus: A tiny status page generated by a Python script

#10
post #5
post #2

It generates a simple, responsive static HTML page for those of you running self-hosted services and wanting to share their status page. It checks things like HTTP pages, open ports, or pings IP addresses. Check the demo here: https://status.harry.id

> clean, responsive web page Consider adding a screenshot.

I was also looking for a screenshot in the readme. I somehow missed the link to the demo until it was posted at the top of this thread.

Neat project. Thank you for sharing.

Post reply on HN