Template: gitlab/dbpass
Type: note
_Description: PostgreSQL application password
 You can leave the PostgreSQL application password blank, as the "ident"
 authentication method is used, allowing the gitlab user on the system
 to connect to the gitlab database without a password.

Template: gitlab/ssl
Type: boolean
Default: true
_Description: Enable https?
 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
 recommended for a production instance.
 .
 Some certificate authorities like StartSSL (startssl.com) or WoSign
 (buy.wosign.com/free) offer free SSL certificates.
 .
 You can disable https if you want to access Gitlab only locally, via
 Unicorn on port 3000. If you disable https, Nginx configuration will be
 skipped.