Compare commits

..

11 Commits

Author SHA1 Message Date
Upptime Bot
afc35db618 ⬆️ Update @upptime to v1.43.8 2026-07-05 02:11:59 +00:00
Upptime Bot
2d53fe8209 🟩 PWS Applications is up (200 in 290 ms) [skip ci] [upptime] 2026-07-04 23:54:22 +00:00
Upptime Bot
44be08222d 🟩 PWS Workouts is up (200 in 72 ms) [skip ci] [upptime] 2026-07-04 23:54:22 +00:00
Upptime Bot
ca2f74fd53 🟥 Jakes West Coast Site is down (404 in 36 ms) [skip ci] [upptime] 2026-07-04 23:54:22 +00:00
Upptime Bot
7869842734 🟩 PWS Grafana is up (200 in 122 ms) [skip ci] [upptime] 2026-07-04 23:54:10 +00:00
Upptime Bot
8d43ff3848 🟩 PWS Recipes is up (200 in 72 ms) [skip ci] [upptime] 2026-07-04 23:54:10 +00:00
Upptime Bot
b953371ded 🟩 PWS Photos is up (200 in 53 ms) [skip ci] [upptime] 2026-07-04 23:54:10 +00:00
Upptime Bot
6b6fb0ecb0 🟩 PWS Git is up (200 in 99 ms) [skip ci] [upptime] 2026-07-04 23:54:09 +00:00
Upptime Bot
62a821ae47 🟥 Jake Runyan Photography is down (404 in 75 ms) [skip ci] [upptime] 2026-07-04 23:54:09 +00:00
Upptime Bot
a687361677 🟩 Jake Runyan Portfolio is up (200 in 208 ms) [skip ci] [upptime] 2026-07-04 23:53:57 +00:00
Upptime Bot
7821c3be83 🟩 PWS Homepage is up (200 in 54 ms) [skip ci] [upptime] 2026-07-04 23:53:57 +00:00
18 changed files with 47 additions and 38 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.7
# 🔼 Upptime @v1.43.8
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime
@ -34,8 +34,12 @@ 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.7
uses: upptime/uptime-monitor@v1.43.8
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.7
# 🔼 Upptime @v1.43.8
# 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.7
uses: upptime/uptime-monitor@v1.43.8
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.7
# 🔼 Upptime @v1.43.8
# 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.7
uses: upptime/uptime-monitor@v1.43.8
with:
command: "update-template"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Update response time
uses: upptime/uptime-monitor@v1.43.7
uses: upptime/uptime-monitor@v1.43.8
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.7
uses: upptime/uptime-monitor@v1.43.8
with:
command: "readme"
env:
@ -61,15 +61,20 @@ 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.7
uses: upptime/uptime-monitor@v1.43.8
with:
command: "graphs"
env:
GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Generate site
uses: upptime/uptime-monitor@v1.43.7
uses: upptime/uptime-monitor@v1.43.8
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.7
# 🔼 Upptime @v1.43.8
# 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.7
uses: upptime/uptime-monitor@v1.43.8
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.7
# 🔼 Upptime @v1.43.8
# 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.7
uses: upptime/uptime-monitor@v1.43.8
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.7
# 🔼 Upptime @v1.43.8
# 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.7
# 🔼 Upptime @v1.43.8
# 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.7
# 🔼 Upptime @v1.43.8
# 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.7
uses: upptime/uptime-monitor@v1.43.8
with:
command: "update"
env:

View File

@ -1,7 +1,7 @@
url: https://jakesphotos.whitney.rip
status: down
code: 404
responseTime: 309
lastUpdated: 2026-07-03T23:57:16.567Z
responseTime: 75
lastUpdated: 2026-07-04T23:54:09.834Z
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: 459
lastUpdated: 2026-07-03T23:57:03.568Z
responseTime: 208
lastUpdated: 2026-07-04T23:53:57.587Z
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: 234
lastUpdated: 2026-07-03T23:57:31.565Z
responseTime: 36
lastUpdated: 2026-07-04T23:54:22.514Z
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: 439
lastUpdated: 2026-07-03T23:57:32.427Z
responseTime: 290
lastUpdated: 2026-07-04T23:54:22.934Z
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: 546
lastUpdated: 2026-07-03T23:57:17.143Z
responseTime: 99
lastUpdated: 2026-07-04T23:54:09.965Z
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: 509
lastUpdated: 2026-07-03T23:57:18.723Z
responseTime: 122
lastUpdated: 2026-07-04T23:54:10.296Z
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: 564
lastUpdated: 2026-07-03T23:57:03.064Z
responseTime: 54
lastUpdated: 2026-07-04T23:53:57.332Z
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: 426
lastUpdated: 2026-07-03T23:57:17.600Z
responseTime: 53
lastUpdated: 2026-07-04T23:54:10.046Z
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: 553
lastUpdated: 2026-07-03T23:57:18.183Z
responseTime: 72
lastUpdated: 2026-07-04T23:54:10.146Z
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: 359
lastUpdated: 2026-07-03T23:57:31.956Z
responseTime: 72
lastUpdated: 2026-07-04T23:54:22.615Z
startTime: 2026-03-26T02:51:06.168Z
generator: Upptime <https://github.com/upptime/upptime>