-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
33 lines (33 loc) · 2.54 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
{
"name": "core-kumquat",
"version": "23.4.0",
"description": "Standalone web services zone with apache,php,mysql,ftp and management frontend",
"organization": "SkyLime",
"brand": "Instance",
"homepage": "https://github.com/skylime/mi-core-kumquat",
"base": "c020faf7-28e5-4dbf-a2f1-3840f6990695",
"customer_metadata": {
"admin_authorized_keys": {"type": "text", "description": "SSH public authorized key(s) for the root user"},
"root_authorized_keys": {"type": "text", "description": "SSH public authorized key(s) for the root user"},
"root_ssh_rsa": {"type": "text", "description": "private SSH rsa key for root user"},
"root_ssh_rsa_pub": {"type": "text", "description": "public SSH rsa key for root user (mostly not required)"},
"root_known_hosts": {"type": "text", "description": "known_hosts file information for root user"},
"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"},
"ssh_host_rsa_key": {"type": "text", "description": "private SSH rsa key for the host daemon"},
"ssh_host_rsa_key.pub": {"type": "text", "description": "public SSH rsa key for the host daemon"},
"ssh_host_dsa_key": {"type": "text", "description": "private SSH dsa key for the host daemon"},
"ssh_host_dsa_key.pub": {"type": "text", "description": "public SSH dsa key for the host daemon"},
"munin_master_allow": {"type": "text", "description": "ip addresses (alternative hostname) of the munin master node"},
"kumquat_ssl": {"type": "text", "description": "ssl certificate for kumquat web interface"},
"kumquat_admin": {"type": "text", "description": "admin password for kumquat interface"},
"kumquat_admin_email": {"type": "text", "description": "admin email for kumquat interface"},
"core_mail_token": {"type": "text", "description": "mail export token from kumquat"},
"core_mail_whitelist": {"type": "text", "description": "mail whitelist for all accounts"},
"mysql_pw": {"type": "text", "description": "mysql root password"},
"phpmyadmin_allow": {"type": "text", "description": "limit phpMyAdmin access by ip or host (default is allow all)"},
"webmail_url": {"type": "text", "description": "URL to external Webmail"}
}
}