From 5a11a2f4dc9b2244f3eb5704e27b063cf542d874 Mon Sep 17 00:00:00 2001 From: DontDDoS Date: Wed, 7 Jan 2026 02:35:07 +0000 Subject: [PATCH] Added detailed proxmox-ve docs --- README.md | 2 +- docs/infrastructure/proxmox-ve.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 docs/infrastructure/proxmox-ve.md diff --git a/README.md b/README.md index eea0855..18a2ba2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you are viewing on GitHub, you can view this repo on my self-hosted instance ## 🚀 Services, Applications & Deployments ### Infrastructure -- **Proxmox VE** - Type 1 hypervisor +- [**Proxmox VE**](docs/infrastructure/proxmox-ve.md) - Type 1 hypervisor - **Docker** - Containerisation ### Networking diff --git a/docs/infrastructure/proxmox-ve.md b/docs/infrastructure/proxmox-ve.md new file mode 100644 index 0000000..0b19836 --- /dev/null +++ b/docs/infrastructure/proxmox-ve.md @@ -0,0 +1,17 @@ +# Proxmox VE +"Proxmox Virtual Environment is a complete, open-source server management platform for enterprise virtualization. It tightly integrates the KVM hypervisor and Linux Containers (LXC), software-defined storage and networking functionality, on a single platform. With the integrated web-based user interface you can manage VMs and containers, high availability for clusters, or the integrated disaster recovery tools with ease." - [proxmox.com](https://www.proxmox.com/en/products/proxmox-virtual-environment/overview) +## VMs + +| ID | Name | IP | VLAN | Cores | RAM (GB) | Storage (GB) | Host | +| --- | ---------- | ------------ | ---- | ----- | -------- | ------------ | ------ | +| 100 | pfsense | 10.77.0.11 | all | 2 | 4 | 32 | pve-01 | +| 101 | docker-01 | 10.77.1.101 | 1 | 4 | 24 | 64 | pve-01 | +| 102 | docker-02 | 10.20.20.102 | 20 | 4 | 16 | 64 | pve-01 | +| 104 | mgmt-proxy | 10.20.10.2 | 10 | 1 | 2 | 24 | pve-01 | +| 105 | wings-01 | 10.20.30.105 | 30 | 6 | 16 | 128 | pve-01 | +| 106 | wazuh | 10.77.1.106 | 1 | 2 | 4 | 32 | pve-01 | +### LXCs + +| ID | Name | IP | VLAN | Cores | RAM (GB) | Storage (GB) | Host | +| --- | ------------ | ---- | ---- | ----- | -------- | ------------ | ------ | +| 103 | tailscale-01 | DHCP | 1 | 1 | 0.5 | 8 | pve-01 |