Checklist to follow after deploying Activepieces
Decide on Sandboxing
Name | Supports NPM in Code Piece | Requires Docker to be Privileged | Performance | Secure for Multi Tenant | Environment Variable |
---|---|---|---|---|---|
V8/Code Sandboxing | ❌ | No | Fast & Lightweight | ✅ | Set AP_EXECUTION_MODE to SANDBOX_CODE_ONLY |
No Sandboxin | ✅ | No | Fast & Lightweight | ❌ | Set AP_EXECUTION_MODE to UNSANDBOXED |
Kernel Namespaces Sandboxing | ✅ | Yes | Slow & CPU Intensive | ✅ | Set AP_EXECUTION_MODE to SANDBOXED |
Enterprise Edition (Optional)
[email protected]
, as the code and Docker image are not covered by the MIT license.PostgreSQL
as the database backend and Redis
as the Queue System.AP_EDITION
environment variable to ee
.AP_EXECUTION_MODE
to anything other than UNSANDBOXED
, check the above section.Setup HTTPS
Configure S3 (Optional)
AP_S3_ACCESS_KEY_ID
AP_S3_SECRET_ACCESS_KEY
AP_S3_ENDPOINT
AP_S3_BUCKET
AP_S3_REGION
AP_MAX_FILE_SIZE_MB
AP_FILE_STORAGE_LOCATION
(set to S3
)AP_S3_USE_SIGNED_URLS
AP_S3_USE_SIGNED_URLS
to true
to route traffic directly to S3 and reduce heavy traffic on your API server.Troubleshooting (Optional)