https://github.com/binsabry/cloudflared
Cloudflare Tunnel client (formerly Argo Tunnel) Installation Script
https://github.com/binsabry/cloudflared
alpine argo-tunnel cloudflare cloudflare-tunnel lxc reverse-proxy shell vm zero-trust-network-access
Last synced: 3 months ago
JSON representation
Cloudflare Tunnel client (formerly Argo Tunnel) Installation Script
- Host: GitHub
- URL: https://github.com/binsabry/cloudflared
- Owner: BinSabry
- License: mit
- Created: 2024-12-07T16:00:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T18:45:31.000Z (9 months ago)
- Last Synced: 2025-06-29T06:06:47.129Z (3 months ago)
- Topics: alpine, argo-tunnel, cloudflare, cloudflare-tunnel, lxc, reverse-proxy, shell, vm, zero-trust-network-access
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This repository aims to automate the installation of Cloudflare Tunnel client (formerly Argo Tunnel) on a fresh Alpine Linux setup (LXC, VM, or bare metal), configure optimal settings for the operating system , and maintain updates with periodic jobs, all while minimizing resource usage and achieving everything with a single script.# Setup *alpine linux only
```SHELL
wget -qO- https://raw.githubusercontent.com/BenSabry/Cloudflared/main/setup.sh | TOKEN="TOKEN" sh
```# Tech/Tools
*[Cloudflare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/)*: 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.# Periodic Jobs
Daily Cloudflared Update
Daily Rotating logs
Daily System Upgrade