Merge branch 'main' of https://github.com/tp-link-extender/status
|
|
@ -20,13 +20,13 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Generate graphs
|
- name: Generate graphs
|
||||||
uses: upptime/uptime-monitor@v1.29.0
|
uses: upptime/uptime-monitor@v1.29.0
|
||||||
with:
|
with:
|
||||||
command: "graphs"
|
command: "graphs"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
|
|
|
||||||
|
|
@ -20,14 +20,14 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.29.0
|
uses: upptime/uptime-monitor@v1.29.0
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||||
|
|
|
||||||
|
|
@ -21,45 +21,44 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Update template
|
- name: Update template
|
||||||
uses: upptime/uptime-monitor@v1.29.0
|
uses: upptime/uptime-monitor@v1.29.0
|
||||||
with:
|
with:
|
||||||
command: "update-template"
|
command: "update-template"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
- name: Update response time
|
- name: Update response time
|
||||||
uses: upptime/uptime-monitor@v1.29.0
|
uses: upptime/uptime-monitor@v1.29.0
|
||||||
with:
|
with:
|
||||||
command: "response-time"
|
command: "response-time"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.29.0
|
uses: upptime/uptime-monitor@v1.29.0
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
- name: Generate graphs
|
- name: Generate graphs
|
||||||
uses: benc-uk/workflow-dispatch@v1
|
uses: benc-uk/workflow-dispatch@v1
|
||||||
with:
|
with:
|
||||||
workflow: Graphs CI
|
workflow: Graphs CI
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.29.0
|
uses: upptime/uptime-monitor@v1.29.0
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
- uses: peaceiris/actions-gh-pages@v3.7.3
|
- uses: peaceiris/actions-gh-pages@v3.7.3
|
||||||
name: GitHub Pages Deploy
|
name: GitHub Pages Deploy
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
github_token: ${{ secrets.GH_PAT }}
|
||||||
publish_dir: "site/status-page/__sapper__/export/"
|
publish_dir: "site/status-page/__sapper__/export/"
|
||||||
force_orphan: "false"
|
|
||||||
user_name: "Upptime Bot"
|
user_name: "Upptime Bot"
|
||||||
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
||||||
|
|
|
||||||
|
|
@ -21,21 +21,20 @@ jobs:
|
||||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Generate site
|
- name: Generate site
|
||||||
uses: upptime/uptime-monitor@v1.29.0
|
uses: upptime/uptime-monitor@v1.29.0
|
||||||
with:
|
with:
|
||||||
command: "site"
|
command: "site"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
- uses: peaceiris/actions-gh-pages@v3.7.3
|
- uses: peaceiris/actions-gh-pages@v3.7.3
|
||||||
name: GitHub Pages Deploy
|
name: GitHub Pages Deploy
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GH_PAT || github.token }}
|
github_token: ${{ secrets.GH_PAT }}
|
||||||
publish_dir: "site/status-page/__sapper__/export/"
|
publish_dir: "site/status-page/__sapper__/export/"
|
||||||
force_orphan: "false"
|
|
||||||
user_name: "Upptime Bot"
|
user_name: "Upptime Bot"
|
||||||
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
user_email: "73812536+upptime-bot@users.noreply.github.com"
|
||||||
|
|
|
||||||
|
|
@ -20,13 +20,13 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Update summary in README
|
- name: Update summary in README
|
||||||
uses: upptime/uptime-monitor@v1.29.0
|
uses: upptime/uptime-monitor@v1.29.0
|
||||||
with:
|
with:
|
||||||
command: "readme"
|
command: "readme"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
|
|
|
||||||
|
|
@ -20,13 +20,13 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Update template
|
- name: Update template
|
||||||
uses: upptime/uptime-monitor@master
|
uses: upptime/uptime-monitor@master
|
||||||
with:
|
with:
|
||||||
command: "update-template"
|
command: "update-template"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
|
|
|
||||||
|
|
@ -20,11 +20,11 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Update code
|
- name: Update code
|
||||||
uses: upptime/updates@master
|
uses: upptime/updates@master
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
|
|
|
||||||
|
|
@ -20,14 +20,14 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v2.3.3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
token: ${{ secrets.GH_PAT || github.token }}
|
token: ${{ secrets.GH_PAT }}
|
||||||
- name: Check endpoint status
|
- name: Check endpoint status
|
||||||
uses: upptime/uptime-monitor@v1.29.0
|
uses: upptime/uptime-monitor@v1.29.0
|
||||||
with:
|
with:
|
||||||
command: "update"
|
command: "update"
|
||||||
env:
|
env:
|
||||||
GH_PAT: ${{ secrets.GH_PAT || github.token }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"files": [".github/**/*"]
|
|
||||||
}
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"response time 24h","message":"0 ms","color":"red"}
|
{"schemaVersion":1,"label":"response time 24h","message":"490 ms","color":"yellowgreen"}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"response time 30d","message":"0 ms","color":"red"}
|
{"schemaVersion":1,"label":"response time 30d","message":"490 ms","color":"yellowgreen"}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"response time 7d","message":"0 ms","color":"red"}
|
{"schemaVersion":1,"label":"response time 7d","message":"490 ms","color":"yellowgreen"}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"response time 1y","message":"0 ms","color":"red"}
|
{"schemaVersion":1,"label":"response time 1y","message":"490 ms","color":"yellowgreen"}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"response time","message":"0 ms","color":"red"}
|
{"schemaVersion":1,"label":"response time","message":"490 ms","color":"yellowgreen"}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"uptime 24h","message":"0%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 24h","message":"100%","color":"brightgreen"}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"uptime 30d","message":"0%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 30d","message":"100%","color":"brightgreen"}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"uptime 7d","message":"0%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 7d","message":"100%","color":"brightgreen"}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"uptime 1y","message":"0%","color":"red"}
|
{"schemaVersion":1,"label":"uptime 1y","message":"100%","color":"brightgreen"}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"schemaVersion":1,"label":"uptime","message":"0%","color":"red"}
|
{"schemaVersion":1,"label":"uptime","message":"100%","color":"brightgreen"}
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 12 KiB |
|
|
@ -0,0 +1,7 @@
|
||||||
|
url: https://banland.xyz/
|
||||||
|
status: up
|
||||||
|
code: 200
|
||||||
|
responseTime: 490
|
||||||
|
lastUpdated: 2023-04-25T00:57:52.414Z
|
||||||
|
startTime: Tue Apr 25 2023 00:57:51 GMT+0000 (Coordinated Universal Time)
|
||||||
|
generator: Upptime <https://github.com/upptime/upptime>
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Mercury",
|
||||||
|
"url": "https://banland.xyz/",
|
||||||
|
"icon": "https://icons.duckduckgo.com/ip3/banland.xyz.ico",
|
||||||
|
"slug": "mercury",
|
||||||
|
"status": "up",
|
||||||
|
"uptime": "100.00%",
|
||||||
|
"uptimeDay": "100.00%",
|
||||||
|
"uptimeWeek": "100.00%",
|
||||||
|
"uptimeMonth": "100.00%",
|
||||||
|
"uptimeYear": "100.00%",
|
||||||
|
"time": 490,
|
||||||
|
"timeDay": 490,
|
||||||
|
"timeWeek": 490,
|
||||||
|
"timeMonth": 490,
|
||||||
|
"timeYear": 490,
|
||||||
|
"dailyMinutesDown": {}
|
||||||
|
}
|
||||||
|
]
|
||||||