mirror of
https://github.com/whitney-server/upptime.git
synced 2026-08-13 07:13:35 -07:00
Compare commits
11 Commits
9b9b1e76ec
...
9e39dbdf8e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e39dbdf8e | ||
|
|
1f45f3f694 | ||
|
|
e0c91bcaaf | ||
|
|
6e19a6885b | ||
|
|
ec15c1f286 | ||
|
|
15017e43e7 | ||
|
|
9d881131ca | ||
|
|
8f53026767 | ||
|
|
0293b1c694 | ||
|
|
4c5fe78c2d | ||
|
|
6a0d23b501 |
4
.github/workflows/graphs.yml
vendored
4
.github/workflows/graphs.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.10
|
# 🔼 Upptime @v1.42.0
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate graphs
|
- name: Generate graphs
|
||||||
uses: upptime/uptime-monitor@v1.41.10
|
uses: upptime/uptime-monitor@v1.42.0
|
||||||
with:
|
with:
|
||||||
command: "graphs"
|
command: "graphs"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/response-time.yml
vendored
4
.github/workflows/response-time.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.10
|
# 🔼 Upptime @v1.42.0
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.41.10
|
uses: upptime/uptime-monitor@v1.42.0
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
|
|||||||
10
.github/workflows/setup.yml
vendored
10
.github/workflows/setup.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.10
|
# 🔼 Upptime @v1.42.0
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -36,20 +36,20 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update template
|
- name: Update template
|
||||||
uses: upptime/uptime-monitor@v1.41.10
|
uses: upptime/uptime-monitor@v1.42.0
|
||||||
with:
|
with:
|
||||||
command: "update-template"
|
command: "update-template"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.41.10
|
uses: upptime/uptime-monitor@v1.42.0
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
||||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.41.10
|
uses: upptime/uptime-monitor@v1.42.0
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
@ -60,7 +60,7 @@ jobs:
|
|||||||
workflow: Graphs CI
|
workflow: Graphs CI
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.41.10
|
uses: upptime/uptime-monitor@v1.42.0
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/site.yml
vendored
4
.github/workflows/site.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.10
|
# 🔼 Upptime @v1.42.0
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.41.10
|
uses: upptime/uptime-monitor@v1.42.0
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/summary.yml
vendored
4
.github/workflows/summary.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.10
|
# 🔼 Upptime @v1.42.0
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.41.10
|
uses: upptime/uptime-monitor@v1.42.0
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/update-template.yml
vendored
2
.github/workflows/update-template.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.10
|
# 🔼 Upptime @v1.42.0
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
|||||||
2
.github/workflows/updates.yml
vendored
2
.github/workflows/updates.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.10
|
# 🔼 Upptime @v1.42.0
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
|||||||
4
.github/workflows/uptime.yml
vendored
4
.github/workflows/uptime.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.41.10
|
# 🔼 Upptime @v1.42.0
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Check endpoint status
|
- name: Check endpoint status
|
||||||
uses: upptime/uptime-monitor@v1.41.10
|
uses: upptime/uptime-monitor@v1.42.0
|
||||||
with:
|
with:
|
||||||
command: "update"
|
command: "update"
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://jakesphotos.whitney.rip
|
url: https://jakesphotos.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 390
|
responseTime: 393
|
||||||
lastUpdated: 2026-05-31T01:53:24.781Z
|
lastUpdated: 2026-05-31T23:58:23.144Z
|
||||||
startTime: 2025-03-12T23:19:10.667Z
|
startTime: 2025-03-12T23:19:10.667Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://jake.runyan.dev
|
url: https://jake.runyan.dev
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 919
|
responseTime: 392
|
||||||
lastUpdated: 2026-05-31T00:11:05.476Z
|
lastUpdated: 2026-05-31T23:58:22.724Z
|
||||||
startTime: 2025-03-12T23:19:09.991Z
|
startTime: 2025-03-12T23:19:09.991Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://jakeswestcoast.com
|
url: https://jakeswestcoast.com
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 300
|
responseTime: 306
|
||||||
lastUpdated: 2026-05-31T01:53:29.233Z
|
lastUpdated: 2026-05-31T23:58:25.327Z
|
||||||
startTime: 2025-03-20T08:14:43.020Z
|
startTime: 2025-03-20T08:14:43.020Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://apply.whitney.rip
|
url: https://apply.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 273
|
responseTime: 251
|
||||||
lastUpdated: 2026-05-31T00:11:42.828Z
|
lastUpdated: 2026-05-31T23:58:25.890Z
|
||||||
startTime: 2026-05-08T01:56:05.765Z
|
startTime: 2026-05-08T01:56:05.765Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://git.whitney.rip
|
url: https://git.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 453
|
responseTime: 341
|
||||||
lastUpdated: 2026-05-31T00:11:20.916Z
|
lastUpdated: 2026-05-31T23:58:23.513Z
|
||||||
startTime: 2025-03-15T08:56:56.728Z
|
startTime: 2025-03-15T08:56:56.728Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://grafana.whitney.rip
|
url: https://grafana.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 384
|
responseTime: 484
|
||||||
lastUpdated: 2026-05-31T00:11:29.249Z
|
lastUpdated: 2026-05-31T23:58:24.995Z
|
||||||
startTime: 2025-03-20T08:14:41.508Z
|
startTime: 2025-03-20T08:14:41.508Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://www.whitney.rip
|
url: https://www.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 436
|
responseTime: 628
|
||||||
lastUpdated: 2026-05-31T00:11:02.393Z
|
lastUpdated: 2026-05-31T23:58:22.292Z
|
||||||
startTime: 2025-03-12T23:19:09.215Z
|
startTime: 2025-03-12T23:19:09.215Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://images.whitney.rip
|
url: https://images.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 540
|
responseTime: 391
|
||||||
lastUpdated: 2026-05-31T00:11:23.654Z
|
lastUpdated: 2026-05-31T23:58:23.930Z
|
||||||
startTime: 2025-03-15T08:56:57.696Z
|
startTime: 2025-03-15T08:56:57.696Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://recipes.whitney.rip
|
url: https://recipes.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 306
|
responseTime: 528
|
||||||
lastUpdated: 2026-05-31T00:11:26.423Z
|
lastUpdated: 2026-05-31T23:58:24.485Z
|
||||||
startTime: 2025-03-15T08:56:58.220Z
|
startTime: 2025-03-15T08:56:58.220Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://workouts.whitney.rip
|
url: https://workouts.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 431
|
responseTime: 250
|
||||||
lastUpdated: 2026-05-31T00:11:42.526Z
|
lastUpdated: 2026-05-31T23:58:25.612Z
|
||||||
startTime: 2026-03-26T02:51:06.168Z
|
startTime: 2026-03-26T02:51:06.168Z
|
||||||
generator: Upptime <https://github.com/upptime/upptime>
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user