From c37b30be168c8c7c6232a93c795ccbbd85ca4cde Mon Sep 17 00:00:00 2001 From: fab Date: Sat, 31 Aug 2024 12:11:09 +0200 Subject: [PATCH] Update README.md --- docs/lxc_autoscale/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/lxc_autoscale/README.md b/docs/lxc_autoscale/README.md index a274b91..dea2853 100644 --- a/docs/lxc_autoscale/README.md +++ b/docs/lxc_autoscale/README.md @@ -50,9 +50,10 @@ docker build -t lxc-autoscale . ### Step 4: Edit the YAML Configuration -Modify the YAML configuration file (e.g., `lxc_autoscale.yaml`) with the Proxmox hosts SSH parameters: +Modify the YAML configuration file (e.g., `lxc_autoscale.yaml`) with the Proxmox hosts SSH parameters and the required `use_remote_proxmox` option to make the app execute commands to remote hosts: ``` + use_remote_proxmox: true ssh_user: "your-ssh-username" ssh_password: "your-ssh-password" proxmox_host: "your-proxmox-host-ip-or-hostname"