generated from upptime/upptime
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.upptimerc.yml
62 lines (53 loc) · 2.55 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Change these first
owner: stdlib-js # Your GitHub organization or username, where this repository lives
repo: www-status # The name of this repository
sites:
- name: Website
url: https://stdlib.io
- name: Documentation
url: https://stdlib.io/docs/api/status
- name: Development Blog
url: https://blog.stdlib.io
- name: GitHub Reporting
url: https://stdlib.io/gh/status
- name: Status Page
url: https://status.stdlib.io
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.stdlib.io
# baseUrl: /your-repo-name
name: "Status | stdlib"
logoUrl: https://raw.githubusercontent.com/stdlib-js/www/master/public/img/logo.svg
themeUrl: https://cdn.statically.io/gh/stdlib-js/www-status/master/assets/stdlib-theme.css
favicon: https://stdlib.io/favicon-32x32.png
introTitle: "**stdlib** status and uptime page"
introMessage: Current and historical uptime and status of stdlib infrastructure.
navbar:
- title: Status
href: /
- title: Website
href: https://stdlib.io
- title: GitHub
href: https://github.com/stdlib-js/stdlib
workflowSchedule:
graphs: "0 0 * * *" # Run the workflow every day at midnight
responseTime: "0 23 * * *" # Run every day at 23:00
staticSite: "0 1 * * *" # Generate the static site every day at 01:00
summary: "0 0 * * *" # Generate the summary every day at midnight
updateTemplate: "0 0 * * *" # Update the template every day at midnight
updates: "0 3 * * *" # Update the status every day at 03:00
uptime: "* */2 * * *" # Update the uptime every 2 hours
commitMessages:
commitAuthorName: "stdlib-bot" # The name of the bot that commits the changes
commitAuthorEmail: "[email protected]" # This is the email address that the bot will use to commit changes
# Upptime also supports notifications, assigning issues, and more
# See https://upptime.js.org/docs/configuration
assignees:
- kgryte
- Planeshifter
skipTopicsUpdate: true # Skip updating the topics of the repository
skipHomepageUpdate: true # Skip updating the homepage of the repository
skipDescriptionUpdate: true # Skip updating the description of the repository
i18n:
footer: "[Sponsor](https://opencollective.com/stdlib) / [Docs](https://stdlib.io/docs/api/latest) / [Chat](https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im) / [Twitter](https://twitter.com/stdlibjs) / [Contribute](https://github.com/stdlib-js/stdlib) / [Status](https://status.stdlib.io/)"