From 109498e2df719b55c4d0fc2b08b0dea81ab238a3 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:08:57 +0100 Subject: [PATCH] Update API_URL to point to Frontend-Archive --- .github/scripts/generate_helpers_cache.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/generate_helpers_cache.py b/.github/scripts/generate_helpers_cache.py index 6188bd0c..0307d8eb 100644 --- a/.github/scripts/generate_helpers_cache.py +++ b/.github/scripts/generate_helpers_cache.py @@ -7,7 +7,8 @@ from pathlib import Path import requests # ---------- Config ---------- -API_URL = "https://api.github.com/repos/community-scripts/ProxmoxVE/contents/frontend/public/json" +# API_URL = "https://api.github.com/repos/community-scripts/ProxmoxVE/contents/frontend/public/json" +API_URL = "https://api.github.com/repos/community-scripts/ProxmoxVE-Frontend-Archive/contents/frontend/public/json" SCRIPT_BASE = "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main" # Escribimos siempre en /json/helpers_cache.json, independientemente del cwd