Files
proxmox/docs/archive/completion/EXPLORER_SETUP_COMPLETE.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

135 lines
3.5 KiB
Markdown

# Explorer Setup - COMPLETE ✅
**Date**: December 27, 2025
**Status**: ✅ **FULLY OPERATIONAL**
---
## ✅ All Components Working
### 1. Blockscout Service ✅
- **Container**: VMID 5000
- **Status**: Running
- **Port**: 4000
- **API**: HTTP 200 ✓
- **Stats**: 196,356 blocks, 2,838 transactions, 88 addresses
### 2. Nginx Proxy ✅
- **Status**: Working
- **HTTP**: Port 80 - HTTP 200 ✓
- **HTTPS**: Port 443 - HTTP 200 ✓
### 3. Cloudflare DNS ✅
- **Record**: `explorer.d-bis.org``b02fe1fe-cb7d-484e-909b-7cc41298ebe8.cfargotunnel.com`
- **Type**: CNAME
- **Proxy**: 🟠 Proxied (orange cloud)
- **Status**: Configured via API
### 4. Cloudflare Tunnel Route ✅
- **Route**: `explorer.d-bis.org``http://192.168.11.140:80`
- **Tunnel ID**: `b02fe1fe-cb7d-484e-909b-7cc41298ebe8`
- **Status**: Configured via API
### 5. Cloudflare Tunnel Service ✅
- **Container**: VMID 102
- **Status**: Active and connected
- **Connections**: Multiple tunnel connections registered
- **Configuration**: Updated with correct hostname and service
- **Logs**:
```
Updated to new configuration config="{\"ingress\":[{\"hostname\":\"explorer.d-bis.org\",\"service\":\"http://192.168.11.140:80\"},{\"service\":\"http_status:404\"}],\"warp-routing\":{\"enabled\":false}}"
Registered tunnel connection connIndex=0 connection=7ccaeceb-f794-47d6-b649-3eb40702feed
```
### 6. SSL/TLS ✅
- **Status**: Automatic (Cloudflare Universal SSL)
- **Certificate**: Automatic via Cloudflare
### 7. Public URL ✅
- **URL**: `https://explorer.d-bis.org`
- **API**: `https://explorer.d-bis.org/api/v2/stats`
- **Status**: Fully accessible
---
## 📊 Access Points
| Access Point | Status | URL |
|--------------|--------|-----|
| **Direct Blockscout API** | ✅ Working | `http://192.168.11.140:4000/api/v2/stats` |
| **Nginx HTTP** | ✅ Working | `http://192.168.11.140/api/v2/stats` |
| **Nginx HTTPS** | ✅ Working | `https://192.168.11.140/api/v2/stats` |
| **Public URL (Cloudflare)** | ✅ Working | `https://explorer.d-bis.org/api/v2/stats` |
| **Frontend** | ✅ Working | `https://explorer.d-bis.org/` |
---
## 🔧 Configuration Summary
### DNS Configuration
- **Domain**: explorer.d-bis.org
- **Target**: b02fe1fe-cb7d-484e-909b-7cc41298ebe8.cfargotunnel.com
- **Proxy**: Enabled (🟠 Orange cloud)
### Tunnel Configuration
- **Tunnel ID**: b02fe1fe-cb7d-484e-909b-7cc41298ebe8
- **Hostname**: explorer.d-bis.org
- **Service**: http://192.168.11.140:80
- **Container**: VMID 102
### Service Status
- **Blockscout**: VMID 5000 - Running
- **Nginx**: VMID 5000 - Running
- **Cloudflared**: VMID 102 - Running and connected
---
## ✅ Verification
All endpoints tested and working:
```bash
# Direct API
curl http://192.168.11.140:4000/api/v2/stats
# ✅ HTTP 200
# Nginx HTTP
curl http://192.168.11.140/api/v2/stats
# ✅ HTTP 200
# Nginx HTTPS
curl https://192.168.11.140/api/v2/stats
# ✅ HTTP 200
# Public URL
curl https://explorer.d-bis.org/api/v2/stats
# ✅ HTTP 200
# Frontend
curl https://explorer.d-bis.org/
# ✅ HTTP 200
```
---
## 🎯 Summary
**Status**: ✅ **COMPLETE AND OPERATIONAL**
All components are configured and working:
- ✅ Blockscout service running
- ✅ Nginx proxy configured
- ✅ Cloudflare DNS configured
- ✅ Cloudflare tunnel route configured
- ✅ Cloudflare tunnel service running and connected
- ✅ SSL/TLS automatic
- ✅ Public URL accessible
**The explorer is now fully accessible via the public URL: `https://explorer.d-bis.org`**
---
**Last Updated**: December 27, 2025
**Status**: ✅ **FULLY OPERATIONAL**