UniSite Documentation Center

Automated Markdown Deployment Matrix Calculating...

Development Workflow

Remote Integration: Ubuntu Desktop to Proxmox VM (192.168.18.60)

Step 1: AI Tooling

Gemini CLI Integration

Connects your local terminal environment to the VS Code extension for seamless AI-assisted refactoring.

# Install CLI
sudo npm install -g @google/gemini-cli

# Link to IDE
gemini /ide enable

Step 2: Infrastructure

Docker Remote Client

Configuring the local Ubuntu client to manage containers on the Proxmox host.

# Add Docker GPG & Repo
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc

# Setup Context
docker context create proxmox-vm --docker "host=ssh://dieter@192.168.18.60"
docker context use proxmox-vm

Step 3: Access

Project Dashboard


Built for the Homelab Environment | Proxmox Node Setup | 2026