diff options
| author | Bukhori Muhammad Aqid <[email protected]> | 2022-01-04 21:57:22 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-04 06:57:22 -0800 |
| commit | 77e1f21c37e683e905d00d52f1568f00979328ab (patch) | |
| tree | 786185a32701b6920298e42073e8e3b6a4bd9ce1 | |
| parent | 5c777a25cae35cf1aa7cbaee73489be123f6f152 (diff) | |
| download | caprover-one-click-apps-77e1f21c37e683e905d00d52f1568f00979328ab.tar.gz caprover-one-click-apps-77e1f21c37e683e905d00d52f1568f00979328ab.zip | |
Appsmith with database (#594)
* [add] fider
* [update] fider host domain
* [update] PR feedback
* add kutt
* [add] appsmith
* fix kutt
* [update] add volume definition
| -rw-r--r-- | public/v4/apps/appsmith.yml | 28 | ||||
| -rw-r--r-- | public/v4/logos/appsmith.png | bin | 0 -> 4692 bytes |
2 files changed, 28 insertions, 0 deletions
diff --git a/public/v4/apps/appsmith.yml b/public/v4/apps/appsmith.yml new file mode 100644 index 0000000..7f15673 --- /dev/null +++ b/public/v4/apps/appsmith.yml @@ -0,0 +1,28 @@ +captainVersion: 4 +services: + $$cap_appname-appsmith: + image: index.docker.io/appsmith/appsmith-ce:$$cap_appsmith_version + volumes: + - $$cap_appname-stacks-data:/appsmith-stacks + restart: always + environment: + APPSMITH_MAIL_ENABLED: false + APPSMITH_DISABLE_TELEMETRY: true + APPSMITH_DISABLE_INTERCOM: true +caproverOneClickApp: + variables: + - id: $$cap_appsmith_version + label: Appsmith Version + defaultValue: v1.6.5 + description: Check out their Docker page for the valid tags https://hub.docker.com/r/appsmith/appsmith-ce/tags + validRegex: /^([^\s^\/])+$/ + instructions: + start: >- + Appsmith is the fastest way to build internal apps over any database or API. + end: >- + Please wait for 2 minutes. Appsmith is deployed and available as $$cap_appname-appsmith. + To further enhance the installation, see the complete environment variables here https://github.com/appsmithorg/appsmith/blob/release/deploy/template/docker.env.sh + displayName: Appsmith + isOfficial: true + description: Appsmith is the fastest way to build internal apps over any database or API. + documentation: Taken from https://docs.appsmith.com/setup/docker diff --git a/public/v4/logos/appsmith.png b/public/v4/logos/appsmith.png Binary files differnew file mode 100644 index 0000000..314ad90 --- /dev/null +++ b/public/v4/logos/appsmith.png |
