Compare commits
13 Commits
a201f3924b
...
1b49423348
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1b49423348 | ||
![]() |
9d62da9ffa | ||
![]() |
e7568fded5 | ||
![]() |
ddf13ddd90 | ||
![]() |
c5b6f40081 | ||
![]() |
2623a48e90 | ||
![]() |
a32a819778 | ||
![]() |
e0be699880 | ||
![]() |
8e78629acc | ||
![]() |
77e8f6f386 | ||
![]() |
afd8877f6f | ||
![]() |
978c2f1ffd | ||
![]() |
348ae8ed3d |
4
.github/workflows/graphs.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.40.0
|
# 🔼 Upptime @v1.40.1
|
||||||
# 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
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
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.40.0
|
uses: upptime/uptime-monitor@v1.40.1
|
||||||
with:
|
with:
|
||||||
command: "graphs"
|
command: "graphs"
|
||||||
env:
|
env:
|
||||||
|
4
.github/workflows/response-time.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.40.0
|
# 🔼 Upptime @v1.40.1
|
||||||
# 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
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
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.40.0
|
uses: upptime/uptime-monitor@v1.40.1
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
|
10
.github/workflows/setup.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.40.0
|
# 🔼 Upptime @v1.40.1
|
||||||
# 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
|
||||||
@ -33,20 +33,20 @@ jobs:
|
|||||||
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.40.0
|
uses: upptime/uptime-monitor@v1.40.1
|
||||||
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.40.0
|
uses: upptime/uptime-monitor@v1.40.1
|
||||||
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.40.0
|
uses: upptime/uptime-monitor@v1.40.1
|
||||||
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.40.0
|
uses: upptime/uptime-monitor@v1.40.1
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
4
.github/workflows/site.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.40.0
|
# 🔼 Upptime @v1.40.1
|
||||||
# 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
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
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.40.0
|
uses: upptime/uptime-monitor@v1.40.1
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
4
.github/workflows/summary.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.40.0
|
# 🔼 Upptime @v1.40.1
|
||||||
# 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
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
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.40.0
|
uses: upptime/uptime-monitor@v1.40.1
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
|
2
.github/workflows/update-template.yml
vendored
@ -6,7 +6,7 @@
|
|||||||
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
|
||||||
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
|
||||||
#
|
#
|
||||||
# 🔼 Upptime @v1.40.0
|
# 🔼 Upptime @v1.40.1
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
2
.github/workflows/updates.yml
vendored
@ -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.40.0
|
# 🔼 Upptime @v1.40.1
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
|
4
.github/workflows/uptime.yml
vendored
@ -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.40.0
|
# 🔼 Upptime @v1.40.1
|
||||||
# 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
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
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.40.0
|
uses: upptime/uptime-monitor@v1.40.1
|
||||||
with:
|
with:
|
||||||
command: "update"
|
command: "update"
|
||||||
env:
|
env:
|
||||||
|
18
README.md
@ -14,15 +14,15 @@ 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"> 461ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="Response time 475" 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 666" 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 461" 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 475" 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 475" 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 100.00%" 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 100.00%" 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 100.00%" 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"> 432ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-homepage"><img alt="Response time 474" 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 437" 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 432" 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 474" 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 474" 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 100.00%" 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 100.00%" 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 100.00%" 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"> 251ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="Response time 259" 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 212" 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 251" 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 259" 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 259" 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 100.00%" 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 100.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 100.00%" 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"> 225ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-portfolio"><img alt="Response time 256" 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 163" 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 225" 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 256" 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 256" 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 100.00%" 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 100.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 100.00%" 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) | 🟩 Up | [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"> 452ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="Response time 476" 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 780" 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 452" 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 476" 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 476" 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">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="All-time uptime 100.00%" 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 100.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 100.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 100.00%" 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 100.00%" 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) | 🟩 Up | [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"> 462ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="Response time 477" 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 500" 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 462" 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 477" 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 477" 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">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jake-runyan-photography"><img alt="All-time uptime 100.00%" 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 100.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 100.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 100.00%" 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 100.00%" 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"> 568ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="Response time 510" 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 602" 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 568" 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 510" 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 510" 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 100.00%" 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 100.00%" 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 100.00%" 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"> 527ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-git"><img alt="Response time 495" 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 86" 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 527" 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 495" 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 495" 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 100.00%" 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 100.00%" 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 100.00%" 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"> 411ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="Response time 425" 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 942" 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 411" 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 425" 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 425" 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 100.00%" 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 100.00%" 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 100.00%" 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"> 367ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-photos"><img alt="Response time 422" 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 324" 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 367" 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 422" 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 422" 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 100.00%" 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 100.00%" 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 100.00%" 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"> 426ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="Response time 430" 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 1010" 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 426" 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 430" 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 430" 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 99.95%" 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 99.95%" 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 99.95%" 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"> 416ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-recipes"><img alt="Response time 428" 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 362" 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 416" 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 428" 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 428" 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 99.96%" 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 99.96%" 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 99.96%" 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"> 404ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="Response time 506" 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 298" 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 404" 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 506" 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 506" 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 100.00%" 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 100.00%" 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 100.00%" 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"> 356ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-grafana"><img alt="Response time 497" 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 296" 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 356" 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 497" 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 497" 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 100.00%" 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 100.00%" 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 100.00%" 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/chat.whitney.rip.ico" height="13"> [PWS GPT](https://chat.whitney.rip) | 🟩 Up | [pws-gpt.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-gpt.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-gpt/response-time-week.png" height="20"> 339ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="Response time 356" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="24-hour response time 744" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="7-day response time 339" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><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-gpt%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="1-year response time 356" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-gpt">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><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-gpt%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><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-gpt%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fuptime-year.json"></a></details>
|
| <img alt="" src="https://icons.duckduckgo.com/ip3/chat.whitney.rip.ico" height="13"> [PWS GPT](https://chat.whitney.rip) | 🟩 Up | [pws-gpt.yml](https://github.com/whitney-server/upptime/commits/HEAD/history/pws-gpt.yml) | <details><summary><img alt="Response time graph" src="./graphs/pws-gpt/response-time-week.png" height="20"> 342ms</summary><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="Response time 364" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fresponse-time.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="24-hour response time 541" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fresponse-time-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="7-day response time 342" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fresponse-time-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><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%2Fpws-gpt%2Fresponse-time-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="1-year response time 364" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fresponse-time-year.json"></a></details> | <details><summary><a href="https://whitney-server.github.io/upptime/history/pws-gpt">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="All-time uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fuptime.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><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-gpt%2Fuptime-day.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><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-gpt%2Fuptime-week.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="30-day uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%2Fuptime-month.json"></a><br><a href="https://whitney-server.github.io/upptime/history/pws-gpt"><img alt="1-year uptime 100.00%" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fwhitney-server%2Fupptime%2FHEAD%2Fapi%2Fpws-gpt%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) | 🟩 Up | [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"> 264ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="Response time 288" 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 294" 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 264" 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 288" 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 288" 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">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="All-time uptime 100.00%" 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 100.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 100.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 100.00%" 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 100.00%" 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) | 🟩 Up | [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"> 232ms</summary><br><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="Response time 280" 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 112" 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 232" 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 280" 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 280" 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">100.00%</a></summary><a href="https://whitney-server.github.io/upptime/history/jakes-west-coast-site"><img alt="All-time uptime 100.00%" 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 100.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 100.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 100.00%" 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 100.00%" 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>
|
||||||
|
|
||||||
<!--end: status pages-->
|
<!--end: status pages-->
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"347 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"780 ms","color":"yellow"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"468 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"476 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"440 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"452 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"468 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 1y","message":"476 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"468 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time","message":"476 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"231 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"212 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"260 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"259 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"238 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"251 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"260 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"259 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"260 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"259 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"199 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"294 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"287 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"288 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"245 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"264 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"287 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"288 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"287 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"288 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"1234 ms","color":"red"}
|
{"schemaVersion":1,"label":"response time 24h","message":"602 ms","color":"yellow"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"506 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"510 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"558 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"568 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"506 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 1y","message":"510 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"506 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time","message":"510 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"138 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"744 ms","color":"yellow"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"336 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 30d","message":"356 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"299 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"339 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"336 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 1y","message":"356 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"336 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time","message":"356 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"276 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"298 ms","color":"green"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"517 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"506 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"374 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"404 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"517 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 1y","message":"506 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"517 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time","message":"506 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"518 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"666 ms","color":"yellow"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"469 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"475 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"487 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 7d","message":"461 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"469 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 1y","message":"475 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"469 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time","message":"475 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"221 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 24h","message":"942 ms","color":"orange"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"406 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"425 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"343 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"411 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"406 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 1y","message":"425 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"406 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time","message":"425 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 24h","message":"119 ms","color":"brightgreen"}
|
{"schemaVersion":1,"label":"response time 24h","message":"1010 ms","color":"red"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 30d","message":"410 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 30d","message":"430 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 7d","message":"336 ms","color":"green"}
|
{"schemaVersion":1,"label":"response time 7d","message":"426 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time 1y","message":"410 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time 1y","message":"430 ms","color":"yellowgreen"}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"schemaVersion":1,"label":"response time","message":"410 ms","color":"yellowgreen"}
|
{"schemaVersion":1,"label":"response time","message":"430 ms","color":"yellowgreen"}
|
||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 28 KiB |
@ -1,7 +1,7 @@
|
|||||||
url: https://jakesphotos.whitney.rip
|
url: https://jakesphotos.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 780
|
responseTime: 500
|
||||||
lastUpdated: 2025-04-08T23:10:58.942Z
|
lastUpdated: 2025-04-09T23:10:51.957Z
|
||||||
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>
|
||||||
|