Cloudflare

Cloudflare

202 bookmarks
Newest
Configure - Cloudflare One
Configure - Cloudflare One
Cloudflare One replaces legacy security perimeters with our global edge, making the Internet faster and safer for teams around the world.
·one.dash.cloudflare.com·
Configure - Cloudflare One
Add an application - Cloudflare One
Add an application - Cloudflare One
Cloudflare One replaces legacy security perimeters with our global edge, making the Internet faster and safer for teams around the world.
·one.dash.cloudflare.com·
Add an application - Cloudflare One
Create profile - Cloudflare One
Create profile - Cloudflare One
Cloudflare One replaces legacy security perimeters with our global edge, making the Internet faster and safer for teams around the world.
·one.dash.cloudflare.com·
Create profile - Cloudflare One
WARP modes · Cloudflare Zero Trust docs
WARP modes · Cloudflare Zero Trust docs
You can deploy the WARP client in different modes to control the types of traffic sent to Cloudflare Gateway. The WARP mode determines which Zero Trust features are available on the device.
·developers.cloudflare.com·
WARP modes · Cloudflare Zero Trust docs
Access policies with Terraform · Cloudflare Zero Trust docs
Access policies with Terraform · Cloudflare Zero Trust docs
Terraform is a tool for building, changing, and versioning infrastructure, and provides components and documentation for building Cloudflare resources. Listed below are examples to help you get started with building Access with Terraform. For a more generalized guide on configuring Cloudflare and Terraform, visit our Getting Started with Terraform and Cloudflare blog post.
·developers.cloudflare.com·
Access policies with Terraform · Cloudflare Zero Trust docs
Cloudflare Enhances Developer Experience with Vite Plugin and React Router v7 Support
Cloudflare Enhances Developer Experience with Vite Plugin and React Router v7 Support
Introducing Cloudflare's Vite Plugin (v1.0), revolutionizing web app development on Cloudflare Workers! Seamlessly integrate the Workers runtime into the Vite build process, enhance productivity with
·infoq.com·
Cloudflare Enhances Developer Experience with Vite Plugin and React Router v7 Support
Cloudflare Tunnel · Cloudflare Zero Trust docs
Cloudflare Tunnel · Cloudflare Zero Trust docs
Cloudflare Tunnel provides you with a secure way to connect your resources to Cloudflare without a publicly routable IP address. With Tunnel, you do not send traffic to an external IP — instead, a lightweight daemon in your infrastructure (cloudflared) creates outbound-only connections to Cloudflare's global network. Cloudflare Tunnel can connect HTTP web servers, SSH servers, remote desktops, and other protocols safely to Cloudflare. This way, your origins can serve traffic through Cloudflare without being vulnerable to attacks that bypass Cloudflare.
·developers.cloudflare.com·
Cloudflare Tunnel · Cloudflare Zero Trust docs
Overview · Cloudflare Email Routing docs
Overview · Cloudflare Email Routing docs
Cloudflare Email Routing is designed to simplify the way you create and manage email addresses, without needing to keep an eye on additional mailboxes. With Email Routing, you can create any number of custom email addresses to use in situations where you do not want to share your primary email address, such as when you subscribe to a new service or newsletter. Emails are then routed to your preferred email inbox, without you ever having to expose your primary email address.
·developers.cloudflare.com·
Overview · Cloudflare Email Routing docs
Simplify RAG! Build a RAG App in Minutes w/ Cloudflare AutoRAG
Simplify RAG! Build a RAG App in Minutes w/ Cloudflare AutoRAG
Cloudflare just released AutoRAG, a product that sets up a RAG (retrieval augmented generation) pipeline for you. Instead of you having to write code to make a RAG system using Workers AI, Vectorize, and AI Gateway, it sets up the RAG pipeline for you. Learn what the AutoRAG indexing process looks like and how you can build a RAG app that provides a LLM (Large Language Model) with context-aware data the LLM was not trained on in minutes. Create an account on Cloudflare today for free: https://dash.cloudflare.com/sign-up Tools mentioned: https://developers.cloudflare.com https://developers.cloudflare.com/workers/ https://developers.cloudflare.com/workers-ai/ https://developers.cloudflare.com/autorag/ https://developers.cloudflare.com/r2/ https://developers.cloudflare.com/vectorize/ #cloudflare #cloudflareworkers #developer #retrievalaugmentedgeneration #rag #ragapp
·youtube.com·
Simplify RAG! Build a RAG App in Minutes w/ Cloudflare AutoRAG
MEGA
MEGA

<h1 align="center"> ⛅️ wrangler </h1> <section align="center" id="shieldio-badges"> <a href="https://www.npmjs.com/package/wrangler"><img alt="npm" src="https://img.shields.io/npm/dw/wrangler?style=flat-square"></a> <img alt="GitHub contributors" src="https://img.shields.io/github/contributors/cloudflare/workers-sdk?style=flat-square"> <img alt="GitHub commit activity (branch)" src="https://img.shields.io/github/commit-activity/w/cloudflare/workers-sdk/main?style=flat-square"> <a href="https://discord.cloudflare.com"><img alt="Discord" src="https://img.shields.io/discord/595317990191398933?color=%23F48120&style=flat-square"></a> </section>

wrangler is a command line tool for building Cloudflare Workers.

Quick Start

To get started quickly with a Hello World worker, run the command below:

npx wrangler init my-worker -y

For more info, visit our Getting Started guide.

<details><summary>Wrangler System Requirements</summary>

We support running the Wrangler CLI with the Current, Active, and Maintenance versions of Node.js. Your Worker will always be executed in workerd, the open source Cloudflare Workers runtime.

Wrangler is only supported on macOS 13.5+, Windows 11, and Linux distros that support glib 2.35. This follows workerd's OS support policy.

</details>

Documentation

For the latest Wrangler documentation, click here.

To read more about Workers in general:

Configuration

Wrangler is configured via a wrangler.toml or wrangler.json file in the project root. An example configuration generated by npx wrangler init or npx create cloudflare is as follows:

name = "my-worker"
main = "./src/index.ts"
compatibility_date = "YYYY-MM-DD"

For more detailed information about configuration, refer to the documentation.

Commands

Workers

wrangler dev

Start a local development server, with live reloading and devtools.

wrangler deploy

Publish the given script to Cloudflare's global network.

For more commands and options, refer to the documentation.

Pages

wrangler pages dev [directory]

Serves a static build asset directory.

Builds and runs functions from a ./functions directory or uses a _worker.js file inside the static build asset directory.

For more commands and options, refer to the documentation or run wrangler pages dev --help.

·mega.nz·
MEGA
(20+) Hugging Face and Cloudflare Partner to Make Real-Time Speech and Video Seamless with FastRTC | daily.dev
(20+) Hugging Face and Cloudflare Partner to Make Real-Time Speech and Video Seamless with FastRTC | daily.dev

Key Actionable Steps or Processes Described in the Article:

  1. Access FastRTC and Cloudflare Services:

    • Obtain a Hugging Face Access Token which provides 10GB of free data streaming per month.
  2. Setup FastRTC and Cloudflare Integration:

    • Ensure you have the appropriate version of FastRTC (version 0.0.20 or above).
    • Install or upgrade FastRTC using Python: bash pip install --upgrade 'fastrtc[vad]'
  3. Configure for Global TURN Network:

    • Use the Cloudflare TURN network by fetching credentials in your script: python from fastrtc import ReplyOnPause, Stream, get_cloudflare_turn_credentials import os os.environ["HF_TOKEN"] = "<your-hf-token>"
  4. Develop and Deploy Your Application:

    • Implement the streaming logic in your application, for example using an echo function for audio processing.
    • Launch your application script with Python, making use of the Cloudflare-managed service for scalability.
  5. Resources for Additional Support:

    • Refer to the specified collections and the FastRTC Cookbook on Hugging Face for more implementation examples and detailed guidance.
·app.daily.dev·
(20+) Hugging Face and Cloudflare Partner to Make Real-Time Speech and Video Seamless with FastRTC | daily.dev
Add GitHub - Cloudflare One
Add GitHub - Cloudflare One
Cloudflare One replaces legacy security perimeters with our global edge, making the Internet faster and safer for teams around the world.
·one.dash.cloudflare.com·
Add GitHub - Cloudflare One