From 9f13073829a84162c33517656be395a72e1387c6 Mon Sep 17 00:00:00 2001 From: Upptime Bot <73812536+upptime-bot@users.noreply.github.com> Date: Fri, 26 Jan 2024 01:17:56 +0000 Subject: [PATCH] :arrow_up: Update @upptime to v1.36.4 --- .github/workflows/graphs.yml | 4 +- .github/workflows/response-time.yml | 48 +----------------------- .github/workflows/setup.yml | 54 +++------------------------ .github/workflows/site.yml | 4 +- .github/workflows/summary.yml | 4 +- .github/workflows/update-template.yml | 2 +- .github/workflows/updates.yml | 2 +- .github/workflows/uptime.yml | 4 +- 8 files changed, 17 insertions(+), 105 deletions(-) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 900f0796d8f63..57a9f89843966 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -6,7 +6,7 @@ # 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. # -# 🔼 Upptime @v1.36.2 +# 🔼 Upptime @v1.36.4 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -32,7 +32,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate graphs - uses: upptime/uptime-monitor@v1.36.2 + uses: upptime/uptime-monitor@v1.36.4 with: command: "graphs" env: diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index be70a61484de2..cac5feba4f5e6 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -6,7 +6,7 @@ # 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. # -# 🔼 Upptime @v1.36.2 +# 🔼 Upptime @v1.36.4 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -31,52 +31,8 @@ jobs: with: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - - name: Install WARP to support IPv6 - run: | - if [ "${{ inputs.mode }}" == 'client' ]; then - echo "WARP mode: client warp+doh." - sudo apt-get -y update - curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg - echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list - sudo apt-get update - sudo apt-get install -y cloudflare-warp - sudo warp-cli --accept-tos register - sudo warp-cli --accept-tos set-mode warp+doh - sudo warp-cli --accept-tos connect - - elif [ "${{ inputs.mode }}" == 'wireguard' ]; then - echo "WARP mode: wireguard." - sudo apt-get -y update - sudo apt-get -y install --no-install-recommends net-tools iproute2 openresolv dnsutils iptables wireguard-tools - LAN=$(ip route get 192.168.193.10 | grep -oP 'src KS+') - echo "[Interface] - PrivateKey = cKE7LmCF61IhqqABGhvJ44jWXp8fKymcMAEVAzbDF2k= - Address = 172.16.0.2/32 - Address = fd01:5ca1:ab1e:823e:e094:eb1c:ff87:1fab/128 - PostUp = ip -4 rule add from $LAN lookup main - PostDown = ip -4 rule delete from $LAN lookup main - DNS = 8.8.8.8,8.8.4.4 - MTU = 1280 - - [Peer] - PublicKey = bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo= - AllowedIPs = 0.0.0.0/0 - AllowedIPs = ::/0 - Endpoint = 162.159.193.10:2408" | sed "s/^[ ]+//g" | sudo tee /etc/wireguard/warp.conf - sudo wg-quick up warp - - else - echo -e "WARP mode: ${{ inputs.mode }}. -You can choose client or wireguard." - exit 1 - fi - - sleep 1 - sudo curl -s4m8 --retry 3 -A Mozilla https://api.ip.sb/geoip - - shell: bash - name: Update response time - uses: upptime/uptime-monitor@v1.36.2 + uses: upptime/uptime-monitor@v1.36.4 with: command: "response-time" env: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 70e35d0816b42..2bd32e61d4548 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -6,7 +6,7 @@ # 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. # -# 🔼 Upptime @v1.36.2 +# 🔼 Upptime @v1.36.4 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -33,64 +33,20 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Update template - uses: upptime/uptime-monitor@v1.36.2 + uses: upptime/uptime-monitor@v1.36.4 with: command: "update-template" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - - name: Install WARP to support IPv6 - run: | - if [ "${{ inputs.mode }}" == 'client' ]; then - echo "WARP mode: client warp+doh." - sudo apt-get -y update - curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | sudo gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg - echo "deb [arch=amd64 signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/cloudflare-client.list - sudo apt-get update - sudo apt-get install -y cloudflare-warp - sudo warp-cli --accept-tos register - sudo warp-cli --accept-tos set-mode warp+doh - sudo warp-cli --accept-tos connect - - elif [ "${{ inputs.mode }}" == 'wireguard' ]; then - echo "WARP mode: wireguard." - sudo apt-get -y update - sudo apt-get -y install --no-install-recommends net-tools iproute2 openresolv dnsutils iptables wireguard-tools - LAN=$(ip route get 192.168.193.10 | grep -oP 'src KS+') - echo "[Interface] - PrivateKey = cKE7LmCF61IhqqABGhvJ44jWXp8fKymcMAEVAzbDF2k= - Address = 172.16.0.2/32 - Address = fd01:5ca1:ab1e:823e:e094:eb1c:ff87:1fab/128 - PostUp = ip -4 rule add from $LAN lookup main - PostDown = ip -4 rule delete from $LAN lookup main - DNS = 8.8.8.8,8.8.4.4 - MTU = 1280 - - [Peer] - PublicKey = bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo= - AllowedIPs = 0.0.0.0/0 - AllowedIPs = ::/0 - Endpoint = 162.159.193.10:2408" | sed "s/^[ ]+//g" | sudo tee /etc/wireguard/warp.conf - sudo wg-quick up warp - - else - echo -e "WARP mode: ${{ inputs.mode }}. -You can choose client or wireguard." - exit 1 - fi - - sleep 1 - sudo curl -s4m8 --retry 3 -A Mozilla https://api.ip.sb/geoip - - shell: bash - name: Update response time - uses: upptime/uptime-monitor@v1.36.2 + uses: upptime/uptime-monitor@v1.36.4 with: command: "response-time" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} SECRETS_CONTEXT: ${{ toJson(secrets) }} - name: Update summary in README - uses: upptime/uptime-monitor@v1.36.2 + uses: upptime/uptime-monitor@v1.36.4 with: command: "readme" env: @@ -101,7 +57,7 @@ You can choose client or wireguard." workflow: Graphs CI token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.36.2 + uses: upptime/uptime-monitor@v1.36.4 with: command: "site" env: diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 339da698f1a60..f5e597ad1dcfa 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -6,7 +6,7 @@ # 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. # -# 🔼 Upptime @v1.36.2 +# 🔼 Upptime @v1.36.4 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -33,7 +33,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.36.2 + uses: upptime/uptime-monitor@v1.36.4 with: command: "site" env: diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 0e49f7f581cca..08f8c09ff810b 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -6,7 +6,7 @@ # 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. # -# 🔼 Upptime @v1.36.2 +# 🔼 Upptime @v1.36.4 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -32,7 +32,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Update summary in README - uses: upptime/uptime-monitor@v1.36.2 + uses: upptime/uptime-monitor@v1.36.4 with: command: "readme" env: diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 4ac5466e9dcc1..b1c699533a315 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -6,7 +6,7 @@ # 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. # -# 🔼 Upptime @v1.36.2 +# 🔼 Upptime @v1.36.4 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 3383d829b8ac2..a40fd975f0c7f 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -6,7 +6,7 @@ # 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. # -# 🔼 Upptime @v1.36.2 +# 🔼 Upptime @v1.36.4 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index acd54c1a07e13..4138a4fa9c1c9 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -6,7 +6,7 @@ # 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. # -# 🔼 Upptime @v1.36.2 +# 🔼 Upptime @v1.36.4 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -32,7 +32,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Check endpoint status - uses: upptime/uptime-monitor@v1.36.2 + uses: upptime/uptime-monitor@v1.36.4 with: command: "update" env: