|
4 | 4 |
|
5 | 5 | The following environment variables are used to configure Arduino App CLI: |
6 | 6 |
|
7 | | -| Environment Variable | Default Value | Description | |
8 | | -|---------------------|---------------|-------------| |
9 | | -| `ARDUINO_APP_CLI__APPS_DIR` | `/home/arduino/ArduinoApps` | Path to the directory where Arduino Apps created by the user are stored | |
10 | | -| `ARDUINO_APP_CLI__DATA_DIR` | `/home/arduino/.local/share/arduino-app-cli` | Path to the directory where internal data is stored (examples, assets, properties) | |
11 | | -| `ARDUINO_APP_BRICKS__CUSTOM_MODEL_DIR` | `$HOME/.arduino-bricks/ei-models` | Path to the directory where custom AI models are stored | |
12 | | -| `ARDUINO_APP_CLI__ALLOW_ROOT` | `false` | Allow running `arduino-app-cli` as root (**Not recommended to set to true**) | |
13 | | -| `LIBRARIES_API_URL` | `https://api2.arduino.cc/libraries/v1/libraries` | URL of the external service used to search Arduino libraries | |
14 | | -| `DOCKER_REGISTRY_BASE` | `ghcr.io/arduino/` | Docker registry used to pull docker images | |
15 | | -| `DOCKER_PYTHON_BASE_IMAGE` | `app-bricks/python-apps-base:<RUNNER_VERSION>` | Tag of the Docker image for the Python runner | |
| 7 | +| Environment Variable | Default Value | Description | |
| 8 | +| -------------------------------------- | ------------------------------------------------ | ---------------------------------------------------------------------------------- | |
| 9 | +| `ARDUINO_APP_CLI__APPS_DIR` | `/home/arduino/ArduinoApps` | Path to the directory where Arduino Apps created by the user are stored | |
| 10 | +| `ARDUINO_APP_CLI__DATA_DIR` | `/home/arduino/.local/share/arduino-app-cli` | Path to the directory where internal data is stored (examples, assets, properties) | |
| 11 | +| `ARDUINO_APP_BRICKS__CUSTOM_MODEL_DIR` | `$HOME/.arduino-bricks/ei-models` | Path to the directory where custom AI models are stored | |
| 12 | +| `ARDUINO_APP_CLI__ALLOW_ROOT` | `false` | Allow running `arduino-app-cli` as root (**Not recommended to set to true**) | |
| 13 | +| `LIBRARIES_API_URL` | `https://api2.arduino.cc/libraries/v1/libraries` | URL of the external service used to search Arduino libraries | |
| 14 | +| `DOCKER_REGISTRY_BASE` | `ghcr.io/arduino/` | Docker registry used to pull docker images | |
| 15 | +| `DOCKER_PYTHON_BASE_IMAGE` | `app-bricks/python-apps-base:<RUNNER_VERSION>` | Tag of the Docker image for the Python runner | |
16 | 16 |
|
17 | 17 | ## Directory Structures |
18 | | -Examples of user-defined Arduino Apps stored into the `ARDUINO_APP_CLI__APPS_DIR` folder. |
| 18 | + |
| 19 | +Examples of user-defined Arduino Apps stored into the `ARDUINO_APP_CLI__APPS_DIR` folder. |
| 20 | + |
19 | 21 | ``` |
20 | 22 | ├── my-first-app |
21 | 23 | │ ├── app.yaml |
|
0 commit comments