mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19, and Vite. Migrate all documentation content to MDX under content/docs/. Add full src/ app with React components, routing, search, and API page. Remove Korrektly integration from CI/CD workflows, Dockerfile, and env vars. Update build pipeline to output to .output/public instead of docs/.vitepress/dist.
20 lines
858 B
Plaintext
20 lines
858 B
Plaintext
---
|
|
title: "Cloudflared"
|
|
description: "Cloudflare Tunnel client."
|
|
og:
|
|
description: "Run Cloudflare Tunnel on Coolify to expose local services securely without port forwarding using cloudflared for remote access and protection."
|
|
category: "Networking"
|
|
icon: "/docs/images/services/cloudflared-logo.svg"
|
|
---
|
|
|
|
<ZoomImage src="https://avatars.githubusercontent.com/u/314135?s=200&v=4" alt="Cloudflare" />
|
|
|
|
## What is Cloudflared?
|
|
|
|
Cloudflare Tunnel is tunneling software that lets you quickly secure and encrypt application traffic to any type of infrastructure, so you can hide your web server IP addresses, block direct attacks, and get back to delivering great applications.
|
|
|
|
## Links
|
|
|
|
- [The official website](https://www.cloudflare.com/products/tunnel?utm_source=coolify.io)
|
|
- [GitHub](https://github.com/cloudflare/cloudflared?utm_source=coolify.io)
|