summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorBukhori Muhammad Aqid <[email protected]>2023-11-17 13:11:07 +0700
committerGitHub <[email protected]>2023-11-16 22:11:07 -0800
commit3ea5c5f9294a5b2b4a22ed613d51168bab67fba5 (patch)
treed65183fc8d2959e5deb903b6bdb0494d3fd8d456 /public
parent4c00c1e04eb3bd9591f0d3ab153adcf2e03ad4aa (diff)
downloadcaprover-one-click-apps-3ea5c5f9294a5b2b4a22ed613d51168bab67fba5.tar.gz
caprover-one-click-apps-3ea5c5f9294a5b2b4a22ed613d51168bab67fba5.zip
Add Activepieces (#1020)
* [add] docuseal * [add] activepieces
Diffstat (limited to 'public')
-rw-r--r--public/v4/apps/activepieces.yml28
-rw-r--r--public/v4/logos/activepieces.pngbin0 -> 3723 bytes
2 files changed, 28 insertions, 0 deletions
diff --git a/public/v4/apps/activepieces.yml b/public/v4/apps/activepieces.yml
new file mode 100644
index 0000000..82b96b6
--- /dev/null
+++ b/public/v4/apps/activepieces.yml
@@ -0,0 +1,28 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: index.docker.io/activepieces/activepieces:$$cap_activepieces_version
+ environment:
+ AP_QUEUE_MODE: MEMORY
+ AP_DB_TYPE: SQLITE3
+ AP_FRONTEND_URL: http://$$cap_appname.$$cap_root_domain
+ volumes:
+ - $$cap_appname-data:/root/.activepieces
+ restart: always
+ caproverExtra:
+ containerHttpPort: '80'
+caproverOneClickApp:
+ variables:
+ - id: $$cap_activepieces_version
+ label: Activepieces Version
+ defaultValue: '0.12.2'
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/activepieces/activepieces/tags
+ instructions:
+ start: >-
+ This is a simple setup. For more advanced setup please check their repository and adjust app accordingly
+ end: >-
+ Please wait for 2 minutes. Activepieces is deployed and available as $$cap_appname, please change AP_FRONTEND_URL when you force https
+ displayName: Activepieces
+ isOfficial: true
+ description: Your friendliest open source all-in-one automation tool, designed to be extensible through a type-safe pieces framework written in Typescript.
+ documentation: Taken from https://github.com/activepieces/activepieces
diff --git a/public/v4/logos/activepieces.png b/public/v4/logos/activepieces.png
new file mode 100644
index 0000000..5227c28
--- /dev/null
+++ b/public/v4/logos/activepieces.png
Binary files differ