Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
- ADD_CHAIN138_TO_LEDGER_LIVE: Ledger form done; public code review repo bis-innovations/LedgerLive; init/push commands - CONTRACT_DEPLOYMENT_RUNBOOK: Chain 138 gas price 1 gwei, 36-addr check, TransactionMirror workaround - CONTRACT_*: AddressMapper, MirrorManager deployed 2026-02-12; 36-address on-chain check - NEXT_STEPS_FOR_YOU: Ledger done; steps completable now (no LAN); run-completable-tasks-from-anywhere - MASTER_INDEX, OPERATOR_OPTIONAL, SMART_CONTRACTS_INVENTORY_SIMPLE: updates - LEDGER_BLOCKCHAIN_INTEGRATION_COMPLETE: bis-innovations/LedgerLive reference Co-authored-by: Cursor <cursoragent@cursor.com>
42 lines
958 B
Markdown
42 lines
958 B
Markdown
# Quick Start: Setup Cloudflare Tunnel
|
|
|
|
**Last Updated:** 2026-01-31
|
|
**Document Version:** 1.0
|
|
**Status:** Active Documentation
|
|
|
|
---
|
|
|
|
## Ready to Run
|
|
|
|
You have everything prepared! Just need your tunnel token from Cloudflare.
|
|
|
|
## Run This Command
|
|
|
|
```bash
|
|
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
|