Tinystatus: A tiny status page generated by a Python script
1–10 of 52 posts
Re: Tinystatus: A tiny status page generated by a Python script
#2Check the demo here: https://status.harry.id
Re: Tinystatus: A tiny status page generated by a Python script
#3Re: Tinystatus: A tiny status page generated by a Python script
#4Re: Tinystatus: A tiny status page generated by a Python script
#5It 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
Consider adding a screenshot.
Re: Tinystatus: A tiny status page generated by a Python script
#6Why not put these .env variables inside the checks.yaml config file? What is the advantage of two config files with two separate syntaxes?
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
#7It 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
#8Earlier quoted context omitted.
> 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
#9Earlier 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.
Re: Tinystatus: A tiny status page generated by a Python script
#10It 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.
Neat project. Thank you for sharing.