Cloudflare Tunnel → NGINX local

zero.nico.ar

Un sitio web servido desde Pipita, una computadora del tamaño de la palma de la mano (~US$15). En vez de abrir puertos en el router, usa una conexión saliente a Cloudflare para crear un túnel seguro que sirve este sitio sin exponer nada hacia Internet.

A website served from Pipita, a tiny palm-sized computer (~US$15). Instead of opening inbound ports, it creates an outbound connection to Cloudflare, establishing a secure tunnel that serves this site without exposing anything to the Internet.

El dispositivo

The device

Raspberry Pi Zero 2W (~US$15)

Características

Features

Sin puertos abiertos

No open ports

Túnel saliente

Outbound tunnel

Estático y rápido

Static & fast

¿Cómo funciona?

How does it work?

1

Pipita guarda los archivos

Pipita stores the files

La Raspberry Pi Zero 2W ejecuta NGINX y guarda todos los archivos del sitio localmente.

The Raspberry Pi Zero 2W runs NGINX and stores all site files locally.

2

Túnel seguro saliente

Secure outbound tunnel

Pipita abre una conexión hacia afuera a Cloudflare (sin abrir puertos entrantes). Es como llamar a alguien en vez de esperar que te llamen.

Pipita opens an outbound connection to Cloudflare (no inbound ports). It's like calling someone instead of waiting for them to call you.

3

Cloudflare publica el sitio

Cloudflare serves the site

Cloudflare recibe tu pedido, lo manda a través del túnel a NGINX local, y te devuelve la respuesta con HTTPS.

Cloudflare receives your request, forwards it through the tunnel to local NGINX, and returns the response with HTTPS.

También desde Pipita

Also from Pipita

Companion sites