Cloudflare Setup
Currently Sygnal DevProxy can only be installed by Sygnal. Contact us if you are interested in a build for your projects.
Platform
Cloudflare
Free account works fine
Installation
Notes on installation into a new Cloudflare account.
cd webflow-dev-proxyAdd env to wrangler.toml;
[env.ENV]
name = "webflow-dev-proxy"
account_id = "CLOUDFLARE_ACCOUNT_ID"
kv_namespaces = [
# { binding = "DEVPROXY", id = "CLOUDFLARE_KV_STORE_ID" }
]wrangler deploy --env ENVIn Cloudflare;
Create new KV store;
DEVPROXYCopy ID to wrangler.toml
Uncomment binding
Re-deploy
Add key
Cloudflare Config
Account-Level Config
Workers;
Install
webflow-dev-proxyworker in account
KV;
In
CONFIGadd the following entry;Key - e.g.
luxradiology.co.nz:devproxyValue - e.g. -
{ "version": 1, "origin": "https://lux-radiology.webflow.io/" }Site-Level Config
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
Cloudflare Worker Routes
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
DEVPROXY
key - dev.mysite.com
value - mysite.webflow.io
Last updated