diff options
| author | Miguel Michelson Martinez <[email protected]> | 2021-01-07 20:10:58 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-07 18:10:58 -0500 |
| commit | b57f7faee5831ba25b5f68433bd161a5eba0faa2 (patch) | |
| tree | e663a113ea0ea66384dfb8e8bee1f6c2e71bf872 | |
| parent | 5041131cd5d83ef517af08934184380316608fe9 (diff) | |
| download | caprover-one-click-apps-b57f7faee5831ba25b5f68433bd161a5eba0faa2.tar.gz caprover-one-click-apps-b57f7faee5831ba25b5f68433bd161a5eba0faa2.zip | |
Chaskiq upgrade (#342)
* add chaskiq one click
* version tag
* prettier on chaskiq.yml
* formatted
| -rw-r--r-- | public/v4/apps/chaskiq.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/public/v4/apps/chaskiq.yml b/public/v4/apps/chaskiq.yml index 7813614..00ea97c 100644 --- a/public/v4/apps/chaskiq.yml +++ b/public/v4/apps/chaskiq.yml @@ -26,7 +26,7 @@ services: restart: always environment: HOST: https://$$cap_appname-web.$$cap_root_domain - WS: wss://$$cap_appname-web.$$cap_root_domain + WS: wss://$$cap_appname-web.$$cap_root_domain/cable RAILS_ENV: production RAILS_LOG_TO_STDOUT: 'true' RAILS_SERVE_STATIC_FILES: 'true' @@ -55,7 +55,7 @@ services: restart: always environment: HOST: https://$$cap_appname.$$cap_root_domain - WS: wss://$$cap_appname.$$cap_root_domain + WS: wss://$$cap_appname.$$cap_root_domain/cable RAILS_ENV: production RAILS_LOG_TO_STDOUT: 'true' SECRET_KEY_BASE: $$cap_chaskiq_secret_key_base @@ -83,7 +83,7 @@ caproverOneClickApp: - id: $$cap_chaskiq_version label: Chaskiq Version Tag description: You can use latest tag or check version builds on https://hub.docker.com/r/chaskiq/chaskiq/tags - defaultValue: 6aa9208 + defaultValue: cb99782 - defaultValue: '[email protected]' description: This is the admin email. Please change it. id: $$cap_ADMIN_USER_EMAIL @@ -138,10 +138,12 @@ caproverOneClickApp: label: Bugsnag API key description: Bugsnag API key for error reporting (optional) - id: $$cap_chaskiq_geocoder_service + defaultValue: maxmind_local label: Geocoder service name, like (maxmind, ip_info, baidu, yandex) description: The complete list of services can be found at https://github.com/alexreisner/geocoder/tree/master/lib/geocoder/lookups - id: $$cap_chaskiq_geocoder_api_key label: Geocoder API key + description: leave this empty if maxmind_local service is set instructions: start: A full featured Live Chat, Support & Marketing platform https://chaskiq.io |
