generated from upptime/upptime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.upptimerc.yml
36 lines (34 loc) · 1.2 KB
/
.upptimerc.yml
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
# Change these first
owner: sudoswap # Your GitHub organization or username, where this repository lives
repo: status_basecamp_wtf # The name of this repository
sites:
- name: Main Site
url: https://basecamp.wtf
- name: Basecamp API
url: https://api.basecamp.wtf/stats/platform
headers:
- "x-api-key:$API_DEV_TOKEN"
- "Content-Type: application/json"
- name: Defined.fi
method: POST
url: https://graph.codex.io/graphql
headers:
- "Authorization:$DEFINED_API_KEY"
- "Content-Type: application/json"
body: '{ "query": "{ getNetworks { name, id } }"}'
status-website:
# Add your custom domain name, or remove the `cname` line if you don't have a domain
# Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there
cname: status.basecamp.wtf
logoUrl: https://status.basecamp.wtf/logo.png
themeUrl: https://status.basecamp.wtf/theme.css
name: Basecamp Status
introTitle: "System Status"
introMessage: ""
navbar:
- title: Status
href: /
- title: GitHub
href: https://github.com/$OWNER/$REPO
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration