|
1 | | -# Change these first |
2 | | -owner: upptime # Your GitHub organization or username, where this repository lives |
3 | | -repo: upptime # The name of this repository |
| 1 | +owner: FlexURL-link |
| 2 | +repo: status.flexurl.link |
4 | 3 |
|
5 | 4 | 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 |
| 5 | + - name: flexurl.link |
| 6 | + url: https://flexurl.link |
| 7 | + icon: https://img.drayko.xyz/flexurl-logo.png |
| 8 | + - name: create.flexurl.link |
| 9 | + url: https://create.flexurl.link |
| 10 | + icon: https://img.drayko.xyz/flexurl-logo.png |
14 | 11 |
|
15 | 12 | status-website: |
16 | | - # Add your custom domain name, or remove the `cname` line if you don't have a domain |
17 | | - # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there |
18 | | - cname: demo.upptime.js.org |
19 | | - # baseUrl: /your-repo-name |
20 | | - logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg |
21 | | - name: Upptime |
22 | | - introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." |
23 | | - 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 | | - navbar: |
25 | | - - title: Status |
26 | | - href: / |
27 | | - - title: GitHub |
28 | | - href: https://github.com/$OWNER/$REPO |
| 13 | + cname: status.flexurl.link |
| 14 | + logoUrl: https://img.drayko.xyz/flexurl-logo.png |
| 15 | + name: FlexURL |
| 16 | + favicon: https://img.drayko.xyz/flexurl-favicon.png |
| 17 | + faviconSvg: https://img.drayko.xyz/flexurl-favicon.svg |
29 | 18 |
|
30 | | -# Upptime also supports notifications, assigning issues, and more |
31 | | -# See https://upptime.js.org/docs/configuration |
| 19 | +workflowSchedule: |
| 20 | + graphs: "*/5 * * * *" |
| 21 | + responseTime: "*/5 * * * *" |
| 22 | + staticSite: "*/5 * * * *" |
| 23 | + summary: "*/5 * * * *" |
| 24 | + updateTemplate: "0 0 * * *" |
| 25 | + updates: "0 3 * * *" |
| 26 | + uptime: "*/5 * * * *" |
0 commit comments