-
Notifications
You must be signed in to change notification settings - Fork 4
/
templates
76 lines (67 loc) · 2.94 KB
/
templates
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
69
70
71
72
73
74
75
76
Template: server/autoinstall
Type: select
Choices: skip, install
Translations: Skip, Install apache2 server
Default: install
Description: Do you want to use this wizard to help set up your web server?
If you want, we can automatically create the web host configuration required by _APP_NAME_.
.
If you choose NOT to use this wizard, you will have to manually set up the web host by yourself.
Template: server/autoinstall=skip
Type: select
Choices: skip, install
Translations: Skip, Install apache2 server
Default: install
Description: Do you want to change how you had set up your web server?
You previously chose to NOT use this wizard and manually set up the web host by yourself.
.
You can skip this wizard again or choose to install the apache2 server. If you choose to install it,
we will automatically create the web host configuration required by _APP_NAME_.
Template: server/autoinstall=install
Type: select
Choices: skip, install
Translations: Uninstall apache2 server, Keep apache2 server
Default: install
Description: Do you want to change how you had set up your web server?
You previously chose to use this wizard to automatically create the web host configuration required by _APP_NAME_.
.
You can choose to uninstall the apache2 server or to keep it. If you choose to uninstall it,
you will then have to manually set up the web host by yourself.
Template: server/variant
Type: string
Default: apache2
Description: Server variant:
Template: server/ssl
Type: select
Choices: no, yes
Translations: No, Yes
Default: no
Description: Do you want to enable SSL for your web server?
Enabling SSL makes your _APP_NAME_ installation more secure.
.
If you choose YES, you will need to provide the path to your SSL certificate, SSL private key, and SSL Certification Authority bundle.
Template: server/hostname
Type: string
Default: www.example.com
Description: Your fully qualified domain name:
Enter the fully qualified domain name (FQDN), where this server can be reached.
Template: server/server_path_prefix
Type: string
Description: Server path prefix:
If you wish to deploy to a path prefix (e.g., example.org/openproject), enter the prefix with a leading slash.
.
If you keep this input empty, _APP_NAME_ is installed to the root of your domain.
Template: server/ssl_cert
Type: string
Default: /etc/ssl/certs/example.com.crt
Description: Path to your SSL certificate:
Enter the absolute path to your SSL certificate.
Template: server/ssl_key
Type: string
Default: /etc/ssl/private/example.com.key
Description: Path to your private SSL key:
Enter the absolute path to your private SSL key, corresponding to the SSL certificate you chose.
Template: server/ssl_ca
Type: string
Description: Path to the CA bundle (leave blank if none):
Enter the path to your Certification Authority bundle. This file contains the concatenated list of all the intermediary certificates between your SSL certificate and the root certificate. This should have been provided by your SSL provider.