diff --git a/.github/workflows/discover-drift.yml b/.github/workflows/discover-drift.yml index efd2cb3..a31e5c7 100644 --- a/.github/workflows/discover-drift.yml +++ b/.github/workflows/discover-drift.yml @@ -9,10 +9,9 @@ name: discover-drift # CF-Access-gated `proxmox.chrison.dev` hostname. This sidesteps the Cloudflare WAF # (which 403s datacenter/runner IPs) that blocked GitHub-hosted runners before. # -# Package restore uses the built-in GITHUB_TOKEN — no PAT needed (the engine only -# restores same-org ProxmoxSharp*; the cross-org Fallout feed is build/-only). The -# ProxmoxSharp + ProxmoxSharp.Api packages must grant this repo read access: -# each package → Package settings → Manage Actions access → add Chrison-dev/Homelab (Read). +# Package restore uses the built-in GITHUB_TOKEN — no PAT needed (the engine restores +# Chrison.ProxmoxSharp/Chrison.UnifiSharp from nuget.org, public/no-auth; the cross-org +# Fallout feed is build/-only and not touched here). # # Cluster-reach secrets are shared with _deploy-stack.yml (PROXMOX_BASE_URL points # at the LAN, PROXMOX_VERIFY_TLS=false for the self-signed direct cert): diff --git a/CLAUDE.md b/CLAUDE.md index abbb451..2b58383 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -32,7 +32,7 @@ setup that is NOT in this repo** — most notably **Cloudflare** (account + the ## Proxmox access: prefer the `proxmoxsharp` CLI For Proxmox read/discovery tasks, **use our own `proxmoxsharp` CLI first** (our -dogfooded client, `vendor/ProxmoxSharp` → installed via `dotnet tool install -g ProxmoxSharp.Cli`). +dogfooded client, `vendor/ProxmoxSharp` → installed via `dotnet tool install -g Chrison.ProxmoxSharp.Cli`). The `pve` MCP is a **fallback** (use it if the CLI is unavailable or for an endpoint the CLI doesn't expose yet). diff --git a/Infrastructure/engine/Homelab.Infrastructure.csproj b/Infrastructure/engine/Homelab.Infrastructure.csproj index 8fed044..1e2f8d7 100644 --- a/Infrastructure/engine/Homelab.Infrastructure.csproj +++ b/Infrastructure/engine/Homelab.Infrastructure.csproj @@ -16,17 +16,17 @@ - - + + - + port-forwards/firewall/networks). From nuget.org (Chrison.* prefix); assembly/ + namespace unchanged (UnifiSharp). Pinned exactly (like Chrison.ProxmoxSharp). + Carries the session-auth legacy write client. --> + - - - - - - - + - - - - - - + diff --git a/tools/PowerOrchestrator/src/PowerOrchestrator.Core/PowerOrchestrator.Core.csproj b/tools/PowerOrchestrator/src/PowerOrchestrator.Core/PowerOrchestrator.Core.csproj index 1c1a407..65c3ee7 100644 --- a/tools/PowerOrchestrator/src/PowerOrchestrator.Core/PowerOrchestrator.Core.csproj +++ b/tools/PowerOrchestrator/src/PowerOrchestrator.Core/PowerOrchestrator.Core.csproj @@ -9,12 +9,13 @@ - - - + + +