Skip to content

Workstation

ItemDetail
Hostname9800X3D
IP address192.168.1.99
OSWindows
RoleMain workstation and local development machine

ComponentDetail
CPUAMD Ryzen 9 9800X3D
RAM64 GB DDR5 @ 6000 MT/s
GPUAMD Radeon RX 9070 XT
NetworkGigabit Ethernet via UniFi Dream Router 7 Port 3

This machine is the primary development environment for the homelab wiki and other Astro projects.

ToolPurpose
VS CodePrimary code editor
Node.js 22Required for Astro 6
npmPackage manager
GitVersion control
Terminal window
# Clone or pull latest
git pull origin main
# Install dependencies
npm install
# Start development server
npm run dev
# Visit http://localhost:4321
# Build and preview
npm run build
npm run preview
# Commit and deploy
git add .
git commit -m "Your message"
git push origin main

Vercel detects the push to main and deploys automatically. Build time is typically 60-90 seconds.


Internal services are accessible by IP and port from this machine.

ServiceAddress
TrueNAShttps://192.168.1.28
Arcanehttp://192.168.1.28:30258
Immichhttp://192.168.1.28:30041
Jellyfinhttp://192.168.1.28:8096
Cinephagehttp://192.168.1.28:3000
qBittorrenthttp://192.168.1.28:8080

External URLs are also accessible from this machine via Cloudflare and Pangolin as they would be from any external device.