Cloudflare 被称为 “赛博善人” 主要是因为其提供了丰富的免费服务和强大的功能,对用户尤其是中小型网站开发者十分友好,以下是具体介绍

一、免费服务
1.免费的 CDN 服务
Cloudflare 的 CDN 服务通过遍布全球的数据中心缓存客户网站的静态资源,如 JavaScript 文件、CSS 文件、图像和视频等,可加快网站加载速度并减少服务器压力,只要配置过 Cloudflare DNS 服务的网站,打开相关功能后,CDN 加速就自动开启。
2.免费的 SSL 证书
开启相关功能后,Cloudflare 会免费提供 SSL 证书,自动设置好 HTTPS 的加密,还能自动将 HTTP 的访问转换成 HTTPS,增加通讯的安全性,无需用户额外购买和配置。
3.强大的 DDOS 防护
隐藏真实的 IP 地址后,攻击者的 DDoS 攻击最多也只能攻击到 CDN 节点,Cloudflare 曾为客户免费阻止了有史以来最大的 DDoS 攻击,每秒 2,600 万次,为网站的安全运行提供了有力保障。
4.免费的内网穿透
Cloudflare Tunnel 可以做免费的内网穿透,将家庭服务器的服务在公网上访问,让用户能够更方便地在外部网络访问内部设备和服务。
5.其他免费服务
Workers:提供 Serverless 架构,允许用户在 Cloudflare 的全球网络上运行 JavaScript 或 WASM 代码,无需管理服务器,并且免费用户每天有 10 万次的最大请求次数。
R2:提供每月 10GB 的免费存储空间和 1000 万次的免费请求次数,其对象存储服务与 CDN 二合一,减少了用户在配置和使用过程中的复杂性和成本。
无限邮箱:将域名托管到 cloudflare 后,可创建最多 200 个临时邮箱,也可以开启 catch-all 功能,将所有发送到此域名的邮件都自动转发到指定邮箱。
二、优秀的worker项目推荐

建站类
Rin博客:基于Cloudflare Pages + Workers + D1 + R2搭建的博客,无需服务器无需备案,只需一个解析到Cloudflare的域名即可部署,兼具静态博客的速度和动态博客的灵活性,实例地址为https://xeu.life/[^1^] 。
Microfeed轻量CMS:一个在Cloudflare上自托管的轻量级内容管理系统,可将各种内容以Web、RSS和JSON的形式发布到feed,适合想要自行托管CMS而无需运行服务器的技术个人,官网地址为https://www.microfeed.org/[^5^] 。
Cloudflare-workers-blog博客:运行在Cloudflare Workers上的博客程序,使用Cloudflare KV作为数据库,无其他依赖,方便搭建且不折腾,实例地址为https://blog.gezhong.vip/[^5^] 。
kasuganosoras动态博客系统:基于Cloudflare workers + Github实现的动态博客系统,使用边缘计算,无需服务器
。
导航站类
CF-Worker-Dir:利用worker搭建的导航站,源码地址为https://github.com/sleepwood/CF-Worker-Dir[^1^] 。
图床类
telegraph-Image:基于Cloudflare + Telegraph搭建的图床,源码地址为https://github.com/x-dr/telegraph-Image,实例地址为https://img.131213.xyz/[^1^] 。
cf-image-hosting:利用worker搭建的图床,源码地址为https://github.com/ifyour/cf-image-hosting,实例地址为https://images.mingming.dev/[^1^] 。
Telegraph-Image-Hosting:基于Cloudflare + Telegram搭建的图床,源码地址为https://github.com/missuo/Telegraph-Image-Hosting,实例地址为https://missuo.ru/[^1^] 。
在线剪贴板类
pastebin-worker:通过workers搭建的pastebin服务,源码地址为https://github.com/SharzyL/pastebin-worker,实例地址为https://shz.al/[^1^] 。
FileWorker:源码地址为https://github.com/yllhwa/FileWorker[^1^] 。
网盘类
FlareDrive:通过workers+R2搭建的网盘服务,源码地址为https://github.com/longern/FlareDrive,实例地址为https://drive.longern.com/[^1^] 。
Cloudflare-R2-oss:基于FlareDrive项目汉化、完善,基于Cloudflare的R2+Workers搭建的网盘,源码地址为https://github.com/ljxi/Cloudflare-R2-oss[^1^] 。
短网址服务类
short:一个使用Cloudflare Pages创建的URL缩短器,源码地址为https://github.com/x-dr/short,实例地址为https://d.131213.xyz/[^1^] 。
Url-Shorten-Worker:Crazypeace大佬的项目,教程推荐,源码地址为https://github.com/Crazypeace/Url-Shorten-Worker[^1^] 。
Url-Shorten-Worker:xyTom的项目,实例地址为https://lnks.eu.org/[^1^] 。
监控类
cf-workers-status-page:通过workers等监控网站状态的项目,源码地址为https://github.com/eidam/cf-workers-status-page,实例地址为https://status-page.eidam.dev/[^1^] 。
UptimeFlare:基于workers搭建的网站监控项目,实例地址为https://uptimeflare.pages.dev/,博客地址为https://blog.uptimeflare.com/[^1^] 。
临时邮箱类
smail:底层使用cloudflare email worker的临时邮箱服务,源码地址为https://github.com/akazwz/smail,实例地址为https://smail.pw/[^2^] 。
vmail:使用Cloudflare email worker实现的临时电子邮件服务,源码地址为https://github.com/oiov/vmail,实例地址为https://vmail.dev/[^2^] 。
cloudflare_temp_email:基于Cloudflare D1 +Pages + Workers + Cloudflare Email Routing搭建的临时邮箱,源码地址为https://github.com/dreamhunter2333/cloudflare_temp_email,实例地址为https://mail.awsl.uk/[^1^] 。
RSS订阅生成器类
RSSWorker:运行在Cloudflare Worker上的RSS订阅生成器,源码地址为https://github.com/yllhwa/RSSWorker,内含教程[^1^] 。
IP地理位置信息获取接口类
ip-api:利用Cloudflare Workers Vercel Edge Netlify Edge快速搭建的获取IP地址和地理位置信息的接口,源码地址为https://github.com/ccbikai/ip-api,实例地址为https://html.zone/ip[^1^] 。
Copilot服务类
go-proxy-bingai:基于微软New Bing定制的微软BingAI,通过workers部署本地可用的Copilot服务,源码地址为https://github.com/Harry-zklcdc/go-proxy-bingai,内含教程[^1^] 。
中转类

CF-Workers-docker.io:利用workers搭建的Docker镜像中转服务,源码地址为https://github.com/cmliu/CF-Workers-docker.io,实例地址为https://docker.fxxk.dedyn.io/[^1^] 。

gh-proxy:Workers加速Github的项目,源码地址为https://github.com/hunshcn/gh-proxy,实例地址为https://gh.api.99988866.xyz/[^1^] 。
网盘文件列表类
goindex:利用workers搭建的Google Drive列表服务,源码地址为https://github.com/xunyixiangchao/goindex[^1^] 。
GDIndex:基于workers搭建的Google Drive列表服务,源码地址为https://github.com/maple3142/GDIndex[^1^] 。




