-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.upptimerc.yml
More file actions
39 lines (36 loc) · 1.62 KB
/
Copy path.upptimerc.yml
File metadata and controls
39 lines (36 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Upptime config — public status page + uptime monitor for the Theo ecosystem.
# Docs: https://upptime.js.org/docs/configuration
#
# Principle: the status page must live OUTSIDE the infrastructure it monitors.
# This repo runs on GitHub Actions (checks every 5 min), records history as git
# commits, opens a public Issue on every incident, and publishes the site via
# GitHub Pages at status.usetheo.dev — none of which touches TheoCloud or the
# Cloudflare Pages project that serves usetheo.dev.
owner: usetheodev
repo: theo-status
sites:
- name: usetheo.dev (marketing site)
url: https://usetheo.dev
- name: Docs (docs.usetheo.dev)
url: https://docs.usetheo.dev
- name: Blog (blog.usetheo.dev)
url: https://blog.usetheo.dev
# get.usetheo.dev (install endpoint) intentionally NOT monitored yet:
# the domain does not resolve today (checked 2026-07-07). Add it back the
# day it ships — a monitor born red is noise, not signal.
status-website:
cname: status.usetheo.dev
logoUrl: https://usetheo.dev/logo-128.png
name: Theo Status
introTitle: "**Theo** ecosystem status — live, automated, public."
introMessage: Checks run every 5 minutes from GitHub Actions. Every incident is a public [GitHub Issue](https://github.com/usetheodev/theo-status/issues) with a full timeline — history is auditable as git commits. Part of our [honesty policy](https://usetheo.dev/honesty).
navbar:
- title: Status
href: /
- title: usetheo.dev
href: https://usetheo.dev
- title: Honesty
href: https://usetheo.dev/honesty
- title: GitHub
href: https://github.com/$OWNER/$REPO
theme: dark