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>
2.3 KiB
2.3 KiB
Cloudflare Explorer URL - Quick Setup Guide
Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation
Domain: explorer.d-bis.org
Target: http://192.168.11.140:80
🚀 Quick Setup (2 Steps)
Step 1: Configure DNS Record
In Cloudflare Dashboard (https://dash.cloudflare.com/):
- Select domain: d-bis.org
- Go to: DNS → Records
- Click: Add record
- Configure:
- Type:
CNAME - Name:
explorer - Target:
<your-tunnel-id>.cfargotunnel.com - Proxy status: 🟠 Proxied (orange cloud) ← REQUIRED
- TTL: Auto
- Type:
- Click: Save
To find your tunnel ID:
# Run this script
./scripts/get-tunnel-id.sh
# Or check Cloudflare Zero Trust dashboard:
# https://one.dash.cloudflare.com/ → Zero Trust → Networks → Tunnels
Step 2: Configure Tunnel Route
In Cloudflare Zero Trust Dashboard (https://one.dash.cloudflare.com/):
- Navigate to: Zero Trust → Networks → Tunnels
- Find your tunnel (by ID or name)
- Click: Configure button
- Click: Public Hostnames tab
- Click: Add a public hostname
- Configure:
- Subdomain:
explorer - Domain:
d-bis.org - Service:
http://192.168.11.140:80 - Type:
HTTP
- Subdomain:
- Click: Save hostname
✅ Verify
Wait 1-5 minutes for DNS propagation, then test:
# Test public URL
curl https://explorer.d-bis.org/api/v2/stats
# Should return JSON with network stats (not 404)
📋 Configuration Checklist
- DNS CNAME record:
explorer→<tunnel-id>.cfargotunnel.com - DNS record is 🟠 Proxied (orange cloud)
- Tunnel route:
explorer.d-bis.org→http://192.168.11.140:80 - Cloudflared service running in container
- Public URL accessible:
https://explorer.d-bis.org
🔧 Troubleshooting
404 Error
- Check DNS record exists and is proxied
- Check tunnel route is configured
- Wait 5 minutes for DNS propagation
502 Error
- Verify tunnel route points to
http://192.168.11.140:80 - Check Nginx is running:
systemctl status nginx(in container) - Check Blockscout is running:
systemctl status blockscout(in container)
That's it! Follow these 2 steps and your public URL will work.