Open Source web hosting panel based in Laravel
- Virtual Host administration
- Nginx
- Apache
- Database administration
- MariaDB / MySQL
- Postgres
- Linux user administration
docker-compose build
docker-compose up -d
Clone project
git clone git@github.com:Roskus/lpanel.git
Just run make
make install
php artisan user:create
php artisan website:create domain.com
php artisan website:create domain_data server=apache
php artisan database:create dbname
php artisan database:create dbname type=postgresql
php artisan database:user-create
php artisan linux:user-create name
Run tests
php artisan test
https://github.com/startbootstrap/startbootstrap-sb-admin-2