add template for gitlab user selection
This commit is contained in:
parent
df90f8ac01
commit
8a552c1dfc
1 changed files with 9 additions and 0 deletions
9
debian/gitlab.templates
vendored
9
debian/gitlab.templates
vendored
|
@ -11,6 +11,15 @@ _Description: Fully qualified domain name for this instance of Gitlab:
|
||||||
If a reverse proxy is used, give the hostname that the proxy server
|
If a reverse proxy is used, give the hostname that the proxy server
|
||||||
responds to.
|
responds to.
|
||||||
|
|
||||||
|
Template: gitlab/user
|
||||||
|
Type: string
|
||||||
|
Default: gitlab
|
||||||
|
_Description: Operating System user for this instance of Gitlab:
|
||||||
|
Please choose the username of the user used to run this instance of Gitlab.
|
||||||
|
.
|
||||||
|
This username will also be used in SSH urls of projects hosted with this
|
||||||
|
instance of Gitlab. For example, git@git.example.com:foo/bar.git
|
||||||
|
|
||||||
Template: gitlab/ssl
|
Template: gitlab/ssl
|
||||||
Type: boolean
|
Type: boolean
|
||||||
Default: false
|
Default: false
|
||||||
|
|
Loading…
Reference in a new issue