Update helpers_cache.json

This commit is contained in:
ProxMenuxBot 2025-06-16 01:07:19 +00:00
parent b443f278da
commit 958c567b6b

View File

@ -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",