Cloudflared
| Description / name | Input element |
|---|---|
| Cloudflared Host Port |
Cloudflare Tunnel client for exposing services securely.
Version Tags
| Tag | Description | Best For |
|---|---|---|
latest |
FreeBSD Port. Installs from latest packages. | Most users. Matches Linux Docker behavior. |
Prerequisites
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.
Deployment
Access the Web UI at: http://localhost:2000
Interactive Configuration
Parameters
Environment Variables
| Variable | Default | Description |
|---|---|---|
TUNNEL_TOKEN |
YOUR_CLOUDFLARE_TOKEN_HERE |
Required: The Cloudflare Tunnel token. |
TUNNEL_METRICS |
0.0.0.0:2000 |
Optional: Address to bind metrics server (default: 0.0.0.0:2000) |
| ### Ports |
| Port | Protocol | Description |
|---|---|---|
2000 |
TCP |
Implementation Details
- User:
root(UID/GID set via PUID/PGID). Defaults to1000:1000. - Base: Built on
ghcr.io/daemonless/base(FreeBSD 15.0).