Add comprehensive Proxmox infrastructure-as-code and developer documentation#76
Open
XessShare wants to merge 4 commits into
Open
Add comprehensive Proxmox infrastructure-as-code and developer documentation#76XessShare wants to merge 4 commits into
XessShare wants to merge 4 commits into
Conversation
- Network: NAT/MASQUERADE, PVE firewall rules, SSH hardening, Fail2Ban - VM Templates: storage backend config, Cloud-Init template creation - Backup: vzdump backup script with cronjob installer - GPU: passthrough readiness check (IOMMU, vfio-pci, nvidia-smi) - Docs: setup guide with recommended execution order - Updated .gitignore for Proxmox artifacts (ISOs, disk images, keys) https://claude.ai/code/session_01SWoB1YbMmuPwSv5964mbE8
…ipts Concrete topology: Host1 (192.168.16.2, RX 6800 XT), Host2 (192.168.16.3, GTX 1080), ThinkPad (192.168.16.10), VM-Netz (192.168.20.0/24 on vmbr1). - vm-windows: Windows VM with RX 6800 XT passthrough + vfio-pci setup - vm-linux-desktop: Linux Desktop VM with SPICE/QXL display - remote-access: RDP + SPICE connect scripts, ThinkPad route setup - fileserver: Samba server setup + ThinkPad mount helper - network: interface examples for both hosts, updated NAT defaults - docs: full topology diagram, 6-phase execution guide, architecture table https://claude.ai/code/session_01SWoB1YbMmuPwSv5964mbE8
Add Proxmox VE infrastructure setup scripts and documentation
Documents project architecture, tool registration pattern, all 13 MCP tools, authentication flow, code style conventions, git workflow, CI/CD pipelines, Docker build, and testing approach.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds two major documentation and infrastructure components to the repository:
CLAUDE.md — A comprehensive guide for AI assistants working in this codebase, covering:
Proxmox VE Infrastructure-as-Code — Complete setup scripts and documentation for a 2-host Proxmox cluster with GPU passthrough, VM management, and remote access:
Motivation and Context
How Has This Been Tested?
Breaking Changes
None. These are purely additive changes (new files).
Types of changes
Checklist
Additional context
.gitignoreto exclude Proxmox artifacts (ISO images, VM disks, secrets, certificates).https://claude.ai/code/session_01Jv1eRAFKdmJ1bVG7w1Rhak