aboutsummaryrefslogtreecommitdiffstats
path: root/build/apt/DEBIAN/templates
blob: d7c6f3633cc07decb397ea6138e3e91a0b1fcd02 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Template: etherpad-%BRANCH%/is_production
Type: boolean
Default: false
Description: Install as production mode?
 Do you wish to install etherpad in production mode?
 .
 Note: be aware that etherpad is under active development and not yet ready
 for general deployment!

Template: etherpad-%BRANCH%/admin_password
Type: password
Default: password
Description: etherpad administration password
 Please insert the administration password, default is password.

Template: etherpad-%BRANCH%/port
Type: string
Default: 9000
Description: etherpad tcp port
 Please insert the port on which etherpad should listen, default is 9000. You
 cannot use privileged ports (<= 1024).
 .
 If you want to make etherpad available on port 80/443 use etherpad-proxy which
 will install a webserver (like nginx or apache) to proxy dynamic etherpad
 contents and serve static contents directly.

Template: etherpad-%BRANCH%/setup_database
Type: boolean
Default: false
Description: Do yo want etherpad to create a database for you?
 Do you want to use the database wizard to setup a database for etherpad to
 use?
 .
 Note: This wizard only works with local mysql installations. If you want to use
 a remote mysql database, then answer no and edit
 /etc/etherpad/etherpad.properties appropriatly.

Template: etherpad-%BRANCH%/database_host
Type: string
Default: localhost
Description: MySQL database hostname
 Please insert the database hostname, default is localhost.

Template: etherpad-%BRANCH%/database_port
Type: string
Default: 3306
Description: MySQL database port
 Please insert the database port, default is 3306.

Template: etherpad-%BRANCH%/database_name
Type: string
Default: etherpad
Description: MySQL database name
 Please insert the database name, default is etherpad.

Template: etherpad-%BRANCH%/database_username
Type: string
Default: etherpad
Description: MySQL database username
 Please insert the database username, default is etherpad.

Template: etherpad-%BRANCH%/database_password
Type: password
Default: password
Description: MySQL database password
 Please insert the password for the specified database user, default is
 password.