Michel Roegl-Brunner 93f51ddbe9 feat: Add Text Viewer component with bash syntax highlighting
- Create TextViewer component for displaying script code
- Add react-syntax-highlighter for bash syntax highlighting
- Implement tabbed interface for CT and install scripts
- Add getScriptContent tRPC endpoint for secure file reading
- Update ScriptsList to use TextViewer for View button
- Include security checks to prevent path traversal
- Support both CT and install script viewing in same modal
- Add line numbers and proper code formatting
2025-09-10 15:17:15 +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 14:04:07 +02:00
2025-09-09 14:04:07 +02:00
2025-09-09 16:06:44 +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%