- Clean, responsive web interface for Maven repository browsing
- Intelligent sorting of Maven artifacts and versions
- Support for both light and dark themes
- Configurable appearance and behavior
- PHP 8.1 or higher with PHP-FPM
- Nginx web server
- File access to a Maven repository directory
-
Clone the repository:
git clone https://github.com/Siphalor/maven-repo-visualizer mavenrv cd mavenrv
-
Install dependencies:
composer install
-
Configure environment:
cp .env.example .env
Edit
.env
to customize your installation -
Setup nginx configuration:
Seeexample.nginx.conf