Files
proxmox/docs/04-configuration/cloudflare/CLOUDFLARE_EXPLORER_CONFIG.md
defiQUG fbda1b4beb
Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
docs: Ledger Live integration, contract deploy learnings, NEXT_STEPS updates
- 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>
2026-02-12 15:46:57 -08:00

2.0 KiB

Cloudflare Configuration for Blockscout Explorer

Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation


Date: $(date)
Domain: explorer.d-bis.org
Tunnel ID: 10ab22da-8ea3-4e2e-a896-27ece2211a05


Quick Configuration Steps

1. DNS Record (Cloudflare Dashboard)

  1. Go to Cloudflare DNS:

  2. Create CNAME Record:

    Type: CNAME
    Name: explorer
    Target: 10ab22da-8ea3-4e2e-a896-27ece2211a05.cfargotunnel.com
    Proxy status: 🟠 Proxied (orange cloud) - REQUIRED
    TTL: Auto
    
  3. Click Save

2. Tunnel Route (Cloudflare Zero Trust)

  1. Go to Cloudflare Zero Trust:

  2. Select Your Tunnel:

    • Find tunnel ID: 10ab22da-8ea3-4e2e-a896-27ece2211a05
    • Click on the tunnel name
  3. Configure Public Hostname:

    • Click Configure button
    • Click Public Hostnames tab
    • Click Add a public hostname
  4. Add Hostname:

    Subdomain: explorer
    Domain: d-bis.org
    Service: http://192.168.11.140:80
    Type: HTTP
    
  5. Click Save hostname


Verification

Wait for DNS Propagation (1-5 minutes)

Then test:

# Test DNS resolution
dig explorer.d-bis.org
nslookup explorer.d-bis.org

# Test HTTPS endpoint
curl https://explorer.d-bis.org/health

# Should return JSON response from Blockscout

Configuration Summary

Setting Value
Domain explorer.d-bis.org
DNS Type CNAME
DNS Target 10ab22da-8ea3-4e2e-a896-27ece2211a05.cfargotunnel.com
Proxy Status 🟠 Proxied (required)
Tunnel Service http://192.168.11.140:80
Tunnel Type HTTP

Status: Ready for configuration
Next Step: Follow steps 1 and 2 above in Cloudflare dashboards