Create config.json
This commit is contained in:
parent
bb2b82afb4
commit
1d83207c68
25
apps/zerotier/config.json
Normal file
25
apps/zerotier/config.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user