Compare commits

...

13 Commits

Author SHA1 Message Date
Upptime Bot
5957db7d22 🗃️ Update status summary [skip ci] [upptime] 2026-05-22 03:55:54 +00:00
Upptime Bot
f640013536 📝 Update summary in README [skip ci] [upptime] 2026-05-22 03:55:54 +00:00
Upptime Bot
d5ef61116f ⬆️ Update @upptime to v1.41.5 2026-05-22 02:35:06 +00:00
Upptime Bot
97079b1001 🟩 PWS Applications is up (200 in 187 ms) [skip ci] [upptime] 2026-05-21 23:54:09 +00:00
Upptime Bot
5db00b1d33 🟩 PWS Workouts is up (200 in 177 ms) [skip ci] [upptime] 2026-05-21 23:54:09 +00:00
Upptime Bot
a8c5debfe7 🟥 Jakes West Coast Site is down (404 in 198 ms) [skip ci] [upptime] 2026-05-21 23:54:09 +00:00
Upptime Bot
cb64404f83 🟩 PWS Grafana is up (200 in 386 ms) [skip ci] [upptime] 2026-05-21 23:53:56 +00:00
Upptime Bot
aaa22acdd1 🟩 PWS Recipes is up (200 in 425 ms) [skip ci] [upptime] 2026-05-21 23:53:56 +00:00
Upptime Bot
779bfde832 🟩 PWS Photos is up (200 in 174 ms) [skip ci] [upptime] 2026-05-21 23:53:55 +00:00
Upptime Bot
2b5860481e 🟩 PWS Git is up (200 in 438 ms) [skip ci] [upptime] 2026-05-21 23:53:55 +00:00
Upptime Bot
789d46078a 🟥 Jake Runyan Photography is down (404 in 167 ms) [skip ci] [upptime] 2026-05-21 23:53:55 +00:00
Upptime Bot
9ae967a936 🟩 Jake Runyan Portfolio is up (200 in 312 ms) [skip ci] [upptime] 2026-05-21 23:53:42 +00:00
Upptime Bot
fa4ec3a3b3 🟩 PWS Homepage is up (200 in 484 ms) [skip ci] [upptime] 2026-05-21 23:53:41 +00:00
20 changed files with 111 additions and 109 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.41.4 # 🔼 Upptime @v1.41.5
# 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
@ -27,12 +27,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Generate graphs - name: Generate graphs
uses: upptime/uptime-monitor@v1.41.4 uses: upptime/uptime-monitor@v1.41.5
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.41.4 # 🔼 Upptime @v1.41.5
# 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
@ -27,12 +27,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
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.4 uses: upptime/uptime-monitor@v1.41.5
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.41.4 # 🔼 Upptime @v1.41.5
# 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
@ -28,25 +28,25 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Update template - name: Update template
uses: upptime/uptime-monitor@v1.41.4 uses: upptime/uptime-monitor@v1.41.5
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.4 uses: upptime/uptime-monitor@v1.41.5
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.4 uses: upptime/uptime-monitor@v1.41.5
with: with:
command: "readme" command: "readme"
env: env:
@ -57,7 +57,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.4 uses: upptime/uptime-monitor@v1.41.5
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.41.4 # 🔼 Upptime @v1.41.5
# 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
@ -28,12 +28,12 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')" if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Generate site - name: Generate site
uses: upptime/uptime-monitor@v1.41.4 uses: upptime/uptime-monitor@v1.41.5
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.41.4 # 🔼 Upptime @v1.41.5
# 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
@ -27,12 +27,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
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.4 uses: upptime/uptime-monitor@v1.41.5
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.41.4 # 🔼 Upptime @v1.41.5
# 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
@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}

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.41.4 # 🔼 Upptime @v1.41.5
# 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
@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}

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.41.4 # 🔼 Upptime @v1.41.5
# 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
@ -27,12 +27,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v5
with: with:
ref: ${{ github.head_ref }} ref: ${{ github.head_ref }}
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.4 uses: upptime/uptime-monitor@v1.41.5
with: with:
command: "update" command: "update"
env: env:

View File

@ -14,16 +14,16 @@ This repository contains the open-source uptime monitor and status page for [PWS
<!-- prettier-ignore --> <!-- prettier-ignore -->
| URL | Status | History | Response Time | Uptime | | URL | Status | History | Response Time | Uptime |
| --- | ------ | ------- | ------------- | ------ | | --- | ------ | ------- | ------------- | ------ |
| <img alt="" src="https://icons.duckduckgo.com/ip3/www.whitney.rip.ico" height="13"> [PWS Homepage](https://www.whitney.rip) | 🟩 Up | [pws-homepage.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-homepage.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-homepage/response-time-week.png" height="20"> 405ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="Response time 471" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="24-hour response time 515" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="7-day response time 405" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="30-day response time 376" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="1-year response time 468" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-homepage">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="All-time uptime 96.90%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="30-day uptime 95.99%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/www.whitney.rip.ico" height="13"> [PWS Homepage](https://www.whitney.rip) | 🟩 Up | [pws-homepage.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-homepage.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-homepage/response-time-week.png" height="20"> 426ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="Response time 471" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="24-hour response time 484" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="7-day response time 426" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="30-day response time 386" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="1-year response time 468" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-homepage">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="All-time uptime 96.90%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="30-day uptime 95.99%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-homepage%2Fuptime-year.json"></a></details>
| <img alt="" src="https://icons.duckduckgo.com/ip3/jake.runyan.dev.ico" height="13"> [Jake Runyan Portfolio](https://jake.runyan.dev) | 🟩 Up | [jake-runyan-portfolio.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jake-runyan-portfolio.yml) | <details><summary><img alt="Response time graph" src="./graphs/jake-runyan-portfolio/response-time-week.png" height="20"> 362ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="Response time 325" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="24-hour response time 409" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="7-day response time 362" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="30-day response time 364" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="1-year response time 338" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="All-time uptime 91.44%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="30-day uptime 96.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="1-year uptime 90.60%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/jake.runyan.dev.ico" height="13"> [Jake Runyan Portfolio](https://jake.runyan.dev) | 🟩 Up | [jake-runyan-portfolio.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jake-runyan-portfolio.yml) | <details><summary><img alt="Response time graph" src="./graphs/jake-runyan-portfolio/response-time-week.png" height="20"> 375ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="Response time 325" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="24-hour response time 312" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="7-day response time 375" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="30-day response time 366" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="1-year response time 338" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="All-time uptime 91.46%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="30-day uptime 96.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="1-year uptime 90.60%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-portfolio%2Fuptime-year.json"></a></details>
| <img alt="" src="https://icons.duckduckgo.com/ip3/jakesphotos.whitney.rip.ico" height="13"> [Jake Runyan Photography](https://jakesphotos.whitney.rip) | 🟥 Down | [jake-runyan-photography.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jake-runyan-photography.yml) | <details><summary><img alt="Response time graph" src="./graphs/jake-runyan-photography/response-time-week.png" height="20"> 307ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="Response time 442" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="24-hour response time 184" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="7-day response time 307" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="30-day response time 396" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="1-year response time 437" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography">0.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="All-time uptime 87.22%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="30-day uptime 42.65%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="1-year uptime 85.59%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/jakesphotos.whitney.rip.ico" height="13"> [Jake Runyan Photography](https://jakesphotos.whitney.rip) | 🟥 Down | [jake-runyan-photography.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jake-runyan-photography.yml) | <details><summary><img alt="Response time graph" src="./graphs/jake-runyan-photography/response-time-week.png" height="20"> 295ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="Response time 441" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="24-hour response time 167" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="7-day response time 295" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="30-day response time 395" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="1-year response time 437" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography">0.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="All-time uptime 87.02%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="30-day uptime 39.37%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="1-year uptime 85.32%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjake-runyan-photography%2Fuptime-year.json"></a></details>
| <img alt="" src="https://icons.duckduckgo.com/ip3/git.whitney.rip.ico" height="13"> [PWS Git](https://git.whitney.rip) | 🟩 Up | [pws-git.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-git.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-git/response-time-week.png" height="20"> 415ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="Response time 473" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="24-hour response time 385" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="7-day response time 415" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="30-day response time 448" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="1-year response time 471" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-git">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="All-time uptime 96.88%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="30-day uptime 96.03%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/git.whitney.rip.ico" height="13"> [PWS Git](https://git.whitney.rip) | 🟩 Up | [pws-git.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-git.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-git/response-time-week.png" height="20"> 428ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="Response time 473" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="24-hour response time 438" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="7-day response time 428" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="30-day response time 451" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="1-year response time 471" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-git">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="All-time uptime 96.88%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="30-day uptime 96.03%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-git%2Fuptime-year.json"></a></details>
| <img alt="" src="https://icons.duckduckgo.com/ip3/images.whitney.rip.ico" height="13"> [PWS Photos](https://images.whitney.rip) | 🟩 Up | [pws-photos.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-photos.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-photos/response-time-week.png" height="20"> 316ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="Response time 397" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="24-hour response time 470" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="7-day response time 316" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="30-day response time 329" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="1-year response time 396" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-photos">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="All-time uptime 96.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="30-day uptime 96.04%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="1-year uptime 97.08%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/images.whitney.rip.ico" height="13"> [PWS Photos](https://images.whitney.rip) | 🟩 Up | [pws-photos.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-photos.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-photos/response-time-week.png" height="20"> 309ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="Response time 397" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="24-hour response time 174" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="7-day response time 309" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="30-day response time 332" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="1-year response time 395" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-photos">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="All-time uptime 96.88%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="30-day uptime 96.04%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="1-year uptime 97.08%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-photos%2Fuptime-year.json"></a></details>
| <img alt="" src="https://icons.duckduckgo.com/ip3/recipes.whitney.rip.ico" height="13"> [PWS Recipes](https://recipes.whitney.rip) | 🟩 Up | [pws-recipes.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-recipes.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-recipes/response-time-week.png" height="20"> 383ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="Response time 402" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="24-hour response time 630" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="7-day response time 383" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="30-day response time 356" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="1-year response time 397" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-recipes">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="All-time uptime 96.87%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="30-day uptime 96.05%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="1-year uptime 97.08%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/recipes.whitney.rip.ico" height="13"> [PWS Recipes](https://recipes.whitney.rip) | 🟩 Up | [pws-recipes.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-recipes.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-recipes/response-time-week.png" height="20"> 434ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="Response time 402" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="24-hour response time 425" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="7-day response time 434" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="30-day response time 366" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="1-year response time 396" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-recipes">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="All-time uptime 96.88%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="30-day uptime 96.05%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="1-year uptime 97.08%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-recipes%2Fuptime-year.json"></a></details>
| <img alt="" src="https://icons.duckduckgo.com/ip3/grafana.whitney.rip.ico" height="13"> [PWS Grafana](https://grafana.whitney.rip) | 🟩 Up | [pws-grafana.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-grafana.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-grafana/response-time-week.png" height="20"> 391ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="Response time 514" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="24-hour response time 341" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="7-day response time 391" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="30-day response time 442" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="1-year response time 514" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-grafana">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="All-time uptime 96.85%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="30-day uptime 96.07%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/grafana.whitney.rip.ico" height="13"> [PWS Grafana](https://grafana.whitney.rip) | 🟩 Up | [pws-grafana.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-grafana.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-grafana/response-time-week.png" height="20"> 429ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="Response time 514" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="24-hour response time 386" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="7-day response time 429" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="30-day response time 440" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="1-year response time 514" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-grafana">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="All-time uptime 96.85%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="30-day uptime 96.07%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="1-year uptime 97.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-grafana%2Fuptime-year.json"></a></details>
| <img alt="" src="https://icons.duckduckgo.com/ip3/jakeswestcoast.com.ico" height="13"> [Jakes West Coast Site](https://jakeswestcoast.com) | 🟥 Down | [jakes-west-coast-site.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jakes-west-coast-site.yml) | <details><summary><img alt="Response time graph" src="./graphs/jakes-west-coast-site/response-time-week.png" height="20"> 181ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="Response time 529" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="24-hour response time 167" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="7-day response time 181" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="30-day response time 202" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="1-year response time 365" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site">0.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="All-time uptime 83.04%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="30-day uptime 42.71%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="1-year uptime 80.95%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/jakeswestcoast.com.ico" height="13"> [Jakes West Coast Site](https://jakeswestcoast.com) | 🟥 Down | [jakes-west-coast-site.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/jakes-west-coast-site.yml) | <details><summary><img alt="Response time graph" src="./graphs/jakes-west-coast-site/response-time-week.png" height="20"> 203ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="Response time 528" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="24-hour response time 198" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="7-day response time 203" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="30-day response time 205" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="1-year response time 365" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site">0.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="All-time uptime 82.84%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="24-hour uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="7-day uptime 0.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="30-day uptime 39.43%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="1-year uptime 80.68%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fjakes-west-coast-site%2Fuptime-year.json"></a></details>
| <img alt="" src="https://icons.duckduckgo.com/ip3/workouts.whitney.rip.ico" height="13"> [PWS Workouts](https://workouts.whitney.rip) | 🟩 Up | [pws-workouts.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-workouts.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-workouts/response-time-week.png" height="20"> 350ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="Response time 319" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="24-hour response time 374" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="7-day response time 350" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="30-day response time 313" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="1-year response time 319" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-workouts">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="All-time uptime 96.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="30-day uptime 96.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="1-year uptime 96.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/workouts.whitney.rip.ico" height="13"> [PWS Workouts](https://workouts.whitney.rip) | 🟩 Up | [pws-workouts.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-workouts.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-workouts/response-time-week.png" height="20"> 332ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="Response time 317" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="24-hour response time 177" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="7-day response time 332" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="30-day response time 316" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="1-year response time 317" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-workouts">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="All-time uptime 96.16%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="30-day uptime 96.09%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-workouts"><img alt="1-year uptime 96.16%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-workouts%2Fuptime-year.json"></a></details>
| <img alt="" src="https://icons.duckduckgo.com/ip3/apply.whitney.rip.ico" height="13"> [PWS Applications](https://apply.whitney.rip) | 🟩 Up | [pws-applications.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-applications.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-applications/response-time-week.png" height="20"> 266ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="Response time 277" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="24-hour response time 209" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="7-day response time 266" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="30-day response time 277" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="1-year response time 277" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-applications">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="All-time uptime 99.34%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="30-day uptime 99.34%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="1-year uptime 99.34%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-year.json"></a></details> | <img alt="" src="https://icons.duckduckgo.com/ip3/apply.whitney.rip.ico" height="13"> [PWS Applications](https://apply.whitney.rip) | 🟩 Up | [pws-applications.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-applications.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-applications/response-time-week.png" height="20"> 286ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="Response time 272" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="24-hour response time 187" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="7-day response time 286" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="30-day response time 272" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="1-year response time 272" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-applications">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="All-time uptime 99.38%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="24-hour uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="7-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="30-day uptime 99.38%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-applications"><img alt="1-year uptime 99.38%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-applications%2Fuptime-year.json"></a></details>
<!--end: status pages--> <!--end: status pages-->

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: 184 responseTime: 167
lastUpdated: 2026-05-21T00:01:05.786Z lastUpdated: 2026-05-21T23:53:55.204Z
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: 409 responseTime: 312
lastUpdated: 2026-05-21T00:00:52.774Z lastUpdated: 2026-05-21T23:53:42.105Z
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: 167 responseTime: 198
lastUpdated: 2026-05-21T00:01:20.403Z lastUpdated: 2026-05-21T23:54:09.433Z
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: 209 responseTime: 187
lastUpdated: 2026-05-21T00:01:21.045Z lastUpdated: 2026-05-21T23:54:09.850Z
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: 385 responseTime: 438
lastUpdated: 2026-05-21T00:01:06.200Z lastUpdated: 2026-05-21T23:53:55.668Z
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: 341 responseTime: 386
lastUpdated: 2026-05-21T00:01:07.737Z lastUpdated: 2026-05-21T23:53:56.738Z
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: 515 responseTime: 484
lastUpdated: 2026-05-21T00:00:52.326Z lastUpdated: 2026-05-21T23:53:41.756Z
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: 470 responseTime: 174
lastUpdated: 2026-05-21T00:01:06.699Z lastUpdated: 2026-05-21T23:53:55.868Z
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: 630 responseTime: 425
lastUpdated: 2026-05-21T00:01:07.367Z lastUpdated: 2026-05-21T23:53:56.326Z
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: 374 responseTime: 177
lastUpdated: 2026-05-21T00:01:20.807Z lastUpdated: 2026-05-21T23:54:09.637Z
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>

View File

@ -11,9 +11,9 @@
"uptimeMonth": "95.99%", "uptimeMonth": "95.99%",
"uptimeYear": "97.09%", "uptimeYear": "97.09%",
"time": 471, "time": 471,
"timeDay": 515, "timeDay": 484,
"timeWeek": 405, "timeWeek": 426,
"timeMonth": 376, "timeMonth": 386,
"timeYear": 468, "timeYear": 468,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-12": 244, "2026-05-12": 244,
@ -41,15 +41,15 @@
"icon": "https://icons.duckduckgo.com/ip3/jake.runyan.dev.ico", "icon": "https://icons.duckduckgo.com/ip3/jake.runyan.dev.ico",
"slug": "jake-runyan-portfolio", "slug": "jake-runyan-portfolio",
"status": "up", "status": "up",
"uptime": "91.44%", "uptime": "91.46%",
"uptimeDay": "100.00%", "uptimeDay": "100.00%",
"uptimeWeek": "100.00%", "uptimeWeek": "100.00%",
"uptimeMonth": "96.00%", "uptimeMonth": "96.00%",
"uptimeYear": "90.60%", "uptimeYear": "90.60%",
"time": 325, "time": 325,
"timeDay": 409, "timeDay": 312,
"timeWeek": 362, "timeWeek": 375,
"timeMonth": 364, "timeMonth": 366,
"timeYear": 338, "timeYear": 338,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-12": 239, "2026-05-12": 239,
@ -103,18 +103,19 @@
"icon": "https://icons.duckduckgo.com/ip3/jakesphotos.whitney.rip.ico", "icon": "https://icons.duckduckgo.com/ip3/jakesphotos.whitney.rip.ico",
"slug": "jake-runyan-photography", "slug": "jake-runyan-photography",
"status": "down", "status": "down",
"uptime": "87.22%", "uptime": "87.02%",
"uptimeDay": "0.00%", "uptimeDay": "0.00%",
"uptimeWeek": "0.00%", "uptimeWeek": "0.00%",
"uptimeMonth": "42.65%", "uptimeMonth": "39.37%",
"uptimeYear": "85.59%", "uptimeYear": "85.32%",
"time": 442, "time": 441,
"timeDay": 184, "timeDay": 167,
"timeWeek": 307, "timeWeek": 295,
"timeMonth": 396, "timeMonth": 395,
"timeYear": 437, "timeYear": 437,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-21": 240, "2026-05-22": 236,
"2026-05-21": 1440,
"2026-05-20": 1440, "2026-05-20": 1440,
"2026-05-19": 1440, "2026-05-19": 1440,
"2026-05-18": 1440, "2026-05-18": 1440,
@ -191,9 +192,9 @@
"uptimeMonth": "96.03%", "uptimeMonth": "96.03%",
"uptimeYear": "97.09%", "uptimeYear": "97.09%",
"time": 473, "time": 473,
"timeDay": 385, "timeDay": 438,
"timeWeek": 415, "timeWeek": 428,
"timeMonth": 448, "timeMonth": 451,
"timeYear": 471, "timeYear": 471,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-12": 229, "2026-05-12": 229,
@ -222,16 +223,16 @@
"icon": "https://icons.duckduckgo.com/ip3/images.whitney.rip.ico", "icon": "https://icons.duckduckgo.com/ip3/images.whitney.rip.ico",
"slug": "pws-photos", "slug": "pws-photos",
"status": "up", "status": "up",
"uptime": "96.87%", "uptime": "96.88%",
"uptimeDay": "100.00%", "uptimeDay": "100.00%",
"uptimeWeek": "100.00%", "uptimeWeek": "100.00%",
"uptimeMonth": "96.04%", "uptimeMonth": "96.04%",
"uptimeYear": "97.08%", "uptimeYear": "97.08%",
"time": 397, "time": 397,
"timeDay": 470, "timeDay": 174,
"timeWeek": 316, "timeWeek": 309,
"timeMonth": 329, "timeMonth": 332,
"timeYear": 396, "timeYear": 395,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-12": 224, "2026-05-12": 224,
"2026-05-04": 77, "2026-05-04": 77,
@ -259,16 +260,16 @@
"icon": "https://icons.duckduckgo.com/ip3/recipes.whitney.rip.ico", "icon": "https://icons.duckduckgo.com/ip3/recipes.whitney.rip.ico",
"slug": "pws-recipes", "slug": "pws-recipes",
"status": "up", "status": "up",
"uptime": "96.87%", "uptime": "96.88%",
"uptimeDay": "100.00%", "uptimeDay": "100.00%",
"uptimeWeek": "100.00%", "uptimeWeek": "100.00%",
"uptimeMonth": "96.05%", "uptimeMonth": "96.05%",
"uptimeYear": "97.08%", "uptimeYear": "97.08%",
"time": 402, "time": 402,
"timeDay": 630, "timeDay": 425,
"timeWeek": 383, "timeWeek": 434,
"timeMonth": 356, "timeMonth": 366,
"timeYear": 397, "timeYear": 396,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-12": 219, "2026-05-12": 219,
"2026-05-04": 77, "2026-05-04": 77,
@ -302,9 +303,9 @@
"uptimeMonth": "96.07%", "uptimeMonth": "96.07%",
"uptimeYear": "97.09%", "uptimeYear": "97.09%",
"time": 514, "time": 514,
"timeDay": 341, "timeDay": 386,
"timeWeek": 391, "timeWeek": 429,
"timeMonth": 442, "timeMonth": 440,
"timeYear": 514, "timeYear": 514,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-12": 215, "2026-05-12": 215,
@ -333,18 +334,19 @@
"icon": "https://icons.duckduckgo.com/ip3/jakeswestcoast.com.ico", "icon": "https://icons.duckduckgo.com/ip3/jakeswestcoast.com.ico",
"slug": "jakes-west-coast-site", "slug": "jakes-west-coast-site",
"status": "down", "status": "down",
"uptime": "83.04%", "uptime": "82.84%",
"uptimeDay": "0.00%", "uptimeDay": "0.00%",
"uptimeWeek": "0.00%", "uptimeWeek": "0.00%",
"uptimeMonth": "42.71%", "uptimeMonth": "39.43%",
"uptimeYear": "80.95%", "uptimeYear": "80.68%",
"time": 529, "time": 528,
"timeDay": 167, "timeDay": 198,
"timeWeek": 181, "timeWeek": 203,
"timeMonth": 202, "timeMonth": 205,
"timeYear": 365, "timeYear": 365,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-21": 240, "2026-05-22": 236,
"2026-05-21": 1440,
"2026-05-20": 1440, "2026-05-20": 1440,
"2026-05-19": 1440, "2026-05-19": 1440,
"2026-05-18": 1440, "2026-05-18": 1440,
@ -430,16 +432,16 @@
"icon": "https://icons.duckduckgo.com/ip3/workouts.whitney.rip.ico", "icon": "https://icons.duckduckgo.com/ip3/workouts.whitney.rip.ico",
"slug": "pws-workouts", "slug": "pws-workouts",
"status": "up", "status": "up",
"uptime": "96.09%", "uptime": "96.16%",
"uptimeDay": "100.00%", "uptimeDay": "100.00%",
"uptimeWeek": "100.00%", "uptimeWeek": "100.00%",
"uptimeMonth": "96.09%", "uptimeMonth": "96.09%",
"uptimeYear": "96.09%", "uptimeYear": "96.16%",
"time": 319, "time": 317,
"timeDay": 374, "timeDay": 177,
"timeWeek": 350, "timeWeek": 332,
"timeMonth": 313, "timeMonth": 316,
"timeYear": 319, "timeYear": 317,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-12": 205, "2026-05-12": 205,
"2026-05-04": 76, "2026-05-04": 76,
@ -455,16 +457,16 @@
"icon": "https://icons.duckduckgo.com/ip3/apply.whitney.rip.ico", "icon": "https://icons.duckduckgo.com/ip3/apply.whitney.rip.ico",
"slug": "pws-applications", "slug": "pws-applications",
"status": "up", "status": "up",
"uptime": "99.34%", "uptime": "99.38%",
"uptimeDay": "100.00%", "uptimeDay": "100.00%",
"uptimeWeek": "100.00%", "uptimeWeek": "100.00%",
"uptimeMonth": "99.34%", "uptimeMonth": "99.38%",
"uptimeYear": "99.34%", "uptimeYear": "99.38%",
"time": 277, "time": 272,
"timeDay": 209, "timeDay": 187,
"timeWeek": 266, "timeWeek": 286,
"timeMonth": 277, "timeMonth": 272,
"timeYear": 277, "timeYear": 272,
"dailyMinutesDown": { "dailyMinutesDown": {
"2026-05-12": 125 "2026-05-12": 125
} }