|
1 | 1 | # Change these first |
2 | | -owner: upptime # Your GitHub organization or username, where this repository lives |
3 | | -repo: upptime # The name of this repository |
| 2 | +owner: DigintLab # Your GitHub organization or username, where this repository lives |
| 3 | +repo: infra-status # The name of this repository |
| 4 | + |
| 5 | +delay: 5000 # 5 seconds |
4 | 6 |
|
5 | 7 | sites: |
6 | | - - name: Google |
7 | | - url: https://www.google.com |
8 | | - - name: Wikipedia |
9 | | - url: https://en.wikipedia.org |
10 | | - - name: Hacker News |
11 | | - url: https://news.ycombinator.com |
12 | | - - name: Test Broken Site |
13 | | - url: https://thissitedoesnotexist.koj.co |
14 | | - - name: IPv6 test |
15 | | - url: forwardemail.net |
16 | | - port: 80 |
17 | | - check: "tcp-ping" |
18 | | - ipv6: true |
| 8 | + - name: Company Website |
| 9 | + url: https://doubleextortion.com |
| 10 | + - name: Platform Frontend |
| 11 | + url: https://app.doubleextortion.com |
| 12 | + - name: Platform Authentication Endpoint (prod) |
| 13 | + url: auth.eu-ep1.doubleextortion.com |
| 14 | + - name: Platform Primary API Endpoint (prod) |
| 15 | + url: https://api.eu-ep1.doubleextortion.com/v1/ |
| 16 | + - name: Platform Secondary API Endpoint (prod) |
| 17 | + url: https://api.eu-ep1b.doubleextortion.com/v1/ |
19 | 18 |
|
20 | 19 | status-website: |
21 | 20 | # Add your custom domain name, or remove the `cname` line if you don't have a domain |
22 | 21 | # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there |
23 | | - cname: demo.upptime.js.org |
| 22 | + cname: status.digintlab.com |
24 | 23 | # baseUrl: /your-repo-name |
25 | | - logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg |
26 | | - name: Upptime |
27 | | - introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." |
28 | | - introMessage: This is a sample status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. [**Get your own for free**](https://github.com/upptime/upptime) |
| 24 | + logoUrl: https://doubleextortion.com/wp-content/uploads/logo-deplatform.png |
| 25 | + name: DEP Infrastructure Status |
| 26 | + introTitle: "Double Extortion platform infrastructure status monitoring" |
| 27 | + introMessage: Status page tracking DE platform availability. |
29 | 28 | navbar: |
30 | 29 | - title: Status |
31 | 30 | href: / |
|
0 commit comments