hosts/piha/capabilities.yaml: memory 4→8 GB, storage sd-card/32 GB → NVMe ~477 GB (/home 410 GB) .gitignore: packages/*/build/ i jobs/*/build/ (wyciekały po pip install -e) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
41 lines
661 B
YAML
41 lines
661 B
YAML
capabilities:
|
|
hardware:
|
|
cpu:
|
|
arch: arm64
|
|
cores: 4
|
|
threads: 4
|
|
memory:
|
|
total_gb: 8
|
|
acceleration:
|
|
type: none
|
|
|
|
virtualization:
|
|
supported: false
|
|
type: docker-only
|
|
|
|
storage:
|
|
persistence: persistent
|
|
type: nvme
|
|
capacity_gb: 477
|
|
home_gb: 410
|
|
|
|
networking:
|
|
reachability: tailscale-only
|
|
ingress_suitability: false
|
|
bandwidth: 1Gbps
|
|
|
|
runtime:
|
|
container_engine: docker
|
|
os: debian
|
|
|
|
operational:
|
|
power_constraint: mains
|
|
connectivity: stable
|
|
availability_target: medium
|
|
|
|
deployment:
|
|
suitability:
|
|
- infra
|
|
- monitoring
|
|
restricted: false
|