-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml
executable file
·120 lines (120 loc) · 3.11 KB
/
config.yaml
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
options:
gitlab_version:
type: string
description: 'The version of GitLab to install'
default: '9.1.0-ce.0'
external_url:
type: string
description: 'The FQDN for your GitLab unit'
default: 'http://localhost'
http_port:
type: string
description: 'The HTTP port'
default: '80'
ssh_host:
type: string
description: 'Override the SSH Hostname'
default:
time_zone:
type: string
description: 'Override the default timezone(UTC)'
default:
email_from:
type: string
description: 'Email address used in the from field in mails send by GitLab'
default:
from_email_name:
type: string
description: 'The Name Used in the From field'
default:
reply_to_email:
type: string
description: 'Override the reply to email address'
default:
smtp_enable:
type: boolean
description: 'Enable SMTP sending'
default: true
smtp_address:
type: string
description: 'SMTP Address'
default:
smtp_port:
type: string
description: 'SMTP Port'
default:
smtp_user_name:
type: string
description: 'SMTP Username'
default:
smtp_password:
type: string
description: 'SMTP Password'
default:
smtp_domain:
type: string
description: 'SMTP Domain'
default:
smtp_enable_starttls_auto:
type: boolean
description: 'Enable STARTTLS automatically'
default: true
smtp_tls:
type: boolean
description: 'SMTP TLS'
default: false
incoming_email_enabled:
type: boolean
description: 'Accept incoming email'
default: false
incoming_email_address:
type: string
description: 'The email address including the `%{key}` placeholder that will be replaced to reference the item being replied to.
The `+%{key}` placeholder is added after the user part, after a `+` character, before the `@`.'
default:
incoming_email_email:
type: string
description: 'Incoming email address'
default:
incoming_email_password:
type: string
description: 'Incoming email password'
default:
incoming_email_host:
type: string
description: 'Incoming Email Host'
default:
incoming_email_port:
type: string
description: 'Incoming Email Port'
default:
incoming_email_ssl:
type: boolean
description: 'Incoming Email SSL'
default: true
incoming_email_start_tls:
type: boolean
description: 'Incoming Email Start TLS'
default: false
incoming_email_mailbox_name:
type: string
description: 'Incoming mailbox name'
default:
backup_path:
type: string
description: 'Override the default backup path'
default: '/var/opt/gitlab/backups'
backup_keep_time:
type: string
description: 'Set the default backup keep time'
default: '604800'
backup_upload_connection:
type: string
description: |
'Set the upload provider eg: { 'provider' => 'AWS','region' => 'eu-west-1', 'aws_access_key_id' =>
'AKIAKIAKI', 'aws_secret_access_key' => 'secret123' }'
default:
backup_upload_remote_directory:
type: string
description: 'Bucket to upload to'
default: