[PR #58] [CLOSED] DRAFT: Add frontend and docs #2453

Closed
opened 2026-02-05 04:56:43 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/58
Author: @havardthom
Created: 11/4/2024
Status: Closed

Base: mainHead: frontend-docs


📝 Commits (2)

📊 Changes

217 files changed (+5883 additions, -0 deletions)

View changed files

.github/workflows/deploy-pages.yml (+58 -0)
docs/actualbudget.json (+13 -0)
docs/add-netbird-lxc.json (+11 -0)
docs/add-tailscale-lxc.json (+11 -0)
docs/adguard.json (+13 -0)
docs/adventurelog.json (+13 -0)
docs/agentdvr.json (+13 -0)
docs/all-templates.json (+11 -0)
docs/alpine.json (+11 -0)
docs/apache-cassandra.json (+11 -0)
docs/apache-couchdb.json (+13 -0)
docs/apt-cacher-ng.json (+13 -0)
docs/archivebox.json (+13 -0)
docs/aria2.json (+13 -0)
docs/audiobookshelf.json (+13 -0)
docs/autobrr.json (+13 -0)
docs/bazarr.json (+13 -0)
docs/blocky.json (+11 -0)
docs/bunkerweb.json (+11 -0)
docs/caddy.json (+11 -0)

...and 80 more files

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

Not expecting this to get merged, just putting it up to discuss.

  • docs folder contains one json file per script (199, so almost) scraped from tteck's site. I have not bothered parsing everything yet, just dumped every script HTML element in there for now.
  • frontend folder contains newly generated Vite + React app
  • Github action to build frontend and push to gh-pages branch which is deployed on Github Pages

What are people's thoughts on this?

frontend

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)
  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Documentation update required (this change requires an update to the documentation)

Additional Information (optional)

Provide any additional context or screenshots about the feature or fix here.

If there are other pull requests or discussions related to this change, please link them here:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/58 **Author:** [@havardthom](https://github.com/havardthom) **Created:** 11/4/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `frontend-docs` --- ### 📝 Commits (2) - [`ce75d52`](https://github.com/community-scripts/ProxmoxVE/commit/ce75d52e12b5f252e4f42071b228da47ca2b4312) Add docs - [`073a50f`](https://github.com/community-scripts/ProxmoxVE/commit/073a50f5ddadc6ee01191f392f752bc5ea38c9ba) Add frontend and deploy action ### 📊 Changes **217 files changed** (+5883 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/deploy-pages.yml` (+58 -0) ➕ `docs/actualbudget.json` (+13 -0) ➕ `docs/add-netbird-lxc.json` (+11 -0) ➕ `docs/add-tailscale-lxc.json` (+11 -0) ➕ `docs/adguard.json` (+13 -0) ➕ `docs/adventurelog.json` (+13 -0) ➕ `docs/agentdvr.json` (+13 -0) ➕ `docs/all-templates.json` (+11 -0) ➕ `docs/alpine.json` (+11 -0) ➕ `docs/apache-cassandra.json` (+11 -0) ➕ `docs/apache-couchdb.json` (+13 -0) ➕ `docs/apt-cacher-ng.json` (+13 -0) ➕ `docs/archivebox.json` (+13 -0) ➕ `docs/aria2.json` (+13 -0) ➕ `docs/audiobookshelf.json` (+13 -0) ➕ `docs/autobrr.json` (+13 -0) ➕ `docs/bazarr.json` (+13 -0) ➕ `docs/blocky.json` (+11 -0) ➕ `docs/bunkerweb.json` (+11 -0) ➕ `docs/caddy.json` (+11 -0) _...and 80 more files_ </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description Not expecting this to get merged, just putting it up to discuss. - `docs` folder contains one json file per script (199, so almost) scraped from tteck's site. I have not bothered parsing everything yet, just dumped every script HTML element in there for now. - `frontend` folder contains newly generated Vite + React app - Github action to build frontend and push to `gh-pages` branch which is deployed on Github Pages What are people's thoughts on this? ![frontend](https://github.com/user-attachments/assets/9040c80f-8e87-47ce-b9f4-451afb6b5d24) ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) - [ ] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [ ] Documentation update required (this change requires an update to the documentation) ## Additional Information (optional) Provide any additional context or screenshots about the feature or fix here. ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related PR #1 - Related PR #2 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 04:56:43 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2453