Front web service provides API and UI pages for managing Artipie configuration, such as repositories, users, permissions.
If you have any question or suggestions, do not hesitate to create an issue or contact us in
Telegram.
Artipie roadmap.
$ TAG=artipie-front
$ docker build . -t $TAG
$ docker run -p8080:8080 -eARTIPIE_REST=http://registry.local:8086 $TAG
mvn clean install -Pqulice
(the qulice profile do not exists any more ?)
To avoid build errors use Maven 3.2+. (the 3.8 looks like working too)
mvn dependency:copy-dependencies -DoutputDirectory=target/dependencies/
the Dockerfile use two layers, one build layer and the run layer (built with copying libraries from the build layer)
- ARTIPIE_REST : (default : http://localhost:8086) url to the artipie API (example : http://registry.local:8086),
- ARTIPIE_PORT : (default : 8080) port on which the server will listen to
Please read contributing rules.
Fork repository, make changes, send us a pull request. We will review
your changes and apply them to the master
branch shortly, provided
they don't violate our quality standards. To avoid frustration, before
sending us your pull request please run full Maven build: