DocSpace-buildtools/build/install/deb/debian/templates
Evgeniy Antonyuk 69a6ed4d46
Bugfix/packages correction (#583)
* Add templates

* Add a launch of the configuration script to the postinst

* Edit OneClickInstall for new changes

* Correct appserver-configuration.sh

* chown fix

* Correction debconf-set-selections

* Fix the launch of services after installation

* test

* Correction for database values

* Add variables for mysql configuration

* Revert "test"

This reverts commit 85e5050eb2cfeb1b3723076e44ec0819e0889142.

* Add launch of zookeeper and kafka services
2022-03-14 11:26:24 +03:00

71 lines
1.3 KiB
Plaintext

Template: appserver/environment
Type: string
Default: production
Description: Select environment for AppServer configuration:
Template: appserver/host
Type: string
Default: localhost
Description: AppServer host:
Template: appserver/port
Type: string
Default: 80
Description: AppServer port:
Template: appserver/db-host
Type: string
Default: localhost
Description: MySQL host:
Template: appserver/db-user
Type: string
Default: root
Description: MySQL user:
Template: appserver/db-pwd
Type: password
Description: MySQL password:
Template: appserver/db-name
Type: string
Default: onlyoffice
Description: MySQL database name:
Template: appserver/kafka-host
Type: string
Default: localhost
Description: Kafka host:
Template: appserver/kafka-port
Type: string
Default: 9092
Description: Kafka port:
Template: appserver/zookeeper-host
Type: string
Default: localhost
Description: Zookeeper host:
Template: appserver/zookeeper-port
Type: string
Default: 2181
Description: Zookeeper port:
Template: appserver/elasticsearch-sheme
Type: select
Choices: http, https
Default: http
Description: Elasticsearch sheme:
Template: appserver/elasticsearch-host
Type: string
Default: localhost
Description: Elasticsearch host:
Template: appserver/elasticsearch-port
Type: string
Default: 9200
Description: Elasticsearch port: