Marketplace apps
Overview
The Marketplace card displays all the information related to an application deployed on a node, organized into several sections on the card. From this card, you can Start and Stop any Marketplace application, update its version, check its operation logs, persistent folder, or configuration.
Card UI
The Marketplace Card encompasses various segments. The main segment allows us to perform all the key operations, and additional segments are included for persistent information, logs, environment variables, configuration, and Docker information.

Marketplace app card
Card Header
Marketplace card collapsed
The upper area of the card is a collapsible header that includes the following information:
- Name of the application
- Deployed version
- State of the application represented as a color circle:
- RED for Stopped
- GREEN for Started
- YELLOW for Installing
- Update availability: a warning icon will be displayed if a new version is available.
And the following actions:
- The button to collapse/expand the card appears just to the right of the application name.
- The uninstall button for the app is located in the upper right corner.
Status
Status
The first segment in the card's body is the status segment. Here, you can check the state of the application and find several actions:
- Start application
- Stop application
- Update application version
- Cancel building (only available when the application is in the building process)
Persistent Folder

Persistent Folder
A persistent folder refers to a directory whose contents are preserved even after the container stops or restarts. Unlike regular container folders, the data stored in a persistent folder isn't lost when the container shuts down. This allows your app to maintain critical information and user-generated content across container lifecycles.
In this segment you can check the size of the persistent folder and delete it.
Environment Variables

Environment Variables
In this segment you can check all the environment variables that are configured in the application.
Only admin and supervisor users can see and edit values in environment variables.
App Config

Configuration
The App Config information is available in this segment. To edit it, simply press the 'pencil' button, and the editor will be displayed:

Configuration editor
Info
The Docker information is available in this segment. It will be updated every time you expand the segment.

Application Info
Logs
The application logs information is available in this segment.

Application Logs
Several options are available:
- Enable: toggle app logs on/off.
- Follow: if enabled, the logs window will always automatically scroll to the last line received.
- Wrap: if enabled, long lines will be wrapped and shown in the next line.
- Time: show timestamp information for every line.
- Container: Show the container's name that generated every line.
In the right side of the card you will also find three buttons for:
- Filter: just enter some characters/word and search it in your logs.
- Download: you can download the log information in CSV format selecting a time range.
- Delete: Delete all logs. Caution: this action cannot be undone.