Varda Server (Ubuntu)#
Overview#
Varda is an Ubuntu Server VM at 192.168.1.131 used for web hosting and development. It serves as the primary host for the ilmare.nbkelley.com website.
Note: Varda is a different VM from servarr (192.168.1.112), which runs the media automation stack. These were previously conflated in some wiki pages.
Key Details#
- Hypervisor: Proxmox (Minas Tirith)
- Management: Cockpit GUI (Port 9090)
- Web Server: Nginx for static content
- Firewall: UFW enabled (ports 22, 80, 443)
- Development: VS Code Remote-SSH
Nginx Site Structure#
/var/www/ilmare.nbkelley.com/
├── Assets/
│ └── Images/ (Case-sensitive: capital I)
├── html/
│ └── index.html
├── Scripts/
│ └── scripts.js
└── Styles/
└── styles.cssNginx Server Block#
/etc/nginx/sites-available/ilmare.nbkelley.com: