Using DuckDNS, Nginx Proxy Manager, Docker and Casaos: Easy and Free way to Securely. Access any Home server Web Apps on the Internet. DuckDNS or your person Domain.
TechMadeEZ Vidoes
Best Free Virtual Machine on Linux & MacOS & Custom autounattend Windows 11 or 10 for a VM VMWare,
Run Windows on a USB – Windows to Go!
$50 Media SFF Server. Best Budget and Most Flexible.
ZimaOS VS CasaOS What’s the Difference? What is New? What is to Come?
Why I ‘m Dumping Proxmox for CasaOS – My Setup and Down Grading My Server as Well.
Linux has Never Been Easier to Use! – 4 Linux Distros For Beginners 2024!
3 EASY WAYS TO TRY LINUX / No System Install Needed. Linux Mint 21.3 and More.
$265 DIY Budget 24TB Server-NAS!! 16GB Ram 4Cores 8Threads
Auto-Mount Samba / SMB – CIFS Shares in the FStab on Start-Up in Linux Desktop & Server.
WebSites:
Docker:
DuckDNS
services:
duckdns:
image: lscr.io/linuxserver/duckdns:latest
container_name: duckdns
network_mode: host #optional
environment:
– PUID=1000 #optional
– PGID=1000 #optional
– TZ=Etc/UTC #optional
– SUBDOMAINS=subdomain1,subdomain2
– TOKEN=token
– UPDATE_IP=ipv4 #optional
– LOG_FILE=false #optional
volumes:
– /path/to/duckdns/config:/config #optional
restart: unless-stopped
Nginx Proxy Manager
services:
app:
image: ‘docker.io/jc21/nginx-proxy-manager:latest’
restart: unless-stopped
ports:
– ’80:80′
– ’81:81′
– ‘443:443’
volumes:
– ./data:/data
– ./letsencrypt:/etc/letsencrypt
Email: admin@example.com
Password: changeme
[ad_2]
source