- 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.
1.3 KiB
1.3 KiB
Install Cloudflare Tunnel - Run These Commands
Container: VMID 5000 on pve2 node
Tunnel Token: Provided
🚀 Installation Commands
Run these commands on pve2 node (or via SSH to Proxmox host):
# SSH to Proxmox host first
ssh root@192.168.11.10
# Then run these commands:
# 1. Install cloudflared service with token
pct exec 5000 -- cloudflared service install eyJhIjoiNTJhZDU3YTcxNjcxYzVmYzAwOWVkZjA3NDQ2NTgxOTYiLCJ0IjoiYjAyZmUxZmUtY2I3ZC00ODRlLTkwOWItN2NjNDEyOThlYmU4IiwicyI6Ik5HTmtOV0kwWXpNdFpUVmxaUzAwTVRFMkxXRXdNMk10WlRJNU1ETTFaRFF4TURBMiJ9
# 2. Start the service
pct exec 5000 -- systemctl start cloudflared
# 3. Enable on boot
pct exec 5000 -- systemctl enable cloudflared
# 4. Check status
pct exec 5000 -- systemctl status cloudflared
# 5. Get tunnel ID
pct exec 5000 -- cloudflared tunnel list
✅ After Installation
- Get Tunnel ID from the
cloudflared tunnel listoutput - Configure DNS in Cloudflare dashboard:
- CNAME:
explorer→<tunnel-id>.cfargotunnel.com(🟠 Proxied)
- CNAME:
- Configure Tunnel Route in Cloudflare Zero Trust:
explorer.d-bis.org→http://192.168.11.140:80
- Wait 1-5 minutes for DNS propagation
- Test:
curl https://explorer.d-bis.org/api/v2/stats
Run the commands above to complete the installation!