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>
97 lines
2.0 KiB
Markdown
97 lines
2.0 KiB
Markdown
# 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**:
|
|
- URL: https://dash.cloudflare.com/
|
|
- Select domain: `d-bis.org`
|
|
- Navigate to: **DNS** → **Records**
|
|
|
|
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**:
|
|
- URL: https://one.dash.cloudflare.com/
|
|
- Navigate to: **Zero Trust** → **Networks** → **Tunnels**
|
|
|
|
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:
|
|
|
|
```bash
|
|
# 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
|
|
|