{ "1.0.12": { "healthy": true, "supported": true, "healthy_error": null, "location": "/__w/charts/charts/community/zerotier/1.0.12", "last_update": "2023-11-14 10:11:57", "required_features": [], "human_version": "1.12.2_1.0.12", "version": "1.0.12", "chart_metadata": { "name": "zerotier", "description": "Securely connect any device, anywhere.", "annotations": { "title": "Zerotier" }, "type": "application", "version": "1.0.12", "apiVersion": "v2", "appVersion": "1.12.2", "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.2" } ], "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", "empty": false, "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.
\nSame as authtoken.secret.\n", "schema": { "type": "string", "default": "", "private": true } }, { "variable": "identitySecret", "label": "Identity Secret", "description": "(Optional) The identity secret for Zerotier.
\nSame as identity.secret.\n", "schema": { "type": "string", "default": "", "private": true } }, { "variable": "identityPublic", "label": "Identity Public", "description": "(Optional) The identity public for Zerotier.
\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.
\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
\n- Plain Integer - eg. 1
\n- Float - eg. 0.5
\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
\n- Suffixed with E/P/T/G/M/K - eg. 1G
\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi
\n- Plain Integer in bytes - eg. 1024
\n- Exponent - eg. 134e6\n", "default": "8Gi", "required": true } } ] } } ] } } ] }, "app_readme": "

Zerotier

\n

Zerotier Securely connect any device, anywhere.

", "detailed_readme": "

Zerotier

\n

Zerotier Securely connect any device, anywhere.

", "changelog": null } }