mirror of
https://github.com/whitney-server/upptime.git
synced 2026-08-14 07:33:36 -07:00
Compare commits
11 Commits
774cf7673a
...
127bace238
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
127bace238 | ||
|
|
870df3f883 | ||
|
|
18c1645ab9 | ||
|
|
2f9be80549 | ||
|
|
d7c047af44 | ||
|
|
4bf01441c8 | ||
|
|
57189f77ea | ||
|
|
a66af22a05 | ||
|
|
b657dd0814 | ||
|
|
8595407fcf | ||
|
|
65c209cc39 |
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.6
|
# 🔼 Upptime @v1.42.7
|
||||||
# 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.6
|
uses: upptime/uptime-monitor@v1.42.7
|
||||||
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.6
|
# 🔼 Upptime @v1.42.7
|
||||||
# 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.6
|
uses: upptime/uptime-monitor@v1.42.7
|
||||||
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.6
|
# 🔼 Upptime @v1.42.7
|
||||||
# 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.6
|
uses: upptime/uptime-monitor@v1.42.7
|
||||||
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.6
|
uses: upptime/uptime-monitor@v1.42.7
|
||||||
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.6
|
uses: upptime/uptime-monitor@v1.42.7
|
||||||
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.6
|
uses: upptime/uptime-monitor@v1.42.7
|
||||||
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.6
|
# 🔼 Upptime @v1.42.7
|
||||||
# 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.6
|
uses: upptime/uptime-monitor@v1.42.7
|
||||||
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.6
|
# 🔼 Upptime @v1.42.7
|
||||||
# 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.6
|
uses: upptime/uptime-monitor@v1.42.7
|
||||||
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.6
|
# 🔼 Upptime @v1.42.7
|
||||||
# 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.6
|
# 🔼 Upptime @v1.42.7
|
||||||
# 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.6
|
# 🔼 Upptime @v1.42.7
|
||||||
# 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.6
|
uses: upptime/uptime-monitor@v1.42.7
|
||||||
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: 539
|
responseTime: 208
|
||||||
lastUpdated: 2026-06-18T00:08:04.548Z
|
lastUpdated: 2026-06-19T00:19:51.656Z
|
||||||
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: 419
|
responseTime: 156
|
||||||
lastUpdated: 2026-06-18T00:08:03.980Z
|
lastUpdated: 2026-06-19T00:19:51.417Z
|
||||||
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: 255
|
responseTime: 70
|
||||||
lastUpdated: 2026-06-18T00:08:07.542Z
|
lastUpdated: 2026-06-19T00:19:53.054Z
|
||||||
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: 634
|
responseTime: 44
|
||||||
lastUpdated: 2026-06-18T00:08:08.752Z
|
lastUpdated: 2026-06-19T00:19:53.234Z
|
||||||
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: 542
|
responseTime: 172
|
||||||
lastUpdated: 2026-06-18T00:08:05.118Z
|
lastUpdated: 2026-06-19T00:19:51.856Z
|
||||||
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: 648
|
responseTime: 557
|
||||||
lastUpdated: 2026-06-18T00:08:07.259Z
|
lastUpdated: 2026-06-19T00:19:52.956Z
|
||||||
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: 463
|
responseTime: 259
|
||||||
lastUpdated: 2026-06-18T00:08:03.519Z
|
lastUpdated: 2026-06-19T00:19:51.219Z
|
||||||
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: 684
|
responseTime: 193
|
||||||
lastUpdated: 2026-06-18T00:08:05.831Z
|
lastUpdated: 2026-06-19T00:19:52.079Z
|
||||||
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: 723
|
responseTime: 261
|
||||||
lastUpdated: 2026-06-18T00:08:06.582Z
|
lastUpdated: 2026-06-19T00:19:52.369Z
|
||||||
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: 510
|
responseTime: 64
|
||||||
lastUpdated: 2026-06-18T00:08:08.090Z
|
lastUpdated: 2026-06-19T00:19:53.159Z
|
||||||
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