app-store/apps/zerotier/config.json
Andrew Brereton b146a48888
Fix typos
2022-10-14 10:03:06 +11:00

27 lines
724 B
JSON

{
"$schema": "../schema.json",
"name": "ZeroTier",
"available": true,
"port": 9993,
"id": "zerotier",
"tipi_version": 1,
"version": "v1.10.1",
"categories": ["network", "security"],
"description": "ZeroTier combines the capabilities of VPN and SD-WAN, simplifying network management.",
"short_desc": "Easy to use zero configuration VPN.",
"author": "© ZeroTier Inc.",
"source": "https://github.com/zerotier/ZeroTierOne",
"website": "https://www.zerotier.com",
"form_fields": [
{
"type": "text",
"label": "Network ID",
"hint": "Create one at https://my.zerotier.com/",
"max": 16,
"min": 16,
"required": true,
"env_variable": "NETWORK_ID"
}
]
}