mirror of
https://github.com/dataforcanada/d4c-service-status.git
synced 2026-06-13 14:10:51 +02:00
Added planned architecture, some domains will definitely not resolve right now. TODO: Add SVG icons for each URL
This commit is contained in:
+27
-17
@@ -1,33 +1,43 @@
|
||||
# Change these first
|
||||
owner: dataforcanada # Your GitHub organization or username, where this repository lives
|
||||
repo: status.dataforcanada.org # The name of this repository
|
||||
owner: dataforcanada
|
||||
repo: status.dataforcanada.org
|
||||
|
||||
sites:
|
||||
- name: www.dataforcanada.org
|
||||
- name: Main Website
|
||||
url: https://www.dataforcanada.org
|
||||
- name: data-01.dataforcanada.org
|
||||
faviconSvg: https://raw.githubusercontent.com/dataforcanada/www.dataforcanada.org/refs/heads/main/static/logo.svg
|
||||
- name: Production Ready Data
|
||||
url: https://data-01.dataforcanada.org
|
||||
- name: data-01.dev.dataforcanada.org
|
||||
url: https://data-01.dev.dataforcanada.org
|
||||
- name: Data in the Lab
|
||||
url: https://data-01.labs.dataforcanada.org
|
||||
- name: Data in the Lab
|
||||
url: https://data-01.labs.dataforcanada.org
|
||||
assignees:
|
||||
- diegoripley
|
||||
|
||||
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.dataforcanada.org
|
||||
# baseUrl: /your-repo-name
|
||||
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg
|
||||
name: Status Page for Data for Canada
|
||||
introTitle: "Status Page for Data for Canada"
|
||||
theme: light
|
||||
logoUrl: https://raw.githubusercontent.com/dataforcanada/www.dataforcanada.org/refs/heads/main/static/logo.svg
|
||||
name: Status Page for the Data for Canada Project
|
||||
introTitle: "Status Page for the Data for Canada Project"
|
||||
introMessage: This is a status page which uses **real-time** data from our [GitHub repository](https://github.com/dataforcanada/status.dataforcanada.org).
|
||||
navbar:
|
||||
- title: Status
|
||||
href: /
|
||||
- title: GitHub
|
||||
- title: Status Updates
|
||||
href: https://github.com/dataforcanada/status.dataforcanada.org
|
||||
- title: Prod
|
||||
href: https://www.dataforcanada.org
|
||||
- title: Labs
|
||||
href: https://www.dataforcanada.org
|
||||
|
||||
# Upptime also supports notifications, assigning issues, and more
|
||||
# See https://upptime.js.org/docs/configuration
|
||||
user-agent: diegoripley
|
||||
workflowSchedule:
|
||||
graphs: "0 0 * * *"
|
||||
responseTime: "0 23 * * *"
|
||||
staticSite: "0 1 * * *"
|
||||
summary: "0 0 * * *"
|
||||
updateTemplate: "0 0 * * *"
|
||||
updates: "0 3 * * *"
|
||||
uptime: "*/10 * * * *"
|
||||
|
||||
user-agent: diegoripley
|
||||
Reference in New Issue
Block a user