debian-mirror-gitlab/debian/gitlab.templates

42 lines
1.5 KiB
Plaintext
Raw Normal View History

2016-01-16 15:43:30 +05:30
Template: gitlab/fqdn
Type: string
Default: localhost
_Description: Fully qualified domain name for this instance of Gitlab:
Please choose the domain name which should be used to access this
instance of Gitlab.
.
This should be the fully qualified name as seen from the Internet, with
the domain name that will be used to access the pod.
.
If a reverse proxy is used, give the hostname that the proxy server
responds to.
2015-10-24 13:00:34 +05:30
Template: gitlab/ssl
Type: boolean
Default: true
_Description: Enable https?
2016-02-05 23:38:43 +05:30
Enabling https means that an SSL certificate is required to access this Gitlab
instance (as Nginx will be configured to respond only to https requests). A
self-signed certificate is enough for local testing (and can be generated
using, for instance, the package easy-rsa), but it is not recommended for a
production instance.
2015-10-24 13:00:34 +05:30
.
2016-02-05 23:51:05 +05:30
Some certificate authorities like Let's Encrypt (letsencrypt.org), StartSSL
2016-02-05 23:38:43 +05:30
(startssl.com) or WoSign (buy.wosign.com/free) offer free SSL certificates.
2015-10-24 13:00:34 +05:30
.
2016-02-05 23:38:43 +05:30
python-letsencrypt package may be used to automate interaction with Lets
Encrypt to obtain a certificate.
2016-02-05 23:51:05 +05:30
Template: gitlab/letsencrypt
Type: boolean
Default: true
_Description: Use Let's Encrypt?
A symbolic link to Let's Encrypt certificate and key will be created if this
option is selected.
.
Otherwise, certificate and key files have to be placed manually to
/etc/gitlab/ssl directory as gitlab.crt and gitlab.key.
.
Nginx must be reloaded after the certificate and key files are available at
/etc/gitlab/ssl.