Initial commit: Homelab infrastructure repository with automated collection system
- Added Proxmox VE configuration collection scripts - Included documentation and quick-start guides - First infrastructure snapshot from serviceslab (2025-11-29) - All VM configs (10 VMs) and LXC configs (3 containers) - Git setup complete with .gitignore protecting sensitive data
This commit is contained in:
13
homelab-export-20251129-141328/configs/lxc/102-nginx.conf
Normal file
13
homelab-export-20251129-141328/configs/lxc/102-nginx.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
#.101
|
||||
arch: amd64
|
||||
cores: 1
|
||||
features: nesting=1
|
||||
hostname: nginx
|
||||
memory: 2048
|
||||
nameserver: 8.8.8.8
|
||||
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.2.1,hwaddr=BC:24:11:A6:98:63,ip=192.168.2.101/24,type=veth
|
||||
onboot: 1
|
||||
ostype: alpine
|
||||
rootfs: Vault:subvol-102-disk-0,size=2G
|
||||
swap: 512
|
||||
unprivileged: 1
|
||||
Reference in New Issue
Block a user