1
lemonda 2023-11-19 03:23:47 +08:00
可以发送随机变量么?用来避免访问到缓存页面
|
2
dasf53adf 2023-11-19 08:35:46 +08:00
感觉不错,有使用说明么? 看 wiki 是空的。。。
|
3
koala9527 2023-11-19 10:52:46 +08:00
感觉不错,uptime.config.ts 怎么配置呢?没找到详细解释
|
4
lyc8503 OP @lemonda 是个不错的主意 我稍后可以添加下
@dasf53adf @koala9527 wiki 里有 https://github.com/lyc8503/UptimeFlare/wiki/Configuration 首页是空的 在侧边栏可以跳转 似乎引起了一些误解 我修改下 |
5
julyclyde 2023-11-19 12:05:07 +08:00
怎么触发呢?我看你的 wrangler.toml 里没有写 cron 啊?
|
6
lyc8503 OP @julyclyde 是用 cron 自动触发的, 配置写在 terraform 里 https://github.com/lyc8503/UptimeFlare/blob/main/deploy.tf, worker 下的 toml 只是为了正常编译的一个占位符, 具体过程可以看 GitHub 的 pipeline.
不使用 wrangler.toml 是因为 pages 的 wrangler.toml 居然不能设置 kv_bindings, 干脆直接用 terraform 配置了. |
8
lyc8503 OP @julyclyde 主要是 Wrangler 这个工具的文档和参数好像不是非常完善... 输出也不能输出为 json, 不方便自动化.
|
9
mskumiko 2023-11-20 01:57:06 +08:00
强无敌,worker 又多一个玩法。
|
10
mskumiko 2023-11-20 18:20:46 +08:00
|