Skip to content

Dashboard

Alena edited this page Nov 28, 2022 · 2 revisions

Artipie dashboard

The Artipie provides front-end web application to manage repositories using a web-browser.
The Artipie front-end provides a convenient dashboard with UI pages for managing repositories.
Artipie front-end is distributed as Docker image and as fat jar. The jar file can be downloaded on GitHub releases page.

The Artipie front-end is independent part of Artipie project that interacts with Artipie server by using REST-API services provided by Artipie server.

The Artipie dashboard provides following functionality:

  • Sign in
  • View of all available repositories
  • Creating a new repository
  • Edit a repository
  • Remove a repository
  • Sign out

To get more information about start up the Artipie front-end in Docker container please visit article "Quickstart with docker-compose"

Sign in

The Sign in page allows the Artipie users to login to Artipie dashboard.
Page has two fields, User, and the Password.
The inputs will be verified by Artipie-server. Once the verification complete, the user will proceed to the list of repositories.

Repository list

The Repository list page allows the Artipie user to view all available repositories. The page provides short information for each repository such as:

  • Repository name
  • Repository type
  • Repository port where Artipie-server serves http requests to repository from according tools

The Artipie user can filter repositories by a repository name:

Create repository

To create a new repository please click Repositories->Create link on the left side of page.

The Create repository page allows the Artipie user:

  • to chose type of repository
  • to provide name of repository
  • to provide configuration of repository

The page provides default repository configuration that can be edited by the Artipie user.
Additionally page provides information how a new repository can be used by tools according to repository type.

To save a new repository configuration please click Add repository button.

Follow this link to know all the technical details about supported repositories and settings.

Edit repository

To edit existing repository please click on repository name on the Repository list page.

The Edit repository page allows the Artipie user to change configuration of repository.
Page provides information how the existing repository can be used by tools according to repository type.

To save the repository configuration please click Update button.

Follow this link to know all the technical details about supported repositories and settings.

Remove a repository

To remove existing repository please click Remove button on Edit repository page.

Sign out

To log off dashboard please click Sign out link on the left side of page.
The current session will be broken and the user will be redirected to the Sign in page.