Michel Roegl-Brunner 996fce1e11 feat: Add GitHub script list functionality with cards and modal
- Add JSON_FOLDER environment variable for GitHub repo JSON path
- Create TypeScript types for script JSON structure
- Implement GitHub API service to fetch scripts from repository
- Add tRPC routes for script management (getScriptCards, getAllScripts, getScriptBySlug, resyncScripts)
- Create ScriptCard component for displaying script information
- Create ScriptDetailModal for full script details view
- Create ScriptsGrid component with loading and error states
- Add ResyncButton component for refreshing scripts from upstream
- Update main page with tabbed interface (GitHub Scripts vs Local Scripts)
- Add proper error handling and loading states throughout
2025-09-10 14:37:37 +02:00
2025-09-09 14:04:07 +02:00
2025-09-09 16:03:49 +02:00
PoC
2025-09-09 14:24:36 +02:00
2025-09-09 14:04:07 +02:00
2025-09-09 14:04:07 +02:00
2025-09-09 16:03:17 +02:00
2025-09-09 16:03:17 +02:00
2025-09-09 14:04:07 +02:00
2025-09-09 14:04:07 +02:00
2025-09-09 16:06:44 +02:00
2025-09-09 16:03:17 +02:00
2025-09-09 14:04:07 +02:00
2025-09-09 14:04:07 +02:00

How to run this Alpha Software

You need npm and git installed on your PVE host

git clone git@github.com:michelroegl-brunner/PVESciptslocal.git

Then you need to run npm install

And to run the dev server on IP:3000

npm run dev

Description
Local version of the ProxmoxVE Repostory
Readme 4.8 MiB
Languages
TypeScript 63%
Shell 26.3%
JavaScript 10.2%
CSS 0.5%