server-up/apps/activepieces/template.json
Ramon 9008e39fe4
All checks were successful
Deploy server-up (dev) / deploy (push) Successful in 8m14s
feat(apps): voeg elf ARM64-geschikte apps toe
2026-08-06 00:34:42 +02:00

24 lines
1.2 KiB
JSON

{
"kind": "compose",
"metadata": {
"name": "Activepieces",
"description": "Visuele workflow-automatisering als toegankelijk alternatief voor n8n. Deze lichte één-containeropzet gebruikt PGLite en een geheugenqueue en is bedoeld voor persoonlijk gebruik op één server.",
"tags": ["automatisering", "workflows", "integraties", "no-code"],
"icon": {"provider": "selfhst", "id": "activepieces"},
"version": {"name": "latest"},
"categories": ["productiviteit", "ontwikkeling"],
"architectures": ["amd64", "arm64"],
"architecture_note": "De officiële Activepieces-image ondersteunt AMD64 en ARM64."
},
"variables": [
{
"title": "Algemeen",
"items": [
{"name": "service_name", "type": "str", "title": "Servicenaam", "default": "activepieces", "required": true},
{"name": "port", "type": "int", "title": "Webinterface", "default": 14003, "required": true},
{"name": "appdata_dir", "type": "str", "title": "Appdata-map", "default": "/opt/serverup/appdata", "required": true},
{"name": "frontend_url", "type": "str", "title": "Publiek adres", "default": "http://localhost:14003", "required": true, "description": "Gebruik voor webhooks het HTTPS-adres van je reverse proxy."}
]
}
]
}