- 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.
35 lines
835 B
YAML
35 lines
835 B
YAML
# Cloudflare Tunnel Configuration for r630-02 Proxmox Host
|
|
# Tunnel Name: tunnel-r630-02
|
|
# Domain: r630-02.d-bis.org
|
|
# Target: 192.168.11.12:8006 (Proxmox UI)
|
|
|
|
tunnel: <TUNNEL_ID_R630_02>
|
|
credentials-file: /etc/cloudflared/tunnel-r630-02.json
|
|
|
|
ingress:
|
|
# Proxmox UI - r630-02
|
|
- hostname: r630-02.d-bis.org
|
|
service: https://192.168.11.12: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:9093
|
|
|
|
# Logging
|
|
loglevel: info
|
|
|
|
# Grace period for shutdown
|
|
gracePeriod: 30s
|
|
|