|
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: LibreTurks # Your GitHub organization or username, where this repository lives |
| 3 | +repo: manifests2 # The name of this repository |
4 | 4 |
|
5 | 5 | 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 |
| 6 | + - name: libreturks.dev - main |
| 7 | + url: https://libreturks.dev |
| 8 | + expectedStatusCodes: |
| 9 | + - 404 |
| 10 | + - name: miniflux |
| 11 | + url: https://rss.libreturks.dev |
| 12 | + - name: keycloak |
| 13 | + url: https://auth.libreturks.dev |
| 14 | + - name: redmine |
| 15 | + url: https://redmine.libreturks.dev |
19 | 16 |
|
20 | 17 | status-website: |
21 | | - # Add your custom domain name, or remove the `cname` line if you don't have a domain |
22 | | - # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there |
23 | | - cname: demo.upptime.js.org |
24 | | - # baseUrl: /your-repo-name |
| 18 | + cname: status.libreturks.dev |
25 | 19 | 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) |
| 20 | + name: status.libreturks.dev |
| 21 | + introTitle: "**status.libreturks.dev** is uptime monitor for libreturks pubnix, made with upptime." |
| 22 | + introMessage: LibreTurks Pubnix's Uptime Monitor |
29 | 23 | navbar: |
30 | 24 | - title: Status |
31 | 25 | href: / |
|
0 commit comments