Home - stevius10/Proxmox-GitOps GitHub Wiki

Proxmox VE Host Configuration


Required Configuration

The following commands and configurations are required on Proxmox host:

# Download Debian LXC template (or change container template in base/default.yml)
pveam download local debian-12-standard_12.7-1_amd64.tar.zst && pveam update
  • Ensure your storage is enabled for container content (set in config.env)

Recommended Configuration

The following commands and configurations are recommended on Proxmox host:

# 1. Apply system defaults
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"

# 2. Configure container updates
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/cron-update-lxcs.sh)"

# 3. Configure package sources
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-repo.sh)"

# 4. Enable time synchronization
apt install systemd-timesyncd -y && timedatectl set-ntp true