Files
chart/community/zerotier/app_versions.json
2024-06-07 11:48:17 +00:00

294 lines
13 KiB
JSON

{
"1.0.21": {
"healthy": true,
"supported": true,
"healthy_error": null,
"location": "/__w/charts/charts/community/zerotier/1.0.21",
"last_update": "2024-06-07 11:46:34",
"required_features": [],
"human_version": "1.14.0_1.0.21",
"version": "1.0.21",
"chart_metadata": {
"name": "zerotier",
"description": "Securely connect any device, anywhere.",
"annotations": {
"title": "Zerotier"
},
"type": "application",
"version": "1.0.21",
"apiVersion": "v2",
"appVersion": "1.14.0",
"kubeVersion": ">=1.16.0-0",
"maintainers": [
{
"name": "truenas",
"url": "https://www.truenas.com/",
"email": "dev@ixsystems.com"
}
],
"dependencies": [
{
"name": "common",
"repository": "file://../../../common",
"version": "1.2.9"
}
],
"home": "https://www.zerotier.com",
"icon": "https://media.sys.truenas.net/apps/zerotier/icons/icon.png",
"sources": [
"https://www.zerotier.com",
"https://github.com/truenas/charts/tree/master/community/zerotier",
"https://hub.docker.com/r/zerotier/zerotier"
],
"keywords": [
"vpn",
"zerotier"
]
},
"app_metadata": {
"runAsContext": [
{
"userName": "root",
"groupName": "root",
"gid": 0,
"uid": 0,
"description": "Zerotier requires root privileges to start the Zerotier process"
}
],
"capabilities": [
{
"name": "NET_ADMIN",
"description": "Zerotier requires NET_ADMIN to configure the VPN interface, modify routes, etc."
},
{
"name": "NET_RAW",
"description": "Zerotier requires NET_RAW to use raw sockets and proxying"
},
{
"name": "AUDIT_WRITE",
"description": "Zerotier is able to write to audit log."
},
{
"name": "CHOWN",
"description": "Zerotier is able to chown files."
},
{
"name": "DAC_OVERRIDE",
"description": "Zerotier is able to bypass permission checks."
},
{
"name": "FOWNER",
"description": "Zerotier is able bypass permission checks for it's sub-processes."
},
{
"name": "NET_BIND_SERVICE",
"description": "Zerotier is able to bind to privileged ports."
},
{
"name": "SETGID",
"description": "Zerotier is able to set group ID for it's sub-processes."
},
{
"name": "SETUID",
"description": "Zerotier is able to set user ID for it's sub-processes."
},
{
"name": "SETPCAP",
"description": "Zerotier is able to set process capabilities."
},
{
"name": "SYS_ADMIN",
"description": "Zerotier is able to perform various system administration operations."
}
],
"hostMounts": [
{
"hostPath": "/dev/tun",
"description": "Required to access the TUN device"
}
]
},
"schema": {
"groups": [
{
"name": "Zerotier Configuration",
"description": "Configure Zerotier"
},
{
"name": "Network Configuration",
"description": "Configure Network for Zerotier"
},
{
"name": "Resources Configuration",
"description": "Configure Resources for Zerotier"
}
],
"questions": [
{
"variable": "zerotierConfig",
"label": "",
"group": "Zerotier Configuration",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "networks",
"label": "Networks",
"description": "The network(s) to join",
"schema": {
"type": "list",
"required": true,
"min": 1,
"default": [],
"items": [
{
"variable": "networkEntry",
"label": "Network",
"schema": {
"type": "string",
"required": true
}
}
]
}
},
{
"variable": "authToken",
"label": "Auth Token (API Key)",
"description": "(Optional) The auth token for Zerotier.</br>\nSame as authtoken.secret.\n",
"schema": {
"type": "string",
"default": "",
"private": true
}
},
{
"variable": "identitySecret",
"label": "Identity Secret",
"description": "(Optional) The identity secret for Zerotier.</br>\nSame as identity.secret.\n",
"schema": {
"type": "string",
"default": "",
"private": true
}
},
{
"variable": "identityPublic",
"label": "Identity Public",
"description": "(Optional) The identity public for Zerotier.</br>\nSame as identity.public.\n",
"schema": {
"type": "string",
"default": "",
"private": true
}
},
{
"variable": "additionalEnvs",
"label": "Additional Environment Variables",
"description": "Configure additional environment variables for Zerotier.",
"schema": {
"type": "list",
"default": [],
"items": [
{
"variable": "env",
"label": "Environment Variable",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "name",
"label": "Name",
"schema": {
"type": "string",
"required": true
}
},
{
"variable": "value",
"label": "Value",
"schema": {
"type": "string",
"required": true
}
}
]
}
}
]
}
}
]
}
},
{
"variable": "zerotierNetwork",
"label": "",
"group": "Network Configuration",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "hostNetwork",
"label": "Host Network",
"description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
"schema": {
"type": "boolean",
"default": false
}
}
]
}
},
{
"variable": "resources",
"group": "Resources Configuration",
"label": "",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "limits",
"label": "Limits",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "cpu",
"label": "CPU",
"description": "CPU limit for Zerotier.",
"schema": {
"type": "string",
"max_length": 6,
"valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
"valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
"default": "4000m",
"required": true
}
},
{
"variable": "memory",
"label": "Memory",
"description": "Memory limit for Zerotier.",
"schema": {
"type": "string",
"max_length": 12,
"valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
"valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
"default": "8Gi",
"required": true
}
}
]
}
}
]
}
}
]
},
"app_readme": "<h1>Zerotier</h1>\n<p><a href=\"https://www.zerotier.com\">Zerotier</a> Securely connect any device, anywhere.</p>",
"detailed_readme": "<h1>Zerotier</h1>\n<p><a href=\"https://www.zerotier.com\">Zerotier</a> Securely connect any device, anywhere.</p>",
"changelog": null
}
}