mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
19 lines
No EOL
476 B
TOML
19 lines
No EOL
476 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "GitLab configuration"
|
|
|
|
[main.overwrite_files]
|
|
name = "Overwriting config files"
|
|
|
|
[main.overwrite_files.overwrite_nginx]
|
|
ask = "Overwrite the NGINX config file?"
|
|
type = "boolean"
|
|
help = "If the file is overwritten, a backup will be created."
|
|
|
|
[main.users]
|
|
name = "External users"
|
|
|
|
[main.users.use_web_account]
|
|
ask = "Authorized external user creation?"
|
|
type = "boolean" |