Skip to the content.

Cloudflare Integration – Overview

My homelab is integrated with Cloudflare for secure remote access,
DNS management, and edge services. This allows me to expose applications
without direct port forwarding, while keeping latency low and availability high.


☁️ Services in Use


🔒 Why Cloudflare?


🗂️ Example: Cloudflare Tunnel Config

tunnel: my-homelab-tunnel
credentials-file: /etc/cloudflared/credentials.json

ingress:
  - hostname: unraid.mydomain.com
    service: http://localhost:8080
  - hostname: plex.mydomain.com
    service: http://localhost:32400
  - hostname: nextcloud.mydomain.com
    service: http://localhost:8081
  - service: http_status:404

📌 Roadmap

```