From 561f14c3b17cddd0bdfe0fdb989a0a76846ce302 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 3 Jan 2023 13:30:57 +0800 Subject: [PATCH] Update status page --- Status-Page.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/Status-Page.md b/Status-Page.md index d27074d..4f401d7 100644 --- a/Status-Page.md +++ b/Status-Page.md @@ -1,11 +1,18 @@ -Multiple status pages is supported in 1.13.0. -Special slug: `default` +## Things You Should Know -`/status` is pointing to `/status/default`. +- Status page is intended for public users to check the status of your services +- Status page will caches result for 60 seconds +- Status page is just like a traditional web page. Update won't be so responsive like the dashboard does. +- Status page will refresh the page every 5 minutes +- `default` is a special slug +- `http://example.com/status` is pointing to `http://example.com/status/default` + +## Multiple Status Pages +(Version >= 1.13.0) ## Domain Names for Status Pages -(1.14.0) +(Version >= 1.14.0) Now you can show different status pages based on the domain names. @@ -23,4 +30,4 @@ Now you can show different status pages based on the domain names. This is my example, they both are from the same instance: - https://status.louislam.net -- https://status.kuma.pet \ No newline at end of file +- https://status.kuma.pet