Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.32 KB

Status-Page.md

File metadata and controls

33 lines (22 loc) · 1.32 KB

Things You Should Know

  • Status page is intended for public users to check the status of your services
  • Status page will caches result for 5 minutes
  • Status page is just like a traditional web page. Updates won't be as responsive as the dashboard.
  • 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

(Version >= 1.14.0)

Now you can show different status pages based on the domain names.

Steps

  1. If you are not using a reverse proxy, you should expose your Uptime Kuma in port 80.

  2. If you are using a reverse proxy, add your domain name in your reverse proxy and point to Uptime Kuma.

    (⚠️ PS: For such as Apache or nginx, you need to forward the header X-Forwarded-Host or Host to Uptime Kuma, otherwise Uptime Kuma do not know the current domain name)

  3. Add a A/CNAME record for your domain name in your DNS management.

  4. Add your domain name in your status page settings sidebar.

This is my example, they both are from the same instance: