mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-03 00:26:18 +00:00
Update AppImage
This commit is contained in:
@@ -20,40 +20,3 @@ A modern, responsive dashboard for monitoring Proxmox VE systems built with Next
|
||||
- **UI Components**: Radix UI primitives with shadcn/ui
|
||||
- **Backend**: Flask server for system data collection
|
||||
- **Packaging**: AppImage for easy distribution
|
||||
|
||||
## Development
|
||||
|
||||
\`\`\`bash
|
||||
# Install dependencies
|
||||
npm install
|
||||
|
||||
# Start development server
|
||||
npm run dev
|
||||
|
||||
# Build for production
|
||||
npm run build
|
||||
\`\`\`
|
||||
|
||||
## Building AppImage
|
||||
|
||||
\`\`\`bash
|
||||
# Make build script executable
|
||||
chmod +x scripts/build_appimage.sh
|
||||
|
||||
# Build AppImage
|
||||
./scripts/build_appimage.sh
|
||||
\`\`\`
|
||||
|
||||
## Translation Support
|
||||
|
||||
The project includes a translation system for multi-language support:
|
||||
|
||||
\`\`\`bash
|
||||
# Build translation AppImage
|
||||
chmod +x scripts/build_translate_appimage.sh
|
||||
./scripts/build_translate_appimage.sh
|
||||
\`\`\`
|
||||
|
||||
## License
|
||||
|
||||
MIT License - see LICENSE file for details.
|
||||
|
Reference in New Issue
Block a user