Home - stevius10/Proxmox-GitOps GitHub Wiki
Proxmox VE System Configuration
see API restrictions
Required Configuration
The following commands and configurations are required:
# Download Debian LXC template (**or change OS 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:
# 1. Apply base system patches and defaults
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"
# 2. Configure regular LXC template updates
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/cron-update-lxcs.sh)"
# 3. Clean and configure the repository sources
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/update-repo.sh)"
# 4. Enable system time synchronization
apt install systemd-timesyncd -y && timedatectl set-ntp true