Cloudflare Setup
Last updated
Last updated
Currently Sygnal DevProxy can only be installed by Sygnal. if you are interested in a build for your projects.
Cloudflare
Free account works fine
Notes on installation into a new Cloudflare account.
Add env to wrangler.toml
;
In Cloudflare;
Create new KV store;
Copy ID to wrangler.toml
Uncomment binding
Re-deploy
Add key
Workers;
Install webflow-dev-proxy
worker in account
KV;
In CONFIG
add the following entry;
Key - e.g. luxradiology.co.nz:devproxy
Value - e.g. -
Navigate to the Website page for your domain in Cloudflare.
DNS;
A
dev
75.2.70.5
Proxied
A
test
75.2.70.5
Proxied
Navigate to the Website page for your domain in Cloudflare
Click Worker Routes
*dev.mysite.com/*
webflow-dev-proxy
*test.mysite.com/*
webflow-dev-proxy
key - dev.mysite.com
value - mysite.webflow.io