Create config.json

This commit is contained in:
suo 2022-09-13 17:21:58 +10:00 committed by GitHub
parent bb2b82afb4
commit 1d83207c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
apps/zerotier/config.json Normal file
View File

@ -0,0 +1,25 @@
{
"$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": "hhttps://www.zerotier.com",
"form_fields": [
{
"type": "text",
"label": "Network ID",
"max": 10,
"min": 10,
"required": true,
"env_variable": "NETWORK_ID"
}
]
}