cloudflare-tunnel

Open-source projects categorized as cloudflare-tunnel

Top 7 cloudflare-tunnel Open-Source Projects

cloudflare-tunnel
  1. cloudflared

    Cloudflare Tunnel client (formerly Argo Tunnel)

    Project mention: Deploy Cloudflare Tunnels with Terraform & Kubernetes | dev.to | 2025-01-21

    --- apiVersion: apps/v1 kind: Deployment metadata: name: cloudflared namespace: cloudflared spec: selector: matchLabels: app: cloudflared replicas: 1 template: metadata: labels: app: cloudflared spec: containers: - name: cloudflared image: cloudflare/cloudflared:latest args: - tunnel - --credentials-file - /etc/cloudflared/creds/credentials.json - --protocol # https://github.com/cloudflare/cloudflared/issues/1176#issuecomment-2404546711 - http2 # didnt seem to need the sysctl changes - --metrics - 0.0.0.0:2000 - run - homelab-tunnel livenessProbe: httpGet: path: /ready port: 2000 failureThreshold: 1 initialDelaySeconds: 10 periodSeconds: 10 volumeMounts: - name: creds mountPath: /etc/cloudflared/creds readOnly: true volumes: - name: creds secret: secretName: tunnel-credentials

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. cloudflare-tunnel-ingress-controller

    🚀 Expose the website directly into the internet! The Kuberntes Ingress Controller based on Cloudflare Tunnel.

  4. cloudflare-operator

    A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources

  5. cloudflare-worker-tunnel-mysql-example

    Connect Cloudflare Worker to a self-hosted database via a secure Cloudflare Tunnel

  6. setup-cloudflared

    Setup/Install Cloudflare Tunnel client for GitHub Actions

  7. homelab.setup

    Just setting up my homelab ;)

  8. umbrel-cloudflaretunnel-guide

    🌐 The easiest way to make Umbrel Apps public!

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

cloudflare-tunnel discussion

Log in or Post with

cloudflare-tunnel related posts

  • GhostHub: A Local-First, Swipeable Media Server

    1 project | dev.to | 24 Apr 2025
  • Deploy Cloudflare Tunnels with Terraform & Kubernetes

    1 project | dev.to | 21 Jan 2025
  • How to Install and Configure Cloudflared on Linux

    1 project | dev.to | 3 Jun 2024
  • How Does FreeBSD Compare to Linux on a Raspberry Pi?

    1 project | news.ycombinator.com | 7 Jan 2024
  • Can I self host a website? 🧐

    1 project | /r/getumbrel | 11 Nov 2023
  • Colab error on second call with stable diffusion xl refiner

    3 projects | /r/StableDiffusion | 12 Aug 2023
  • Unable to update Cloudflared on debian

    1 project | /r/CloudFlare | 13 Jul 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 28 Apr 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source cloudflare-tunnel projects? This list will help you:

# Project Stars
1 cloudflared 10,412
2 cloudflare-tunnel-ingress-controller 827
3 cloudflare-operator 463
4 cloudflare-worker-tunnel-mysql-example 61
5 setup-cloudflared 34
6 homelab.setup 20
7 umbrel-cloudflaretunnel-guide 18

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that Go is
the 4th most popular programming language
based on number of references?