From 958c567b6b6f5004b7961df163d5e45ac5cb7192 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Mon, 16 Jun 2025 01:07:19 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index b6a45dc..beaf7de 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -2074,6 +2074,21 @@ "notes": [], "type": "ct" }, + { + "name": "LibreTranslate", + "slug": "libretranslate", + "desc": "Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.", + "script": "ct/libretranslate.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/libretranslate.sh", + "categories": [ + 0 + ], + "notes": [ + "During the installation, application will download language models used for translation. Depending on how fast your internet/host is, this can take 5-10 minutes.", + "At every boot of LXC, application will look for updates for language models installed. This can prolong the startup of the LXC." + ], + "type": "ct" + }, { "name": "Lidarr", "slug": "lidarr", @@ -2632,6 +2647,20 @@ "password": "changeme" } }, + { + "name": "NIC Offloading Fix", + "slug": "nic-offloading-fix", + "desc": "This script automates the process of disabling network interface card (NIC) offloading features specifically for Intel e1000e network interfaces on Linux systems.", + "script": "tools/pve/nic-offloading-fix.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/nic-offloading-fix.sh", + "categories": [ + 1 + ], + "notes": [ + "Execute within the Proxmox shell" + ], + "type": "pve" + }, { "name": "NocoDB", "slug": "nocodb",