Files
proxmox/docs/04-configuration/SETUP_TUNNEL_NOW.md
defiQUG cb47cce074 Complete markdown files cleanup and organization
- Organized 252 files across project
- Root directory: 187 → 2 files (98.9% reduction)
- Moved configuration guides to docs/04-configuration/
- Moved troubleshooting guides to docs/09-troubleshooting/
- Moved quick start guides to docs/01-getting-started/
- Moved reports to reports/ directory
- Archived temporary files
- Generated comprehensive reports and documentation
- Created maintenance scripts and guides

All files organized according to established standards.
2026-01-06 01:46:25 -08:00

860 B

Quick Start: Setup Cloudflare Tunnel

Ready to Run

You have everything prepared! Just need your tunnel token from Cloudflare.

Run This Command

cd /home/intlc/projects/proxmox
./scripts/setup-cloudflare-tunnel-rpc.sh <YOUR_TUNNEL_TOKEN>

Get Your Token

  1. Go to: https://one.dash.cloudflare.com
  2. Zero Trust → Networks → Tunnels
  3. Create tunnel (or select existing)
  4. Copy the token (starts with eyJhIjoi...)

What It Does

Stops existing DoH proxy
Installs tunnel service
Configures 4 RPC endpoints
Starts tunnel service
Verifies it's running

After Running

  1. Configure routes in Cloudflare Dashboard (see CLOUDFLARE_TUNNEL_QUICK_SETUP.md)
  2. Update DNS records to CNAME pointing to tunnel
  3. Test endpoints

See: docs/04-configuration/CLOUDFLARE_TUNNEL_QUICK_SETUP.md for full details