-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,10 +30,10 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
token: ${{ secrets.PAT || github.token }} | ||
- name: Generate graphs | ||
uses: upptime/[email protected] | ||
with: | ||
command: "graphs" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
GH_PAT: ${{ secrets.PAT || github.token }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,11 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
token: ${{ secrets.PAT || github.token }} | ||
- name: Update response time | ||
uses: upptime/[email protected] | ||
with: | ||
command: "response-time" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
GH_PAT: ${{ secrets.PAT || github.token }} | ||
SECRETS_CONTEXT: ${{ toJson(secrets) }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,41 +31,41 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
token: ${{ secrets.PAT || github.token }} | ||
- name: Update template | ||
uses: upptime/[email protected] | ||
with: | ||
command: "update-template" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
GH_PAT: ${{ secrets.PAT || github.token }} | ||
- name: Update response time | ||
uses: upptime/[email protected] | ||
with: | ||
command: "response-time" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
GH_PAT: ${{ secrets.PAT || github.token }} | ||
SECRETS_CONTEXT: ${{ toJson(secrets) }} | ||
- name: Update summary in README | ||
uses: upptime/[email protected] | ||
with: | ||
command: "readme" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
GH_PAT: ${{ secrets.PAT || github.token }} | ||
- name: Generate graphs | ||
uses: benc-uk/workflow-dispatch@v1 | ||
with: | ||
workflow: Graphs CI | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
token: ${{ secrets.PAT || github.token }} | ||
- name: Generate site | ||
uses: upptime/[email protected] | ||
with: | ||
command: "site" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
GH_PAT: ${{ secrets.PAT || github.token }} | ||
- uses: peaceiris/actions-gh-pages@v4 | ||
name: GitHub Pages Deploy | ||
with: | ||
github_token: ${{ secrets.GH_PAT || github.token }} | ||
github_token: ${{ secrets.PAT || github.token }} | ||
publish_dir: "site/status-page/__sapper__/export/" | ||
force_orphan: "false" | ||
user_name: "Upptime Bot" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,17 +31,17 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
token: ${{ secrets.PAT || github.token }} | ||
- name: Generate site | ||
uses: upptime/[email protected] | ||
with: | ||
command: "site" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
GH_PAT: ${{ secrets.PAT || github.token }} | ||
- uses: peaceiris/actions-gh-pages@v4 | ||
name: GitHub Pages Deploy | ||
with: | ||
github_token: ${{ secrets.GH_PAT || github.token }} | ||
github_token: ${{ secrets.PAT || github.token }} | ||
publish_dir: "site/status-page/__sapper__/export/" | ||
force_orphan: "false" | ||
user_name: "Upptime Bot" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,10 +30,10 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
token: ${{ secrets.PAT || github.token }} | ||
- name: Update summary in README | ||
uses: upptime/[email protected] | ||
with: | ||
command: "readme" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
GH_PAT: ${{ secrets.PAT || github.token }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,11 @@ jobs: | |
uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.head_ref }} | ||
token: ${{ secrets.GH_PAT || github.token }} | ||
token: ${{ secrets.PAT || github.token }} | ||
- name: Check endpoint status | ||
uses: upptime/[email protected] | ||
with: | ||
command: "update" | ||
env: | ||
GH_PAT: ${{ secrets.GH_PAT || github.token }} | ||
GH_PAT: ${{ secrets.PAT || github.token }} | ||
SECRETS_CONTEXT: ${{ toJson(secrets) }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,38 @@ | ||
# Change these first | ||
owner: upptime # Your GitHub organization or username, where this repository lives | ||
repo: upptime # The name of this repository | ||
owner: cerberauth | ||
repo: upptime | ||
|
||
sites: | ||
- name: Google | ||
url: https://www.google.com | ||
- name: Wikipedia | ||
url: https://en.wikipedia.org | ||
- name: Hacker News | ||
url: https://news.ycombinator.com | ||
- name: Test Broken Site | ||
url: https://thissitedoesnotexist.koj.co | ||
- name: IPv6 test | ||
url: forwardemail.net | ||
port: 80 | ||
- name: CerberAuth Auth | ||
url: https://auth.cerberauth.com/health/ready | ||
- name: CerberAuth OpenID Connect Provider | ||
url: https://oauth.cerberauth.com/health/ready | ||
- name: TestID | ||
url: https://testid.cerberauth.com/health/ready | ||
- name: CerberAuth Schemas | ||
url: https://schemas.cerberauth.com | ||
- name: CerberAuth | ||
url: https://www.cerberauth.com | ||
- name: VulnAPI | ||
url: https://vulnapi.cerberauth.com | ||
- name: Nacho | ||
url: https://nacho.cerberauth.com | ||
- name: Taco | ||
url: https://taco.cerberauth.com | ||
- name: Status Page | ||
url: https://status.cerberauth.com | ||
- name: Telemetry | ||
url: telemetry.cerberauth.com | ||
port: 443 | ||
check: "tcp-ping" | ||
ipv6: true | ||
|
||
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: demo.upptime.js.org | ||
# baseUrl: /your-repo-name | ||
cname: status.cerberauth.com | ||
logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg | ||
name: Upptime | ||
introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." | ||
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) | ||
name: CerberAuth Status | ||
introTitle: "CerberAuth Status" | ||
introMessage: "Monitor CerberAuth's services uptime and status" | ||
navbar: | ||
- title: Status | ||
href: / | ||
- title: GitHub | ||
href: https://github.com/$OWNER/$REPO | ||
|
||
# Upptime also supports notifications, assigning issues, and more | ||
# See https://upptime.js.org/docs/configuration | ||
href: https://github.com/$OWNER |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.