Cloudflare Features
CDN Caching
Cloudflare provides cdn caching for your applications.
DDoS Protection
Cloudflare provides ddos protection for your applications.
R2 Object Storage
Cloudflare provides r2 object storage for your applications.
Workers
Cloudflare provides workers for your applications.
DNS Management
Cloudflare provides dns management for your applications.
SSL/TLS
Cloudflare provides ssl/tls for your applications.
How to Integrate Cloudflare
Follow these steps to add this integration to your CreateOS project
Step 1
Add your domain to Cloudflare
Step 2
Point DNS to CreateOS deployment
Step 3
Configure caching rules
Step 4
Enable DDoS protection
Step 5
For R2: add CLOUDFLARE_* credentials to env
Step 6
Configure Workers if needed
Environment Variables
CLOUDFLARE_ACCOUNT_ID=your_value_hereCLOUDFLARE_ACCESS_KEY_ID=your_value_hereCLOUDFLARE_SECRET_ACCESS_KEY=your_value_hereCLOUDFLARE_R2_BUCKET=your_value_hereRelated Integrations
Cloudflare FAQ
Yes, point your Cloudflare DNS records to your CreateOS deployment. You get Cloudflare's benefits with CreateOS hosting.
R2 is S3-compatible. Use the AWS SDK with Cloudflare credentials. Templates include R2 configuration for file uploads.