diff options
| author | Amjed Ali <[email protected]> | 2022-02-08 06:04:34 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-07 16:34:34 -0800 |
| commit | eba2fc36e50b172a13e169ceb5497e0478d72e0b (patch) | |
| tree | 7b279d79f839fab65773f1f8bd3ecc0d218f271f | |
| parent | c141c79858d6923c31447ce142acbb29e7cafd79 (diff) | |
| download | caprover-one-click-apps-eba2fc36e50b172a13e169ceb5497e0478d72e0b.tar.gz caprover-one-click-apps-eba2fc36e50b172a13e169ceb5497e0478d72e0b.zip | |
Fix Corteza (#615)
* Fix Corteza
* Fix typo
* :art: Formatted
| -rw-r--r-- | public/v4/apps/corteza.yml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/public/v4/apps/corteza.yml b/public/v4/apps/corteza.yml index 8f8e3ae..1d20a3a 100644 --- a/public/v4/apps/corteza.yml +++ b/public/v4/apps/corteza.yml @@ -14,9 +14,12 @@ services: HTTP_WEBAPP_ENABLED: true DOMAIN: $$cap_appname.$$cap_root_domain VERSION: $$corteza_version + LETSENCRYPT_HOST: $$cap_lets_encrypt $$cap_appname-db: image: postgres:13 restart: always + caproverExtra: + notExposeAsWebApp: 'true' volumes: - $$cap_appname-postgres-data:/var/lib/postgresql/data environment: @@ -46,6 +49,10 @@ caproverOneClickApp: description: '' defaultValue: $$cap_gen_random_hex(16) validRegex: /.{1,}/ + - id: $$cap_lets_encrypt + defaultValue: $$cap_appname.$$cap_root_domain + label: Lets Encrypt Host for SSL. + description: 'Set your root domain if you are going to use SSL (https://). Leave empty otherwise.' instructions: start: |- @@ -60,6 +67,6 @@ caproverOneClickApp: -------------------------------------------- App is available as http://$$cap_appname.$$cap_root_domain displayName: Corteza - isOfficial: true ## Only if all images used here are official or from a trusted source. + isOfficial: true description: Corteza is a free, open-source, Low Code platform for building your organisation key applications, growing its productivity and protecting its data and the privacy of all those concerned. documentation: This docker-compose is taken https://github.com/cortezaproject |
