Files
proxmox/scripts/cloudflare-tunnels/configs/tunnel-ml110.yml
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

35 lines
833 B
YAML

# Cloudflare Tunnel Configuration for ml110-01 Proxmox Host
# Tunnel Name: tunnel-ml110
# Domain: ml110-01.d-bis.org
# Target: 192.168.11.10:8006 (Proxmox UI)
tunnel: <TUNNEL_ID_ML110>
credentials-file: /etc/cloudflared/tunnel-ml110.json
ingress:
# Proxmox UI - ml110-01
- hostname: ml110-01.d-bis.org
service: https://192.168.11.10:8006
originRequest:
noHappyEyeballs: true
connectTimeout: 30s
tcpKeepAlive: 30s
keepAliveConnections: 100
keepAliveTimeout: 90s
disableChunkedEncoding: true
# Allow self-signed certificates (Proxmox uses self-signed)
noTLSVerify: true
# Catch-all (must be last)
- service: http_status:404
# Metrics endpoint (optional, for monitoring)
metrics: 127.0.0.1:9091
# Logging
loglevel: info
# Grace period for shutdown
gracePeriod: 30s