2024-10-19 11:14:33 +02:00
2024-10-18 13:09:29 +02:00
2024-10-19 11:14:33 +02:00
2024-10-17 13:08:19 +00:00
2024-09-13 16:04:16 +00:00
2024-09-13 16:04:16 +00:00
2024-10-18 13:13:43 +02:00
2024-10-18 13:11:32 +02:00
2024-10-18 20:17:29 +00:00

default-applications-tree

You can add more application sections into applications-tree.json. You have to specify the application name and version. For example:

    {
        "name": "nextcloud",
        "version": "latest"
    }

The name must be the same as the directory name of the application.

The directory of an application have to contain a template.json file and can contain more json files (service, domain, secret, etc. files).

The mandatory template.json file's structure is the following.

  • "name" - the name of the application, must be the same as the directory name
  • "fields" - array of used variables by service

An element of fields can contain the following keys.

  • description
  • key
  • value
  • required
  • type
  • generated

For example: { "description": "Please add Nextcloud password:", "key": "NEXTCLOUD_PASSWORD", "value": "", "required": "true", "type": "password" },

Description
No description provided
Readme 2.9 MiB