Post

Cloudflared

Cloudflared is a command-line tool that allows you to securely access resources on the Cloudflare network, such as websites and APIs, from your local computer. It works by creating a secure tunnel between your computer and the Cloudflare network, allowing you to access resources as if they were on your local network.

Cloudflared

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/cloudflared.sh)"
CPU: 1 cores RAM: 512 MB Disk: 2 GB OS: Debian 13

Configuration

Config file:

1
/usr/local/etc/cloudflared/config.yml

Notes

After install, run: cloudflared tunnel login && cloudflared tunnel create [NAME]
Or create tunnel via Cloudflare Zero Trust Dashboard

Source code
Loading...