Commit inicial - estructura base del proyecto

This commit is contained in:
2026-05-31 08:24:12 -06:00
commit cd998ce6b0
143 changed files with 18354 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
$ErrorActionPreference = "Stop"
. "$PSScriptRoot\ProxmoxAgent.ps1"
$config = Get-ProxmoxConfig
$command = "echo ===HOST===; hostname; pveversion; echo; echo ===LXC===; pct list; echo; echo ===QEMU===; qm list; echo; echo ===DOCKER_LXC_$($config.CoolifyLxc)===; pct exec $($config.CoolifyLxc) -- docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}'"
Invoke-ProxmoxSshCommand -Command $command