mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-16 23:13:00 +01:00
refactor: remove frontend, move JSONs to json/ top-level
- Archive frontend to community-scripts/ProxmoxVE-Frontend-Archive - Move frontend/public/json/ -> json/ - Update workflow paths in 5 actions: - update-versions-github.yml - update-json-date.yml - push-json-to-pocketbase.yml - delete-pocketbase-entry-on-removal.yml - autolabeler.yml - Remove frontend-cicd.yml (no longer needed) - Clean up .gitignore (remove frontend-specific entries)
This commit is contained in:
4
.github/workflows/update-versions-github.yml
generated
vendored
4
.github/workflows/update-versions-github.yml
generated
vendored
@@ -11,7 +11,7 @@ permissions:
|
||||
pull-requests: write
|
||||
|
||||
env:
|
||||
VERSIONS_FILE: frontend/public/json/github-versions.json
|
||||
VERSIONS_FILE: json/github-versions.json
|
||||
BRANCH_NAME: automated/update-github-versions
|
||||
AUTOMATED_PR_LABEL: "automated pr"
|
||||
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
echo ""
|
||||
echo "=== Scanning JSON files for slugs ==="
|
||||
|
||||
for json_file in frontend/public/json/*.json; do
|
||||
for json_file in json/*.json; do
|
||||
[[ ! -f "$json_file" ]] && continue
|
||||
|
||||
# Skip non-app JSON files
|
||||
|
||||
Reference in New Issue
Block a user