-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
60 lines (60 loc) · 1.73 KB
/
manifest.json
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
{
"name": "core-submission",
"version": "22.4.0",
"description": "core.io Submission Server and optional Dovecot Proxy",
"organization": "SkyLime",
"brand": "Instance",
"homepage": "https://github.com/skylime/mi-core-submission",
"base": "d2b4c993-44d0-4c63-99ba-7b7e36eacbc8",
"minram": 1024,
"customer_metadata": {
"root_authorized_keys": {
"type": "text",
"description": "SSH public key(s) for the root user"
},
"syslog_host": {
"type": "text",
"description": "syslog server IP address and port seperated by colon"
},
"mail_smarthost": {
"type": "text",
"description": "hostname of remote smtp server"
},
"mail_auth_user": {
"type": "text",
"description": "smtp username if authentication is required"
},
"mail_auth_pass": {
"type": "text",
"description": "smtp password"
},
"mail_adminaddr": {
"type": "text",
"description": "admin email address alias for all mails to root@localhost"
},
"api_redis_addr": {
"type": "text",
"description": "ip or hostname of api server, ip addresses requires squared brackets"
},
"api_redis_key": {
"type": "text",
"description": "base64 encoded spipe key for api server"
},
"submission_ssl": {
"type": "text",
"description": "ssl cert, key and CA for smtp in pem format"
},
"dkim_private_key": {
"type": "text",
"description": "Default Domainkey for DKIM"
},
"proxy_mbox_ssl": {
"type": "text",
"description": "ssl certificate for proxy to imap/pop server"
},
"proxy_mbox_host": {
"type": "text",
"description": "hostname of real imap/pop server (only ssl is supported)"
}
}
}