This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.json
25 lines (25 loc) · 1.66 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
{
"name": "core-gogs",
"version": "20.3.0",
"description": "core.io Gogs - Go Git Service",
"organization": "SkyLime",
"brand": "Instance",
"homepage": "https://github.com/skylime/mi-core-gogs",
"base": "e9fc6e77-aed7-4ab0-a92f-bb437bcff1a5",
"minram": 512,
"customer_metadata": {
"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)"},
"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"},
"nginx_ssl": {"type": "text", "description": "ssl cert, key and CA for imaps and pop3s in pem format"}
}
}