app-store/apps/zerotier/config.json

35 lines
814 B
JSON
Raw Normal View History

2022-09-13 07:21:58 +00:00
{
"$schema": "../schema.json",
2022-10-13 23:03:06 +00:00
"name": "ZeroTier",
2022-09-13 07:21:58 +00:00
"available": true,
2022-11-18 18:18:30 +00:00
"no_gui": true,
2022-09-13 07:21:58 +00:00
"port": 9993,
"id": "zerotier",
"tipi_version": 6,
"version": "1.14.0",
2023-03-28 22:14:29 +00:00
"categories": [
"network",
"security"
],
2022-09-13 07:21:58 +00:00
"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",
2022-10-13 23:03:06 +00:00
"website": "https://www.zerotier.com",
2022-09-13 07:21:58 +00:00
"form_fields": [
{
"type": "text",
"label": "Network ID",
2022-09-24 13:43:08 +00:00
"hint": "Create one at https://my.zerotier.com/",
"max": 16,
"min": 16,
2022-09-13 07:21:58 +00:00
"required": true,
"env_variable": "NETWORK_ID"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
2022-09-13 07:21:58 +00:00
}