mirror of
https://github.com/whitney-server/upptime.git
synced 2026-08-09 21:33:36 -07:00
Compare commits
11 Commits
94ac464972
...
71578d78bd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71578d78bd | ||
|
|
0716839177 | ||
|
|
af0e0f9726 | ||
|
|
97185c4bec | ||
|
|
59fc4bf41e | ||
|
|
67c27df103 | ||
|
|
38cf729fc5 | ||
|
|
bb6e0fb01f | ||
|
|
d2476081ac | ||
|
|
49d0eecbb2 | ||
|
|
b3c5891b0e |
4
.github/workflows/graphs.yml
vendored
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.42.5
|
# 🔼 Upptime @v1.42.6
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate graphs
|
- name: Generate graphs
|
||||||
uses: upptime/uptime-monitor@v1.42.5
|
uses: upptime/uptime-monitor@v1.42.6
|
||||||
with:
|
with:
|
||||||
command: "graphs"
|
command: "graphs"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/response-time.yml
vendored
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.42.5
|
# 🔼 Upptime @v1.42.6
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.42.5
|
uses: upptime/uptime-monitor@v1.42.6
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
|
|||||||
10
.github/workflows/setup.yml
vendored
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.42.5
|
# 🔼 Upptime @v1.42.6
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -36,20 +36,20 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update template
|
- name: Update template
|
||||||
uses: upptime/uptime-monitor@v1.42.5
|
uses: upptime/uptime-monitor@v1.42.6
|
||||||
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.42.5
|
uses: upptime/uptime-monitor@v1.42.6
|
||||||
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.42.5
|
uses: upptime/uptime-monitor@v1.42.6
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
@ -60,7 +60,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.42.5
|
uses: upptime/uptime-monitor@v1.42.6
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/site.yml
vendored
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.42.5
|
# 🔼 Upptime @v1.42.6
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -39,7 +39,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.42.5
|
uses: upptime/uptime-monitor@v1.42.6
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
|
|||||||
4
.github/workflows/summary.yml
vendored
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.42.5
|
# 🔼 Upptime @v1.42.6
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.42.5
|
uses: upptime/uptime-monitor@v1.42.6
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
|
|||||||
2
.github/workflows/update-template.yml
vendored
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.42.5
|
# 🔼 Upptime @v1.42.6
|
||||||
# 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
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.42.5
|
# 🔼 Upptime @v1.42.6
|
||||||
# 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
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.42.5
|
# 🔼 Upptime @v1.42.6
|
||||||
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
|
||||||
|
|
||||||
# * Source: https://github.com/upptime/upptime
|
# * Source: https://github.com/upptime/upptime
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
ref: ${{ github.head_ref || github.ref_name }}
|
ref: ${{ github.head_ref || github.ref_name }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT || github.token }}
|
||||||
- name: Check endpoint status
|
- name: Check endpoint status
|
||||||
uses: upptime/uptime-monitor@v1.42.5
|
uses: upptime/uptime-monitor@v1.42.6
|
||||||
with:
|
with:
|
||||||
command: "update"
|
command: "update"
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://jakesphotos.whitney.rip
|
url: https://jakesphotos.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 312
|
responseTime: 330
|
||||||
lastUpdated: 2026-06-16T00:23:36.023Z
|
lastUpdated: 2026-06-17T00:10:10.247Z
|
||||||
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>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://jake.runyan.dev
|
url: https://jake.runyan.dev
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 237
|
responseTime: 435
|
||||||
lastUpdated: 2026-06-16T00:23:35.680Z
|
lastUpdated: 2026-06-17T00:10:09.883Z
|
||||||
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>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://jakeswestcoast.com
|
url: https://jakeswestcoast.com
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 127
|
responseTime: 260
|
||||||
lastUpdated: 2026-06-16T00:23:37.260Z
|
lastUpdated: 2026-06-17T00:10:12.891Z
|
||||||
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>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://apply.whitney.rip
|
url: https://apply.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 90
|
responseTime: 238
|
||||||
lastUpdated: 2026-06-16T00:23:37.716Z
|
lastUpdated: 2026-06-17T00:10:13.864Z
|
||||||
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>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://git.whitney.rip
|
url: https://git.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 403
|
responseTime: 557
|
||||||
lastUpdated: 2026-06-16T00:23:36.458Z
|
lastUpdated: 2026-06-17T00:10:10.837Z
|
||||||
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>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://grafana.whitney.rip
|
url: https://grafana.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 213
|
responseTime: 749
|
||||||
lastUpdated: 2026-06-16T00:23:37.101Z
|
lastUpdated: 2026-06-17T00:10:12.599Z
|
||||||
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>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://www.whitney.rip
|
url: https://www.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 347
|
responseTime: 441
|
||||||
lastUpdated: 2026-06-16T00:23:35.395Z
|
lastUpdated: 2026-06-17T00:10:09.404Z
|
||||||
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>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://images.whitney.rip
|
url: https://images.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 87
|
responseTime: 525
|
||||||
lastUpdated: 2026-06-16T00:23:36.575Z
|
lastUpdated: 2026-06-17T00:10:11.395Z
|
||||||
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>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://recipes.whitney.rip
|
url: https://recipes.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 253
|
responseTime: 388
|
||||||
lastUpdated: 2026-06-16T00:23:36.858Z
|
lastUpdated: 2026-06-17T00:10:11.816Z
|
||||||
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>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
url: https://workouts.whitney.rip
|
url: https://workouts.whitney.rip
|
||||||
status: up
|
status: up
|
||||||
code: 200
|
code: 200
|
||||||
responseTime: 296
|
responseTime: 659
|
||||||
lastUpdated: 2026-06-16T00:23:37.594Z
|
lastUpdated: 2026-06-17T00:10:13.593Z
|
||||||
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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user