FREE Domain and SSL for Local Network | Nginx Proxy Manager on Docker - #13

FREE Domain and SSL for Local Network | Nginx Proxy Manager on Docker - #13

In this comprehensive tutorial, we’ll walk you through the complete process of setting up your local network with a custom domain, SSL encryption, and secure subdomains for Proxmox, TrueNAS, and more! 🔐 DOCKER COMPOSE FILE: services: nginx-proxy-manager: image: jc21/nginx-proxy-manager container_name: nginx-proxy-manager ports: 80:80 81:81 443:443 volumes: /path/to/volumes/nginx-proxy-manager/data:/data /path/to/volumes/nginx-proxy-manager/letsencrypt:/etc/letsencrypt restart: unless-stopped Here’s what you’ll learn step-by-step: Create a Free Domain on DuckDNS: Learn how to register your custom domain on DuckDNS.org. Point Domain to Your Local Server: See how to direct your DuckDNS domain to your local IP address, where Docker is installed. Set Up Nginx Proxy Manager with Docker: We guide you through finding the right Nginx Proxy Manager container on Docker Hub and setting up a Docker Compose file to run it locally. Generate Free SSL Certificates with Let’s Encrypt: Secure your services with SSL certificates for Nginx Proxy Manager, Proxmox, and TrueNAS. Access Proxmox and TrueNAS with Subdomains: Create subdomains using your DuckDNS domain and SSL certificates, allowing you to securely access Proxmox and TrueNAS from your local network. By the end of this video, you’ll have everything set up with encrypted access to your local services—complete with subdomains, SSL, and a sleek Nginx Proxy Manager interface. Whether you're hosting personal projects or building out a home lab, this tutorial is perfect for anyone looking to enhance the security and usability of their network. 🛠️ Chapters: 00:00 - Intro 01:00 - Creating a DuckDNS Domain 02:17 - Configuring Domain for Local IP 03:05 - Setting Up Nginx Proxy Manager with Docker 09:28 - Generating SSL Certificates with Let's Encrypt 12:03 - Creating Subdomains for Nginx Proxy Manager 13:50 - Accessing Services Locally & Securely 15:45 - Outro 🔎 Keywords: DuckDNS setup, Nginx Proxy Manager Docker, SSL Let's Encrypt Docker, Proxmox subdomain SSL, TrueNAS SSL certificate, Nginx Proxy Manager SSL, Docker Compose file tutorial, secure local hosting tutorial, Docker reverse proxy setup, SSL for local services, home lab network security. #Docker #NginxProxyManager #SSL #Proxmox #TrueNAS #DuckDNS #LetsEncrypt #SelfHosting #HomeLab