app-store/apps/activepieces/config.json

48 lines
1.1 KiB
JSON

{
"name": "Activepieces",
"available": true,
"port": 8605,
"exposable": true,
"id": "activepieces",
"description": "Your friendliest open source all-in-one automation tool.",
"tipi_version": 17,
"version": "0.20.3",
"categories": [
"automation"
],
"short_desc": "True zapier alternative.",
"author": "Activepieces",
"source": "https://github.com/activepieces/activepieces",
"website": "https://www.activepieces.com/",
"form_fields": [
{
"type": "random",
"label": "Activepieces postgres password.",
"min": 32,
"env_variable": "AP_POSTGRES_PASSWORD"
},
{
"type": "random",
"label": "Activepieces api key.",
"min": 32,
"env_variable": "AP_API_KEY"
},
{
"type": "random",
"label": "Activepieces encryption key.",
"min": 32,
"env_variable": "AP_ENCRYPTION_KEY"
},
{
"type": "random",
"label": "Activepieces jwt secret.",
"min": 32,
"env_variable": "AP_JWT_SECRET"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
}