Skip to content

nh-37rtm/artipie-front

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join our Telegramm group

EO principles respected here DevOps By Rultor.com We recommend IntelliJ IDEA

License Hits-of-Code PDD status

Artipie front service

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.

Quick start

$ TAG=artipie-front
$ docker build . -t $TAG
$ docker run -p8080:8080 -eARTIPIE_REST=http://registry.local:8086 $TAG

Build notes

Building with maven

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)

Export pom dependencies inside a folder

mvn dependency:copy-dependencies -DoutputDirectory=target/dependencies/

Dockerfile notes

the Dockerfile use two layers, one build layer and the run layer (built with copying libraries from the build layer)

Environment variables (not exhaustive list)

How to contribute

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:

About

Front service of Artipie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.8%
  • HTML 10.2%
  • Dockerfile 1.8%
  • CSS 0.2%