9:59:59.000,9:59:59.000 Hi everyone, welcome back 9:59:59.000,9:59:59.000 So today we're going to try something a little bit different 9:59:59.000,9:59:59.000 We're gonna start a new video series 9:59:59.000,9:59:59.000 about all the different ways to expose or access our homelab 9:59:59.000,9:59:59.000 from the internet 9:59:59.000,9:59:59.000 The reason is mainly because there's tons of options out there. 9:59:59.000,9:59:59.000 and i feel like it's not talked enough about on YouTube 9:59:59.000,9:59:59.000 Especially the security part 9:59:59.000,9:59:59.000 which is most important 9:59:59.000,9:59:59.000 almost everyone just assumes it's secure which isn't always the case 9:59:59.000,9:59:59.000 so make sure to hit the like button 9:59:59.000,9:59:59.000 subscribe 9:59:59.000,9:59:59.000 and let's get started 9:59:59.000,9:59:59.000 okay so how to do it 9:59:59.000,9:59:59.000 to expose our homelab there are five main ways 9:59:59.000,9:59:59.000 1. Secure Tunnels like Cloudflare 9:59:59.000,9:59:59.000 2. Reverse proxies like Nginx 9:59:59.000,9:59:59.000 3. Traditional VPNs like Wireguard or OpenVPN 9:59:59.000,9:59:59.000 4. Mesh VPNs like ZeroTrust and Tailscale 9:59:59.000,9:59:59.000 and lastly the old classic port forwarding or NAT 9:59:59.000,9:59:59.000 So let's break down each one of them quickly to understand the differences 9:59:59.000,9:59:59.000 first secure tunnels like Cloudflare 9:59:59.000,9:59:59.000 This is often defined as secure tunnels to access your app without exposing your IP address 9:59:59.000,9:59:59.000 making remote access easy 9:59:59.000,9:59:59.000 it's also fairly easy to setup 9:59:59.000,9:59:59.000 however, by default it's not secured enough 9:59:59.000,9:59:59.000 and solely reling on your app security 9:59:59.000,9:59:59.000 but this can be improved 9:59:59.000,9:59:59.000 we'll cover this later in another video 9:59:59.000,9:59:59.000 next reverse proxies 9:59:59.000,9:59:59.000 like nginx 9:59:59.000,9:59:59.000 it's a server that sits in the middle and forward requests to your homelab 9:59:59.000,9:59:59.000 helping you manage multiple services under one domain 9:59:59.000,9:59:59.000 while adding another layer of protection