From f880a37296ec4140b4655702107271a7c5549ab3 Mon Sep 17 00:00:00 2001 From: fab Date: Tue, 20 Aug 2024 18:12:55 +0200 Subject: [PATCH] Update README.md autoconf added it create valid YAML conf including single TIER_ configurations for your running LXC containers. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c91cd..d985198 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ LXC AutoScale is packed with features that make it an essential tool for managin - 🔔 Mail and Push Notifications - 📈 JSON Metrics - 💻 Local or remote execution +- Easy configuration for humans ## Quick Start @@ -54,7 +55,14 @@ If the conditions set in the configuration are met, you will quickly observe sca LXC AutoScale is designed to be highly customizable. You can reconfigure the service at any time to better suit your specific needs. For detailed instructions on how to adjust the settings, please refer to the **[official documentation](https://github.com/fabriziosalmi/proxmox-lxc-autoscale/blob/main/docs/lxc_autoscale/README.md)**. > [!TIP] -> LXC AutoScale and LXC AutoScale ML can be used and extended in many ways, here some useful additional resources: +> If You need LXC AutoScale configuration for all your LXC containers You can automatically generate it by running this command: +> ``` +> curl -sSL https://raw.githubusercontent.com/fabriziosalmi/proxmox-lxc-autoscale/main/lxc_autoscale/lxc_autoscale_autoconf.sh | bash +> ``` + +#### Additional resources +LXC AutoScale and LXC AutoScale ML can be used and extended in many ways, here some useful additional resources: + > - 🎛️ [LXC AutoScale - TIER snippets for 40 self-hosted apps](https://github.com/fabriziosalmi/proxmox-lxc-autoscale/blob/main/docs/lxc_autoscale/examples/README.md) > - ⏰ [LXC AutoScale API - Cron jobs examples](https://github.com/fabriziosalmi/proxmox-lxc-autoscale/blob/main/docs/lxc_autoscale_api/examples/README.md)