Files
proxmox/scripts/cloudflare-tunnels/INSTALLATION_COMPLETE_FINAL.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

96 lines
2.6 KiB
Markdown

# ✅ All Tunnels Installed and Running!
## 🎉 Complete Installation Summary
All 3 Cloudflare Tunnels are now installed, running, and healthy!
### ✅ tunnel-ml110
- **Status**: ✅ Active & Running
- **URL**: https://ml110-01.d-bis.org
- **Target**: https://192.168.11.10:8006
- **Tunnel ID**: `ccd7150a-9881-4b8c-a105-9b4ead6e69a2`
### ✅ tunnel-r630-01
- **Status**: ✅ Active & Running
- **URL**: https://r630-01.d-bis.org
- **Target**: https://192.168.11.11:8006
- **Tunnel ID**: `4481af8f-b24c-4cd3-bdd5-f562f4c97df4`
### ✅ tunnel-r630-02
- **Status**: ✅ Active & Running
- **URL**: https://r630-02.d-bis.org
- **Target**: https://192.168.11.12:8006
- **Tunnel ID**: `0876f12b-64d7-4927-9ab3-94cb6cf48af9`
## 📊 Service Status
All services are:
- ✅ Installed
- ✅ Enabled (start on boot)
- ✅ Running
- ✅ Connected to Cloudflare Edge
- ✅ Protected with Cloudflare Access
## 🔗 Access URLs
All Proxmox UIs are now accessible via:
- **ml110-01**: https://ml110-01.d-bis.org
- **r630-01**: https://r630-01.d-bis.org
- **r630-02**: https://r630-02.d-bis.org
All protected with Cloudflare Access (SSO/MFA).
## ✅ What Was Accomplished
1.**3 Tunnels Created** (via API)
2.**3 Tunnel Routes Configured** (via API)
3.**3 DNS Records Created** (CNAME, proxied)
4.**3 Access Applications Created** (SSO/MFA protection)
5.**3 Services Installed** (systemd)
6.**All Tunnels Running** (connected to Cloudflare Edge)
7.**Migration Error Resolved** (tunnel-r630-02 is now healthy)
## 🎯 Verification
Check service status:
```bash
ssh root@192.168.11.12 "pct exec 102 -- systemctl status cloudflared-*"
```
Check tunnel logs:
```bash
ssh root@192.168.11.12 "pct exec 102 -- journalctl -u cloudflared-* -f"
```
Test access:
```bash
curl -I https://ml110-01.d-bis.org
curl -I https://r630-01.d-bis.org
curl -I https://r630-02.d-bis.org
```
## 📁 Files Installed
On VMID 102 (`192.168.11.12`):
- `/etc/cloudflared/credentials-ml110.json`
- `/etc/cloudflared/credentials-r630-01.json`
- `/etc/cloudflared/credentials-r630-02.json`
- `/etc/cloudflared/tunnel-ml110.yml`
- `/etc/cloudflared/tunnel-r630-01.yml`
- `/etc/cloudflared/tunnel-r630-02.yml`
- `/etc/systemd/system/cloudflared-ml110.service`
- `/etc/systemd/system/cloudflared-r630-01.service`
- `/etc/systemd/system/cloudflared-r630-02.service`
## 🎊 Installation Complete!
All tunnels are operational and ready for use. The migration error for tunnel-r630-02 has been resolved - the tunnel is now healthy and connected.
---
**Installation Date**: 2025-12-26
**Status**: ✅ **100% Complete**