Skip to content

App Registry

This guide will walk you through the process of adding and managing custom applications.

Prerequisites

  • You have an existing ACRA account.
  • You must be logged in to your account.
  • You must be a maintainer.

Create a new application

To create a new application, first select the App Registry tab in the sidebar, than click on the Create app button in the top right corner.

create-app

Note

You will be presented with a form where you can enter the following information:

  • Name: The name of your application (required)
  • Description: A short description of your application
  • Manifest: A manifest file containing the application's data in YAML format. (required)

Manifest

The manifest file is a YAML file that contains the application's data, it's sidebar menu options, the application's Helm chart, secrets, input parameters, and anything required to run the application.

Once you have entered all the required information, click on the Register new application button.

register-app

You will be presented with a confirmation message, and the application will be added to the App Registry page.

After this you can select it during the Private Space creation process.