mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-18 18:12:15 +00:00
Update API_URL to point to Frontend-Archive
This commit is contained in:
3
.github/scripts/generate_helpers_cache.py
vendored
3
.github/scripts/generate_helpers_cache.py
vendored
@@ -7,7 +7,8 @@ from pathlib import Path
|
|||||||
import requests
|
import requests
|
||||||
|
|
||||||
# ---------- Config ----------
|
# ---------- 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"
|
SCRIPT_BASE = "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main"
|
||||||
|
|
||||||
# Escribimos siempre en <raiz_repo>/json/helpers_cache.json, independientemente del cwd
|
# Escribimos siempre en <raiz_repo>/json/helpers_cache.json, independientemente del cwd
|
||||||
|
|||||||
Reference in New Issue
Block a user