From 44b0e2cb063f55f395e5bcca3088e8d2306b31e8 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Mon, 13 Jul 2026 07:10:10 -0400 Subject: [PATCH] add proxmox-backup and proxmox-cloudimg to README contents table --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad2a1ae..f6fef60 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,6 @@ A collection of utility scripts for Linux desktop and server administration. | [`chaotic-aur/`](chaotic-aur/) | One-shot installer/enabler for the Chaotic-AUR Arch Linux repository | | [`docker-stack-backup/`](docker-stack-backup/) | Backup & restore Docker Compose stacks with named volumes, hooks, retention, and integrity verification | | [`input-remapper-switcher/`](input-remapper-switcher/) | Auto-switch [input-remapper](https://github.com/sezanzeb/input-remapper) presets per-application via Hyprland socket events | +| [`proxmox-backup/`](proxmox-backup/) | Backup & restore Proxmox VE configuration (local or over SSH) with integrity verification | +| [`proxmox-cloudimg/`](proxmox-cloudimg/) | Download, customize, and create Proxmox VE VM templates from official cloud images | | [`zsh/`](zsh/) | Zsh configuration (`.zshrc`), bootstrap installer, and themed tmux config |