Workers Blog + 一个基于 CloudFlare workers 开发的博客 + + +`; + +function getRequestParams(str) { + var index = str.indexOf("?"); + str = str.substring(index + 1, str.length); + console.log(str); + if(typeof(str) == "string"){ + u = str.split("&"); + var get...
这是一个运行在cloudflare workers 上的博客程序,使用 cloudflare KV作为数据库,无其他依赖. 兼容静态博客的速度,以及动态博客的灵活性,方便搭建不折腾.很稳定演示地址: https://blog.gezhong.vip TG 讨论群: @CloudflareBlog 主要特点 使用workers提供的KV作为数据库 使用cloudflare缓存html来降低KV的读写 所有html页...
Backblaze 和 Cloudflare 同属带宽联盟 (Bandwidth Alliance),两者之间的流量免费。也就是说,通过 Cloudflare 访问 Backblaze 存储的图片,不计流量费。 Cloudflare 全球有310个数据中心,有CDN加持,从任何地方访问图片都不会太慢。 Backblaze B2 支持多种上传方式。除了 Web 界面外,还有 CLI 工具 和Picgo等第三方客户...
Preview your Worker at <YOUR_WORKER>.<YOUR_SUBDOMAIN>.workers.dev. Seeing 523 errors? If you see 523 errors when pushing your *.workers.dev subdomain for the first time, wait a minute or so and the errors will resolve themselves. Next steps To do more: Visit the Cloudflare dashboard ...
通过Cloudflare Workers 搭建反向代理服务 1.创建一个Worker 在首页选择Workers,若从未创建过则初始化,选择免费套餐,然后创建一个Worker。 2.编辑Worker内容 进入worker,点击快速编辑,将代码改为下方内容,其中hostname改为你自己的,然后点击保存部署,并可改名为例如cdn的worker。
With workers.dev, you can build your page and deploy it using your local resources. Comparing the two Cloudflare services, despite the free trial offered in workers.dev it seems pages.dev is the most abused domain, probably because of the convenience and...
项目地址:https://github.com/gdtool/cloudflare-workers-blog 主要特点 使用workers提供的KV作为数据库 使用cloudflare缓存html来降低KV的读写 所有html页面均为缓存,可达到静态博客的速度 使用KV作为数据库,可达到wordpress的灵活性 后台使用markdown语法,方便快捷 ...
这是一个运行在cloudflare workers 上的博客程序,使用 cloudflare KV作为数据库,无其他依赖. 兼容静态博客的速度,以及动态博客的灵活性,方便搭建不折腾.很稳定演示地址: https://blog.gezhong.vip TG 讨论群: @CloudflareBlog 主要特点 使用workers提供的KV作为数据库 使用cloudflare缓存html来降低KV的读写 所有html页...
function importBlog(){ if(!isJSON($('#importJson').val())) { alert("导入格式错误"); return false; } $.ajax({ type: "POST", dataType: "json", contentType: "application/json; charset=utf-8", url: "/admin/import/" ,//url data: JSON.stringify($("#importForm").serializeArray...
This branch is 2 commits ahead of, 3 commits behind gdtool/cloudflare-workers-blog:master. Folders and files Name Last commit message Last commit date parent directory .. JustNews ok Jan 10, 2021 Randall upload Mar 19, 2024 default ok Jan 10, 2021 default2.0 ok Jan 10, 2021 yinwang ok...