A modern web interface for managing Lighttpd virtual host configurations.
- Web-based virtual host management
- Real-time configuration validation
- Support for URL rewriting
- Performance optimization settings
- Compression and caching configuration
- Service restart functionality
- Node.js 18 or later
- Lighttpd web server
- Sudo access for service management
- Clone the repository:
git clone https://github.com/irwan6179/lightGUI.git
cd lightGUI
- Install dependencies:
npm install
- Configure sudo permissions:
sudo cp lighttpd-nopasswd /etc/sudoers.d/lighttpd
sudo chmod 440 /etc/sudoers.d/lighttpd
- Start the development server:
npm run dev
- Built with Next.js and TypeScript
- Uses Tailwind CSS for styling
- Shadcn UI components
- Real-time configuration validation
MIT License