-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
37 lines (37 loc) · 3.21 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
{
"name": "qutic-nextcloud",
"version": "29.0.9",
"description": "qutic nextcloud 29.0.9 image",
"organization": "qutic development",
"brand": "nextcloud instance",
"homepage": "https://github.com/jfqd/mi-qutic-nextcloud",
"base": "e50192aa-49a6-11ef-a8bf-27afa786ad8dc",
"customer_metadata": {
"admin_authorized_keys": {"type": "text", "description": "SSH public authorized key(s) for the admin 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"},
"zabbix_server": {"type": "text", "description": "zabbix server hostname (alternative ip address)"},
"zabbix_pski": {"type": "text", "description": "zabbix PSKIdentity"},
"zabbix_psk": {"type": "text", "description": "zabbix PSK"},
"logstash_redis": {"type": "text", "description": "ip addresses of the logstash redis nodes, seperated by comma and including redis-protocoll"},
"vfstab": {"type": "text", "description": "nfs mountpoint for vfstab-file"},
"server_name": {"type": "text", "description": "nextcloud server-name"},
"server_alias": {"type": "text", "description": "alias-name(s)"},
"data_path": {"type": "text", "description": "path of the nextcloud data directory"},
"config_path": {"type": "text", "description": "path of the nextcloud config directory"},
"nginx_fpm": {"type": "text", "description": "set to true if nginx with php-fpm should be used instead of apache mpm-prefork"},
"fpm_max_worker": {"type": "text", "description": "number of max fpm workers to use, default: 10"},
"redis_maxmemory": {"type": "text", "description": "maximum ram memory of redis, default: 256mb"},
"cronjob_all_files": {"type": "text", "description": "cronjob for scanning all files. Set to false to skip"}
}
}