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) # 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.43.7 # 🔼 Upptime @v1.43.8
# 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
@ -34,8 +34,12 @@ jobs:
with: with:
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: Setup Node.js for graphs
uses: actions/setup-node@v6
with:
node-version: "20"
- name: Generate graphs - name: Generate graphs
uses: upptime/uptime-monitor@v1.43.7 uses: upptime/uptime-monitor@v1.43.8
with: with:
command: "graphs" command: "graphs"
env: env:

View File

@ -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.43.7 # 🔼 Upptime @v1.43.8
# 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.43.7 uses: upptime/uptime-monitor@v1.43.8
with: with:
command: "response-time" command: "response-time"
env: env:

View File

@ -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.43.7 # 🔼 Upptime @v1.43.8
# 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.43.7 uses: upptime/uptime-monitor@v1.43.8
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.43.7 uses: upptime/uptime-monitor@v1.43.8
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.43.7 uses: upptime/uptime-monitor@v1.43.8
with: with:
command: "readme" command: "readme"
env: env:
@ -61,15 +61,20 @@ jobs:
with: with:
workflow: Graphs CI workflow: Graphs CI
token: ${{ secrets.GH_PAT || github.token }} 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 - name: Generate graphs directly if dispatch fails
if: steps.dispatch_graphs.outcome == 'failure' if: steps.dispatch_graphs.outcome == 'failure'
uses: upptime/uptime-monitor@v1.43.7 uses: upptime/uptime-monitor@v1.43.8
with: with:
command: "graphs" command: "graphs"
env: env:
GH_PAT: ${{ secrets.GH_PAT || github.token }} GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Generate site - name: Generate site
uses: upptime/uptime-monitor@v1.43.7 uses: upptime/uptime-monitor@v1.43.8
with: with:
command: "site" command: "site"
env: env:

View File

@ -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.43.7 # 🔼 Upptime @v1.43.8
# 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.43.7 uses: upptime/uptime-monitor@v1.43.8
with: with:
command: "site" command: "site"
env: env:

View File

@ -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.43.7 # 🔼 Upptime @v1.43.8
# 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.43.7 uses: upptime/uptime-monitor@v1.43.8
with: with:
command: "readme" command: "readme"
env: env:

View File

@ -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.43.7 # 🔼 Upptime @v1.43.8
# 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

View File

@ -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.43.7 # 🔼 Upptime @v1.43.8
# 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

View File

@ -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.43.7 # 🔼 Upptime @v1.43.8
# 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.43.7 uses: upptime/uptime-monitor@v1.43.8
with: with:
command: "update" command: "update"
env: env:

View File

@ -1,7 +1,7 @@
url: https://jakesphotos.whitney.rip url: https://jakesphotos.whitney.rip
status: down status: down
code: 404 code: 404
responseTime: 309 responseTime: 75
lastUpdated: 2026-07-03T23:57:16.567Z lastUpdated: 2026-07-04T23:54:09.834Z
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>

View File

@ -1,7 +1,7 @@
url: https://jake.runyan.dev url: https://jake.runyan.dev
status: up status: up
code: 200 code: 200
responseTime: 459 responseTime: 208
lastUpdated: 2026-07-03T23:57:03.568Z lastUpdated: 2026-07-04T23:53:57.587Z
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>

View File

@ -1,7 +1,7 @@
url: https://jakeswestcoast.com url: https://jakeswestcoast.com
status: down status: down
code: 404 code: 404
responseTime: 234 responseTime: 36
lastUpdated: 2026-07-03T23:57:31.565Z lastUpdated: 2026-07-04T23:54:22.514Z
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>

View File

@ -1,7 +1,7 @@
url: https://apply.whitney.rip url: https://apply.whitney.rip
status: up status: up
code: 200 code: 200
responseTime: 439 responseTime: 290
lastUpdated: 2026-07-03T23:57:32.427Z lastUpdated: 2026-07-04T23:54:22.934Z
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>

View File

@ -1,7 +1,7 @@
url: https://git.whitney.rip url: https://git.whitney.rip
status: up status: up
code: 200 code: 200
responseTime: 546 responseTime: 99
lastUpdated: 2026-07-03T23:57:17.143Z lastUpdated: 2026-07-04T23:54:09.965Z
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>

View File

@ -1,7 +1,7 @@
url: https://grafana.whitney.rip url: https://grafana.whitney.rip
status: up status: up
code: 200 code: 200
responseTime: 509 responseTime: 122
lastUpdated: 2026-07-03T23:57:18.723Z lastUpdated: 2026-07-04T23:54:10.296Z
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>

View File

@ -1,7 +1,7 @@
url: https://www.whitney.rip url: https://www.whitney.rip
status: up status: up
code: 200 code: 200
responseTime: 564 responseTime: 54
lastUpdated: 2026-07-03T23:57:03.064Z lastUpdated: 2026-07-04T23:53:57.332Z
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>

View File

@ -1,7 +1,7 @@
url: https://images.whitney.rip url: https://images.whitney.rip
status: up status: up
code: 200 code: 200
responseTime: 426 responseTime: 53
lastUpdated: 2026-07-03T23:57:17.600Z lastUpdated: 2026-07-04T23:54:10.046Z
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>

View File

@ -1,7 +1,7 @@
url: https://recipes.whitney.rip url: https://recipes.whitney.rip
status: up status: up
code: 200 code: 200
responseTime: 553 responseTime: 72
lastUpdated: 2026-07-03T23:57:18.183Z lastUpdated: 2026-07-04T23:54:10.146Z
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>

View File

@ -1,7 +1,7 @@
url: https://workouts.whitney.rip url: https://workouts.whitney.rip
status: up status: up
code: 200 code: 200
responseTime: 359 responseTime: 72
lastUpdated: 2026-07-03T23:57:31.956Z lastUpdated: 2026-07-04T23:54:22.615Z
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>