21in7 8938c486dc docs: add Hermes Agent LXC design spec
Design for deploying Nous Research Hermes Agent as an unprivileged Docker
LXC (#118) on node1, using litellm (10.1.10.22:4000) as the OpenAI-compatible
LLM gateway. Messaging-connector use (outbound-only, no inbound ports).
Large workspace via direct host bind mounts (hdd /data + 2tb /fast),
aligned with the Plan A same-host bind-mount decision.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 23:34:53 +09:00

Proxmox IaC

Terraform으로 관리하는 Proxmox 홈랩 인프라.

구조

파일 설명
provider.tf Proxmox 프로바이더 설정
variables.tf 공통 변수
pbs.tf PBS LXC 컨테이너 정의
pbs-variables.tf PBS 관련 변수
outputs.tf 출력값

사용법

# 초기화
terraform init

# tfvars 파일 생성
cp terraform.tfvars.example terraform.tfvars
# terraform.tfvars에 실제 토큰 값 입력

# 변경사항 확인
terraform plan

# 적용
terraform apply

노드 정보

노드 IP 사양
gihyeon 192.168.50.87 5600G / 64GB
gihyeon2 192.168.50.2 i3-7100U / 16GB

SDN 대역

  • gihyeon: 10.1.10.0/24
  • gihyeon2: 10.1.20.0/24
Description
No description provided
Readme 9.4 MiB
Languages
HCL 69.4%
Shell 30.6%