summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/jsreport.yml
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 19:24:26 -0400
commit43505a20e85a0f38f700e91e7456b33aa32224a1 (patch)
tree3d3ab8ddbe5b022a1c838f7805c919c47a45f435 /public/v4/apps/jsreport.yml
parent2b5f8234fdb7557e0d25dbab974d85b6b347c94c (diff)
downloadcaprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.tar.gz
caprover-one-click-apps-43505a20e85a0f38f700e91e7456b33aa32224a1.zip
migrated to v4
Diffstat (limited to 'public/v4/apps/jsreport.yml')
-rw-r--r--public/v4/apps/jsreport.yml43
1 files changed, 43 insertions, 0 deletions
diff --git a/public/v4/apps/jsreport.yml b/public/v4/apps/jsreport.yml
new file mode 100644
index 0000000..9818ac0
--- /dev/null
+++ b/public/v4/apps/jsreport.yml
@@ -0,0 +1,43 @@
+captainVersion: 4
+services:
+ $$cap_appname:
+ image: jsreport/jsreport:$$cap_jsreport_version
+ volumes:
+ - $$cap_appname-data:/jsreport
+ restart: always
+ environment:
+ extensions_authentication_admin_username: $$cap_jsreport_adminusername
+ extensions_authentication_admin_password: $$cap_jsreport_password
+ extensions_authentication_cookieSession_secret: $$cap_jsreport_secret
+ caproverExtra:
+ containerHttpPort: "5488"
+caproverOneClickApp:
+ variables:
+ - id: $$cap_jsreport_version
+ label: version
+ defaultValue: 2.4.0-full
+ description: Check out their Docker page for the valid tags
+ https://hub.docker.com/r/jsreport/jsreport/tags
+ validRegex: /^([^\s^\/])+$/
+ - id: $$cap_jsreport_adminusername
+ label: Admin user name
+ defaultValue: admin
+ description: Only use alphanumeric chars.
+ validRegex: /^([a-zA-Z0-9])+$/
+ - id: $$cap_jsreport_password
+ label: Admin password
+ validRegex: /^\s*\S.*$/
+ - id: $$cap_jsreport_secret
+ label: Session secret
+ defaultValue: long-secret
+ validRegex: /^\s*\S.*$/
+ instructions:
+ start: Reporting tools for creating PDF, HTMLS, Excel by converting your HTML +
+ CSS + Javascript knowledge.
+ end: Congratulations! You have the new jsReport instance running. Happy
+ reporting!
+ displayName: ""
+ isOfficial: true
+ description: jsreport is an open source reporting platform where reports are
+ designed using popular javascript templating engines
+ documentation: Taken from https://hub.docker.com/r/jsreport/jsreport/