Coder Social home page Coder Social logo

cloudflare-worker-simple's Introduction

TEMPLATE

This is a template for making and deploying a really simple Cloudflare Worker.

There's no build step, so this is for things like redirects, simple proxies, etc.

The deployment step is not automatic in this template, since this is often used in private repos which don't have free workflow stuff. (Bitbucket does, fyi.)

Project Setup

You'll need to update the wrangler.toml file with your own properties from Cloudflare.

Deploy

Copy the configuration example to your own file:

cp configuration.example.sh configuration.sh

Then go to the Cloudflare dashboard to generate a token, and set it in your configuration.sh file.

Finally, simply run npm run deploy

Cloudflare Setup

For a subdomain, you'll need to add an AAAA DNS record pointing to 100:: (the reserved IPv6 discard prefix).

That comes from the cloudflare docs:

Subdomains must have a DNS Record

All subdomains must have a DNS record to be proxied on Cloudflare and used to invoke a Worker. For example, if you want to put a worker on myname.example.com, and you've added example.com to Cloudflare but have not added any DNS records for example.com, any request to myname.example.com will result in the error ERR_NAME_NOT_RESOLVED.

To support this, you should use the Cloudflare dashboard to add an AAAA record for myname to example.com, pointing to 100:: (the reserved IPv6 discard prefix).

cloudflare-worker-simple's People

Contributors

saibotsivad avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.