Compare commits

..

No commits in common. "afc35db618958c9c1e9f72d74d01d761eb0a38c4" and "fa8141548d61a6eff08b666d356b9327f50ac813" have entirely different histories.

18 changed files with 38 additions and 47 deletions

View File

@ -6,7 +6,7 @@
# 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.
#
# 🔼 Upptime @v1.43.8
# 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime
@ -34,12 +34,8 @@ jobs:
with:
ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Setup Node.js for graphs
uses: actions/setup-node@v6
with:
node-version: "20"
- name: Generate graphs
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "graphs"
env:

View File

@ -6,7 +6,7 @@
# 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.
#
# 🔼 Upptime @v1.43.8
# 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime
@ -35,7 +35,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update response time
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "response-time"
env:

View File

@ -6,7 +6,7 @@
# 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.
#
# 🔼 Upptime @v1.43.8
# 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime
@ -36,20 +36,20 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update template
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Update response time
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "response-time"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "readme"
env:
@ -61,20 +61,15 @@ jobs:
with:
workflow: Graphs CI
token: ${{ secrets.GH_PAT || github.token }}
- name: Setup Node.js for direct graph generation
if: steps.dispatch_graphs.outcome == 'failure'
uses: actions/setup-node@v6
with:
node-version: "20"
- name: Generate graphs directly if dispatch fails
if: steps.dispatch_graphs.outcome == 'failure'
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "graphs"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Generate site
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "site"
env:

View File

@ -6,7 +6,7 @@
# 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.
#
# 🔼 Upptime @v1.43.8
# 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime
@ -39,7 +39,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Generate site
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "site"
env:

View File

@ -6,7 +6,7 @@
# 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.
#
# 🔼 Upptime @v1.43.8
# 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime
@ -35,7 +35,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Update summary in README
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "readme"
env:

View File

@ -6,7 +6,7 @@
# 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.
#
# 🔼 Upptime @v1.43.8
# 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime

View File

@ -6,7 +6,7 @@
# 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.
#
# 🔼 Upptime @v1.43.8
# 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime

View File

@ -6,7 +6,7 @@
# 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.
#
# 🔼 Upptime @v1.43.8
# 🔼 Upptime @v1.43.7
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime
@ -35,7 +35,7 @@ jobs:
ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }}
- name: Check endpoint status
uses: upptime/uptime-monitor@v1.43.8
uses: upptime/uptime-monitor@v1.43.7
with:
command: "update"
env:

View File

@ -1,7 +1,7 @@
url: https://jakesphotos.whitney.rip
status: down
code: 404
responseTime: 75
lastUpdated: 2026-07-04T23:54:09.834Z
responseTime: 309
lastUpdated: 2026-07-03T23:57:16.567Z
startTime: 2025-03-12T23:19:10.667Z
generator: Upptime <https://github.com/upptime/upptime>

View File

@ -1,7 +1,7 @@
url: https://jake.runyan.dev
status: up
code: 200
responseTime: 208
lastUpdated: 2026-07-04T23:53:57.587Z
responseTime: 459
lastUpdated: 2026-07-03T23:57:03.568Z
startTime: 2025-03-12T23:19:09.991Z
generator: Upptime <https://github.com/upptime/upptime>

View File

@ -1,7 +1,7 @@
url: https://jakeswestcoast.com
status: down
code: 404
responseTime: 36
lastUpdated: 2026-07-04T23:54:22.514Z
responseTime: 234
lastUpdated: 2026-07-03T23:57:31.565Z
startTime: 2025-03-20T08:14:43.020Z
generator: Upptime <https://github.com/upptime/upptime>

View File

@ -1,7 +1,7 @@
url: https://apply.whitney.rip
status: up
code: 200
responseTime: 290
lastUpdated: 2026-07-04T23:54:22.934Z
responseTime: 439
lastUpdated: 2026-07-03T23:57:32.427Z
startTime: 2026-05-08T01:56:05.765Z
generator: Upptime <https://github.com/upptime/upptime>

View File

@ -1,7 +1,7 @@
url: https://git.whitney.rip
status: up
code: 200
responseTime: 99
lastUpdated: 2026-07-04T23:54:09.965Z
responseTime: 546
lastUpdated: 2026-07-03T23:57:17.143Z
startTime: 2025-03-15T08:56:56.728Z
generator: Upptime <https://github.com/upptime/upptime>

View File

@ -1,7 +1,7 @@
url: https://grafana.whitney.rip
status: up
code: 200
responseTime: 122
lastUpdated: 2026-07-04T23:54:10.296Z
responseTime: 509
lastUpdated: 2026-07-03T23:57:18.723Z
startTime: 2025-03-20T08:14:41.508Z
generator: Upptime <https://github.com/upptime/upptime>

View File

@ -1,7 +1,7 @@
url: https://www.whitney.rip
status: up
code: 200
responseTime: 54
lastUpdated: 2026-07-04T23:53:57.332Z
responseTime: 564
lastUpdated: 2026-07-03T23:57:03.064Z
startTime: 2025-03-12T23:19:09.215Z
generator: Upptime <https://github.com/upptime/upptime>

View File

@ -1,7 +1,7 @@
url: https://images.whitney.rip
status: up
code: 200
responseTime: 53
lastUpdated: 2026-07-04T23:54:10.046Z
responseTime: 426
lastUpdated: 2026-07-03T23:57:17.600Z
startTime: 2025-03-15T08:56:57.696Z
generator: Upptime <https://github.com/upptime/upptime>

View File

@ -1,7 +1,7 @@
url: https://recipes.whitney.rip
status: up
code: 200
responseTime: 72
lastUpdated: 2026-07-04T23:54:10.146Z
responseTime: 553
lastUpdated: 2026-07-03T23:57:18.183Z
startTime: 2025-03-15T08:56:58.220Z
generator: Upptime <https://github.com/upptime/upptime>

View File

@ -1,7 +1,7 @@
url: https://workouts.whitney.rip
status: up
code: 200
responseTime: 72
lastUpdated: 2026-07-04T23:54:22.615Z
responseTime: 359
lastUpdated: 2026-07-03T23:57:31.956Z
startTime: 2026-03-26T02:51:06.168Z
generator: Upptime <https://github.com/upptime/upptime>