43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "Activepieces",
|
|
"available": true,
|
|
"port": 8605,
|
|
"exposable": true,
|
|
"id": "activepieces",
|
|
"description": "Your friendliest open source all-in-one automation tool.",
|
|
"tipi_version": 27,
|
|
"version": "0.28.0",
|
|
"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"]
|
|
}
|