summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBukhori Muhammad Aqid <[email protected]>2023-10-27 11:37:30 +0700
committerGitHub <[email protected]>2023-10-26 21:37:30 -0700
commitb7099f2e9f8e78a79be61712e51b270e261032ad (patch)
tree2923b51dca9bdd3c7e5383412b8192f6aeb4d4fc
parent055bf1829466898054d8d84bb86e7aa4d81ec729 (diff)
downloadcaprover-one-click-apps-b7099f2e9f8e78a79be61712e51b270e261032ad.tar.gz
caprover-one-click-apps-b7099f2e9f8e78a79be61712e51b270e261032ad.zip
[add] docuseal (#1008)
-rw-r--r--public/v4/apps/docuseal.yml25
-rw-r--r--public/v4/logos/docuseal.pngbin0 -> 3133 bytes
2 files changed, 25 insertions, 0 deletions
diff --git a/public/v4/apps/docuseal.yml b/public/v4/apps/docuseal.yml
new file mode 100644
index 0000000..1b2030a
--- /dev/null
+++ b/public/v4/apps/docuseal.yml
@@ -0,0 +1,25 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: index.docker.io/docuseal/docuseal:$$cap_docuseal_version
+ volumes:
+ - $$cap_appname-data:/data
+ restart: always
+ caproverExtra:
+ containerHttpPort: '3000'
+caproverOneClickApp:
+ variables:
+ - id: $$cap_docuseal_version
+ label: Docuseal Version
+ defaultValue: 1.2.4
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/docuseal/docuseal/tags
+ validRegex: /^([^\s^\/])+$/
+ instructions:
+ start: >-
+ DocuSeal is an open source platform that provides secure and efficient digital document signing and processing.
+ end: >-
+ Please wait for 2 minutes. Docuseal is deployed and available as $$cap_appname
+ displayName: Docuseal
+ isOfficial: true
+ description: DocuSeal is an open source platform that provides secure and efficient digital document signing and processing.
+ documentation: Taken from https://github.com/docusealco/docuseal
diff --git a/public/v4/logos/docuseal.png b/public/v4/logos/docuseal.png
new file mode 100644
index 0000000..701aa14
--- /dev/null
+++ b/public/v4/logos/docuseal.png
Binary files differ