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
|
||||
39
homelab-export-20251129-141328/configs/lxc/103-netbox.conf
Normal file
39
homelab-export-20251129-141328/configs/lxc/103-netbox.conf
Normal file
@@ -0,0 +1,39 @@
|
||||
#<div align='center'>
|
||||
# <a href='https%3A//Helper-Scripts.com' target='_blank' rel='noopener noreferrer'>
|
||||
# <img src='https%3A//raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/images/logo-81x112.png' alt='Logo' style='width%3A81px;height%3A112px;'/>
|
||||
# </a>
|
||||
#
|
||||
# <h2 style='font-size%3A 24px; margin%3A 20px 0;'>NetBox LXC</h2>
|
||||
#
|
||||
# <p style='margin%3A 16px 0;'>
|
||||
# <a href='https%3A//ko-fi.com/community_scripts' target='_blank' rel='noopener noreferrer'>
|
||||
# <img src='https%3A//img.shields.io/badge/☕-Buy us a coffee-blue' alt='spend Coffee' />
|
||||
# </a>
|
||||
# </p>
|
||||
#
|
||||
# <span style='margin%3A 0 10px;'>
|
||||
# <i class="fa fa-github fa-fw" style="color%3A #f5f5f5;"></i>
|
||||
# <a href='https%3A//github.com/community-scripts/ProxmoxVE' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>GitHub</a>
|
||||
# </span>
|
||||
# <span style='margin%3A 0 10px;'>
|
||||
# <i class="fa fa-comments fa-fw" style="color%3A #f5f5f5;"></i>
|
||||
# <a href='https%3A//github.com/community-scripts/ProxmoxVE/discussions' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>Discussions</a>
|
||||
# </span>
|
||||
# <span style='margin%3A 0 10px;'>
|
||||
# <i class="fa fa-exclamation-circle fa-fw" style="color%3A #f5f5f5;"></i>
|
||||
# <a href='https%3A//github.com/community-scripts/ProxmoxVE/issues' target='_blank' rel='noopener noreferrer' style='text-decoration%3A none; color%3A #00617f;'>Issues</a>
|
||||
# </span>
|
||||
#</div>
|
||||
#<b>.104</b>
|
||||
arch: amd64
|
||||
cores: 2
|
||||
features: keyctl=1,nesting=1
|
||||
hostname: netbox
|
||||
memory: 2048
|
||||
net0: name=eth0,bridge=vmbr0,gw=192.168.2.1,hwaddr=BC:24:11:61:7D:2B,ip=192.168.2.104/24,type=veth
|
||||
onboot: 1
|
||||
ostype: debian
|
||||
rootfs: Vault:subvol-103-disk-0,size=4G
|
||||
swap: 512
|
||||
tags: community-script;network
|
||||
unprivileged: 1
|
||||
11
homelab-export-20251129-141328/configs/lxc/112-Anytype.conf
Normal file
11
homelab-export-20251129-141328/configs/lxc/112-Anytype.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
arch: amd64
|
||||
cores: 2
|
||||
features: nesting=1
|
||||
hostname: Anytype
|
||||
memory: 4098
|
||||
mp0: /mnt/pve/anytype,mp=/mnt/nas
|
||||
net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=BC:24:11:16:38:C8,ip=dhcp,type=veth
|
||||
ostype: debian
|
||||
rootfs: Vault:subvol-112-disk-0,size=25G
|
||||
swap: 4098
|
||||
unprivileged: 1
|
||||
Reference in New Issue
Block a user