SaaSHub helps you find the best software and product alternatives Learn more →
Top 7 cloudflare-tunnel Open-Source Projects
-
--- 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
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
cloudflare-tunnel-ingress-controller
🚀 Expose the website directly into the internet! The Kuberntes Ingress Controller based on Cloudflare Tunnel.
-
cloudflare-operator
A Kubernetes Operator to create and manage Cloudflare Tunnels and DNS records for (HTTP/TCP/UDP*) Service Resources
-
cloudflare-worker-tunnel-mysql-example
Connect Cloudflare Worker to a self-hosted database via a secure Cloudflare Tunnel
-
-
-
-
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.
cloudflare-tunnel discussion
cloudflare-tunnel related posts
-
GhostHub: A Local-First, Swipeable Media Server
-
Deploy Cloudflare Tunnels with Terraform & Kubernetes
-
How to Install and Configure Cloudflared on Linux
-
How Does FreeBSD Compare to Linux on a Raspberry Pi?
-
Can I self host a website? 🧐
-
Colab error on second call with stable diffusion xl refiner
-
Unable to update Cloudflared on debian
-
A note from our sponsor - SaaSHub
www.saashub.com | 28 Apr 2025
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 |