From c918d63f240b0591db8120db756419c48abbc2cf Mon Sep 17 00:00:00 2001 From: Barbara Smith <127714364+rpgmvmz@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:13:42 +0800 Subject: [PATCH 1/4] Update config.yaml modify and customize --- config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config.yaml b/config.yaml index ec7ca89a0..a995f728a 100644 --- a/config.yaml +++ b/config.yaml @@ -15,25 +15,25 @@ settings: dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded monitors: - - id: workers-cloudflare-com # unique identifier - name: workers.cloudflare.com - description: 'You write code. They handle the rest.' # default=empty - url: 'https://workers.cloudflare.com/' # URL to fetch + - id: pan-gongyun-xyz # unique identifier + name: pan.gongyun.xyz + description: '公云存储主页' # default=empty + url: 'https://pan.gongyun.xyz/' # URL to fetch method: GET # default=GET expectStatus: 200 # operational status, default=200 followRedirect: false # should fetch follow redirects, default=false linkable: false # allows the title to be a link, default=true - - id: www-cloudflare-com - name: www.cloudflare.com - description: 'Built for anything connected to the Internet.' - url: 'https://www.cloudflare.com' + - id: wiki-gongyun-xyz + name: wiki.gongyun.xyz + description: '公云存储使用文档' + url: 'https://wiki.gongyun.xyz/' method: GET expectStatus: 200 linkable: true # allows the title to be a link, default=true - - id: blog-cloudflare-com - name: The Cloudflare Blog - url: 'https://blog.cloudflare.com/' + - id: pan.spx233.top + name: panbaidu-url-pull + url: 'http://pan.spx233.top' method: GET expectStatus: 200 From a47e974ceaa3061bff3cda32fa8117d077d90809 Mon Sep 17 00:00:00 2001 From: Barbara Smith <127714364+rpgmvmz@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:15:36 +0800 Subject: [PATCH 2/4] Update wrangler.toml --- wrangler.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index cfea8f0dc..acd8519c0 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -3,10 +3,10 @@ workers_dev = true account_id = "" type = "webpack" webpack_config = "node_modules/flareact/webpack" -compatibility_date = "2021-07-23" +compatibility_date = "2023-08-15" [triggers] -crons = ["* * * * *"] +crons = ["*/2 * * * *"] [site] bucket = "out" From 55d3758acb09754fb294e689daf199ecab7aebc3 Mon Sep 17 00:00:00 2001 From: Barbara Smith <127714364+rpgmvmz@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:21:31 +0800 Subject: [PATCH 3/4] Update config.yaml --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index a995f728a..a212fab56 100644 --- a/config.yaml +++ b/config.yaml @@ -22,7 +22,7 @@ monitors: method: GET # default=GET expectStatus: 200 # operational status, default=200 followRedirect: false # should fetch follow redirects, default=false - linkable: false # allows the title to be a link, default=true + linkable: true # allows the title to be a link, default=true - id: wiki-gongyun-xyz name: wiki.gongyun.xyz From ae0dff6b593780ed8c9cd94f32bd1cf047bb45c6 Mon Sep 17 00:00:00 2001 From: Barbara Smith <127714364+rpgmvmz@users.noreply.github.com> Date: Tue, 15 Aug 2023 21:38:18 +0800 Subject: [PATCH 4/4] Update config.yaml --- config.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/config.yaml b/config.yaml index a212fab56..ec7ca89a0 100644 --- a/config.yaml +++ b/config.yaml @@ -15,25 +15,25 @@ settings: dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded monitors: - - id: pan-gongyun-xyz # unique identifier - name: pan.gongyun.xyz - description: '公云存储主页' # default=empty - url: 'https://pan.gongyun.xyz/' # URL to fetch + - id: workers-cloudflare-com # unique identifier + name: workers.cloudflare.com + description: 'You write code. They handle the rest.' # default=empty + url: 'https://workers.cloudflare.com/' # URL to fetch method: GET # default=GET expectStatus: 200 # operational status, default=200 followRedirect: false # should fetch follow redirects, default=false - linkable: true # allows the title to be a link, default=true + linkable: false # allows the title to be a link, default=true - - id: wiki-gongyun-xyz - name: wiki.gongyun.xyz - description: '公云存储使用文档' - url: 'https://wiki.gongyun.xyz/' + - id: www-cloudflare-com + name: www.cloudflare.com + description: 'Built for anything connected to the Internet.' + url: 'https://www.cloudflare.com' method: GET expectStatus: 200 linkable: true # allows the title to be a link, default=true - - id: pan.spx233.top - name: panbaidu-url-pull - url: 'http://pan.spx233.top' + - id: blog-cloudflare-com + name: The Cloudflare Blog + url: 'https://blog.cloudflare.com/' method: GET expectStatus: 200