1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
32 lines
802 B
JSON
32 lines
802 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "ZeroTier",
|
|
"available": true,
|
|
"no_gui": true,
|
|
"port": 9993,
|
|
"id": "zerotier",
|
|
"tipi_version": 5,
|
|
"version": "1.12.2",
|
|
"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"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|