app_versions.json 49 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862
  1. {
  2. "1.2.5": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/zerotier/1.2.5",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "1.14.2_1.2.5",
  10. "version": "1.2.5",
  11. "app_metadata": {
  12. "app_version": "1.14.2",
  13. "capabilities": [
  14. {
  15. "description": "Zerotier is able to write records to audit log",
  16. "name": "AUDIT_WRITE"
  17. },
  18. {
  19. "description": "Zerotier is able to change file ownership arbitrarily",
  20. "name": "CHOWN"
  21. },
  22. {
  23. "description": "Zerotier is able to bypass file permission checks",
  24. "name": "DAC_OVERRIDE"
  25. },
  26. {
  27. "description": "Zerotier is able to bypass permission checks for file operations",
  28. "name": "FOWNER"
  29. },
  30. {
  31. "description": "Zerotier is able to perform network administration tasks",
  32. "name": "NET_ADMIN"
  33. },
  34. {
  35. "description": "Zerotier is able to bind to privileged ports (< 1024)",
  36. "name": "NET_BIND_SERVICE"
  37. },
  38. {
  39. "description": "Zerotier is able to use raw and packet sockets",
  40. "name": "NET_RAW"
  41. },
  42. {
  43. "description": "Zerotier is able to change group ID of processes",
  44. "name": "SETGID"
  45. },
  46. {
  47. "description": "Zerotier is able to transfer capabilities between processes",
  48. "name": "SETPCAP"
  49. },
  50. {
  51. "description": "Zerotier is able to change user ID of processes",
  52. "name": "SETUID"
  53. },
  54. {
  55. "description": "Zerotier is able to perform system administration operations",
  56. "name": "SYS_ADMIN"
  57. }
  58. ],
  59. "categories": [
  60. "networking"
  61. ],
  62. "changelog_url": "https://github.com/zerotier/ZeroTierOne/blob/dev/RELEASE-NOTES.md",
  63. "date_added": "2024-08-09",
  64. "description": "Securely connect any device, anywhere.",
  65. "home": "https://www.zerotier.com",
  66. "host_mounts": [
  67. {
  68. "description": "Network device",
  69. "host_path": "/dev/net/tun"
  70. }
  71. ],
  72. "icon": "https://media.sys.truenas.net/apps/zerotier/icons/icon.png",
  73. "keywords": [
  74. "vpn",
  75. "zerotier"
  76. ],
  77. "lib_version": "2.1.49",
  78. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  79. "maintainers": [
  80. {
  81. "email": "dev@ixsystems.com",
  82. "name": "truenas",
  83. "url": "https://www.truenas.com/"
  84. }
  85. ],
  86. "name": "zerotier",
  87. "run_as_context": [
  88. {
  89. "description": "Zerotier runs as a root user.",
  90. "gid": 0,
  91. "group_name": "root",
  92. "uid": 0,
  93. "user_name": "root"
  94. }
  95. ],
  96. "screenshots": [],
  97. "sources": [
  98. "https://www.zerotier.com",
  99. "https://hub.docker.com/r/zerotier/zerotier"
  100. ],
  101. "title": "Zerotier",
  102. "train": "community",
  103. "version": "1.2.5"
  104. },
  105. "schema": {
  106. "groups": [
  107. {
  108. "name": "Zerotier Configuration",
  109. "description": "Configure Zerotier"
  110. },
  111. {
  112. "name": "Network Configuration",
  113. "description": "Configure Network for Zerotier"
  114. },
  115. {
  116. "name": "Storage Configuration",
  117. "description": "Configure Storage for Zerotier"
  118. },
  119. {
  120. "name": "Labels Configuration",
  121. "description": "Configure Labels for Zerotier"
  122. },
  123. {
  124. "name": "Resources Configuration",
  125. "description": "Configure Resources for Zerotier"
  126. }
  127. ],
  128. "questions": [
  129. {
  130. "variable": "zerotier",
  131. "label": "",
  132. "group": "Zerotier Configuration",
  133. "schema": {
  134. "type": "dict",
  135. "attrs": [
  136. {
  137. "variable": "auth_token",
  138. "label": "Auth Token",
  139. "description": "(Optional) The auth token for Zerotier.</br>\nSame as authtoken.secret.\n",
  140. "schema": {
  141. "type": "string",
  142. "default": "",
  143. "private": true
  144. }
  145. },
  146. {
  147. "variable": "identity_public",
  148. "label": "Identity Public",
  149. "description": "(Optional) The identity public for Zerotier.</br>\nSame as identity.public.\n",
  150. "schema": {
  151. "type": "string",
  152. "default": "",
  153. "private": true
  154. }
  155. },
  156. {
  157. "variable": "identity_secret",
  158. "label": "Identity Secret",
  159. "description": "(Optional) The identity secret for Zerotier.</br>\nSame as identity.secret.\n",
  160. "schema": {
  161. "type": "string",
  162. "default": "",
  163. "private": true
  164. }
  165. },
  166. {
  167. "variable": "networks",
  168. "label": "Networks",
  169. "description": "The networks for Zerotier.",
  170. "schema": {
  171. "type": "list",
  172. "required": true,
  173. "min": 1,
  174. "default": [],
  175. "items": [
  176. {
  177. "variable": "net_id",
  178. "label": "Network ID",
  179. "schema": {
  180. "type": "string",
  181. "required": true
  182. }
  183. }
  184. ]
  185. }
  186. },
  187. {
  188. "variable": "additional_envs",
  189. "label": "Additional Environment Variables",
  190. "schema": {
  191. "type": "list",
  192. "default": [],
  193. "items": [
  194. {
  195. "variable": "env",
  196. "label": "Environment Variable",
  197. "schema": {
  198. "type": "dict",
  199. "attrs": [
  200. {
  201. "variable": "name",
  202. "label": "Name",
  203. "schema": {
  204. "type": "string",
  205. "required": true
  206. }
  207. },
  208. {
  209. "variable": "value",
  210. "label": "Value",
  211. "schema": {
  212. "type": "string"
  213. }
  214. }
  215. ]
  216. }
  217. }
  218. ]
  219. }
  220. }
  221. ]
  222. }
  223. },
  224. {
  225. "variable": "network",
  226. "label": "",
  227. "group": "Network Configuration",
  228. "schema": {
  229. "type": "dict",
  230. "attrs": [
  231. {
  232. "variable": "host_network",
  233. "label": "Host Network",
  234. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  235. "schema": {
  236. "type": "boolean",
  237. "default": true
  238. }
  239. }
  240. ]
  241. }
  242. },
  243. {
  244. "variable": "storage",
  245. "label": "",
  246. "group": "Storage Configuration",
  247. "schema": {
  248. "type": "dict",
  249. "attrs": [
  250. {
  251. "variable": "config",
  252. "label": "Zerotier Config Storage",
  253. "description": "The path to store Zerotier Config.",
  254. "schema": {
  255. "type": "dict",
  256. "attrs": [
  257. {
  258. "variable": "type",
  259. "label": "Type",
  260. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\ntmpfs: Is a temporary directory that will be created on the RAM.\n",
  261. "schema": {
  262. "type": "string",
  263. "required": true,
  264. "default": "ix_volume",
  265. "enum": [
  266. {
  267. "value": "host_path",
  268. "description": "Host Path (Path that already exists on the system)"
  269. },
  270. {
  271. "value": "ix_volume",
  272. "description": "ixVolume (Dataset created automatically by the system)"
  273. },
  274. {
  275. "value": "tmpfs",
  276. "description": "tmpfs (Temporary directory created on the RAM)"
  277. }
  278. ]
  279. }
  280. },
  281. {
  282. "variable": "tmpfs_config",
  283. "label": "tmpfs Configuration",
  284. "description": "The configuration for the tmpfs dataset.",
  285. "schema": {
  286. "type": "dict",
  287. "show_if": [
  288. [
  289. "type",
  290. "=",
  291. "tmpfs"
  292. ]
  293. ],
  294. "attrs": [
  295. {
  296. "variable": "size",
  297. "label": "Tmpfs Size Limit (in Mi)",
  298. "description": "The maximum size (in Mi) of the temporary directory.</br>\nFor example: 500\n",
  299. "schema": {
  300. "type": "int",
  301. "default": 500,
  302. "required": true
  303. }
  304. }
  305. ]
  306. }
  307. },
  308. {
  309. "variable": "ix_volume_config",
  310. "label": "ixVolume Configuration",
  311. "description": "The configuration for the ixVolume dataset.",
  312. "schema": {
  313. "type": "dict",
  314. "show_if": [
  315. [
  316. "type",
  317. "=",
  318. "ix_volume"
  319. ]
  320. ],
  321. "$ref": [
  322. "normalize/ix_volume"
  323. ],
  324. "attrs": [
  325. {
  326. "variable": "acl_enable",
  327. "label": "Enable ACL",
  328. "description": "Enable ACL for the storage.",
  329. "schema": {
  330. "type": "boolean",
  331. "default": false
  332. }
  333. },
  334. {
  335. "variable": "dataset_name",
  336. "label": "Dataset Name",
  337. "description": "The name of the dataset to use for storage.",
  338. "schema": {
  339. "type": "string",
  340. "required": true,
  341. "hidden": true,
  342. "default": "config"
  343. }
  344. },
  345. {
  346. "variable": "acl_entries",
  347. "label": "ACL Configuration",
  348. "schema": {
  349. "type": "dict",
  350. "show_if": [
  351. [
  352. "acl_enable",
  353. "=",
  354. true
  355. ]
  356. ],
  357. "attrs": []
  358. }
  359. }
  360. ]
  361. }
  362. },
  363. {
  364. "variable": "host_path_config",
  365. "label": "Host Path Configuration",
  366. "schema": {
  367. "type": "dict",
  368. "show_if": [
  369. [
  370. "type",
  371. "=",
  372. "host_path"
  373. ]
  374. ],
  375. "attrs": [
  376. {
  377. "variable": "acl_enable",
  378. "label": "Enable ACL",
  379. "description": "Enable ACL for the storage.",
  380. "schema": {
  381. "type": "boolean",
  382. "default": false
  383. }
  384. },
  385. {
  386. "variable": "acl",
  387. "label": "ACL Configuration",
  388. "schema": {
  389. "type": "dict",
  390. "show_if": [
  391. [
  392. "acl_enable",
  393. "=",
  394. true
  395. ]
  396. ],
  397. "attrs": [],
  398. "$ref": [
  399. "normalize/acl"
  400. ]
  401. }
  402. },
  403. {
  404. "variable": "path",
  405. "label": "Host Path",
  406. "description": "The host path to use for storage.",
  407. "schema": {
  408. "type": "hostpath",
  409. "show_if": [
  410. [
  411. "acl_enable",
  412. "=",
  413. false
  414. ]
  415. ],
  416. "required": true
  417. }
  418. }
  419. ]
  420. }
  421. }
  422. ]
  423. }
  424. },
  425. {
  426. "variable": "additional_storage",
  427. "label": "Additional Storage",
  428. "schema": {
  429. "type": "list",
  430. "default": [],
  431. "items": [
  432. {
  433. "variable": "storageEntry",
  434. "label": "Storage Entry",
  435. "schema": {
  436. "type": "dict",
  437. "attrs": [
  438. {
  439. "variable": "type",
  440. "label": "Type",
  441. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.</br>\nSMB Share: Is a SMB share that is mounted to as a volume.\n",
  442. "schema": {
  443. "type": "string",
  444. "required": true,
  445. "default": "ix_volume",
  446. "enum": [
  447. {
  448. "value": "host_path",
  449. "description": "Host Path (Path that already exists on the system)"
  450. },
  451. {
  452. "value": "ix_volume",
  453. "description": "ixVolume (Dataset created automatically by the system)"
  454. },
  455. {
  456. "value": "cifs",
  457. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  458. }
  459. ]
  460. }
  461. },
  462. {
  463. "variable": "read_only",
  464. "label": "Read Only",
  465. "description": "Mount the volume as read only.",
  466. "schema": {
  467. "type": "boolean",
  468. "default": false
  469. }
  470. },
  471. {
  472. "variable": "mount_path",
  473. "label": "Mount Path",
  474. "description": "The path inside the container to mount the storage.",
  475. "schema": {
  476. "type": "path",
  477. "required": true
  478. }
  479. },
  480. {
  481. "variable": "host_path_config",
  482. "label": "Host Path Configuration",
  483. "schema": {
  484. "type": "dict",
  485. "show_if": [
  486. [
  487. "type",
  488. "=",
  489. "host_path"
  490. ]
  491. ],
  492. "attrs": [
  493. {
  494. "variable": "acl_enable",
  495. "label": "Enable ACL",
  496. "description": "Enable ACL for the storage.",
  497. "schema": {
  498. "type": "boolean",
  499. "default": false
  500. }
  501. },
  502. {
  503. "variable": "acl",
  504. "label": "ACL Configuration",
  505. "schema": {
  506. "type": "dict",
  507. "show_if": [
  508. [
  509. "acl_enable",
  510. "=",
  511. true
  512. ]
  513. ],
  514. "attrs": [],
  515. "$ref": [
  516. "normalize/acl"
  517. ]
  518. }
  519. },
  520. {
  521. "variable": "path",
  522. "label": "Host Path",
  523. "description": "The host path to use for storage.",
  524. "schema": {
  525. "type": "hostpath",
  526. "show_if": [
  527. [
  528. "acl_enable",
  529. "=",
  530. false
  531. ]
  532. ],
  533. "required": true
  534. }
  535. }
  536. ]
  537. }
  538. },
  539. {
  540. "variable": "ix_volume_config",
  541. "label": "ixVolume Configuration",
  542. "description": "The configuration for the ixVolume dataset.",
  543. "schema": {
  544. "type": "dict",
  545. "show_if": [
  546. [
  547. "type",
  548. "=",
  549. "ix_volume"
  550. ]
  551. ],
  552. "$ref": [
  553. "normalize/ix_volume"
  554. ],
  555. "attrs": [
  556. {
  557. "variable": "acl_enable",
  558. "label": "Enable ACL",
  559. "description": "Enable ACL for the storage.",
  560. "schema": {
  561. "type": "boolean",
  562. "default": false
  563. }
  564. },
  565. {
  566. "variable": "dataset_name",
  567. "label": "Dataset Name",
  568. "description": "The name of the dataset to use for storage.",
  569. "schema": {
  570. "type": "string",
  571. "required": true,
  572. "default": "storage_entry"
  573. }
  574. },
  575. {
  576. "variable": "acl_entries",
  577. "label": "ACL Configuration",
  578. "schema": {
  579. "type": "dict",
  580. "show_if": [
  581. [
  582. "acl_enable",
  583. "=",
  584. true
  585. ]
  586. ],
  587. "attrs": []
  588. }
  589. }
  590. ]
  591. }
  592. },
  593. {
  594. "variable": "cifs_config",
  595. "label": "SMB Configuration",
  596. "description": "The configuration for the SMB dataset.",
  597. "schema": {
  598. "type": "dict",
  599. "show_if": [
  600. [
  601. "type",
  602. "=",
  603. "cifs"
  604. ]
  605. ],
  606. "attrs": [
  607. {
  608. "variable": "server",
  609. "label": "Server",
  610. "description": "The server to mount the SMB share.",
  611. "schema": {
  612. "type": "string",
  613. "required": true
  614. }
  615. },
  616. {
  617. "variable": "path",
  618. "label": "Path",
  619. "description": "The path to mount the SMB share.",
  620. "schema": {
  621. "type": "string",
  622. "required": true
  623. }
  624. },
  625. {
  626. "variable": "username",
  627. "label": "Username",
  628. "description": "The username to use for the SMB share.",
  629. "schema": {
  630. "type": "string",
  631. "required": true
  632. }
  633. },
  634. {
  635. "variable": "password",
  636. "label": "Password",
  637. "description": "The password to use for the SMB share.",
  638. "schema": {
  639. "type": "string",
  640. "required": true,
  641. "private": true
  642. }
  643. },
  644. {
  645. "variable": "domain",
  646. "label": "Domain",
  647. "description": "The domain to use for the SMB share.",
  648. "schema": {
  649. "type": "string"
  650. }
  651. }
  652. ]
  653. }
  654. }
  655. ]
  656. }
  657. }
  658. ]
  659. }
  660. }
  661. ]
  662. }
  663. },
  664. {
  665. "variable": "labels",
  666. "label": "",
  667. "group": "Labels Configuration",
  668. "schema": {
  669. "type": "list",
  670. "default": [],
  671. "items": [
  672. {
  673. "variable": "label",
  674. "label": "Label",
  675. "schema": {
  676. "type": "dict",
  677. "attrs": [
  678. {
  679. "variable": "key",
  680. "label": "Key",
  681. "schema": {
  682. "type": "string",
  683. "required": true
  684. }
  685. },
  686. {
  687. "variable": "value",
  688. "label": "Value",
  689. "schema": {
  690. "type": "string",
  691. "required": true
  692. }
  693. },
  694. {
  695. "variable": "containers",
  696. "label": "Containers",
  697. "description": "Containers where the label should be applied",
  698. "schema": {
  699. "type": "list",
  700. "items": [
  701. {
  702. "variable": "container",
  703. "label": "Container",
  704. "schema": {
  705. "type": "string",
  706. "required": true,
  707. "enum": [
  708. {
  709. "value": "zerotier",
  710. "description": "zerotier"
  711. }
  712. ]
  713. }
  714. }
  715. ]
  716. }
  717. }
  718. ]
  719. }
  720. }
  721. ]
  722. }
  723. },
  724. {
  725. "variable": "resources",
  726. "label": "",
  727. "group": "Resources Configuration",
  728. "schema": {
  729. "type": "dict",
  730. "attrs": [
  731. {
  732. "variable": "limits",
  733. "label": "Limits",
  734. "schema": {
  735. "type": "dict",
  736. "attrs": [
  737. {
  738. "variable": "cpus",
  739. "label": "CPUs",
  740. "description": "CPUs limit for Zerotier.",
  741. "schema": {
  742. "type": "int",
  743. "default": 2,
  744. "required": true
  745. }
  746. },
  747. {
  748. "variable": "memory",
  749. "label": "Memory (in MB)",
  750. "description": "Memory limit for Zerotier.",
  751. "schema": {
  752. "type": "int",
  753. "default": 4096,
  754. "required": true
  755. }
  756. }
  757. ]
  758. }
  759. }
  760. ]
  761. }
  762. }
  763. ]
  764. },
  765. "readme": "<h1>Zerotier</h1> <p><a href=\"https://www.zerotier.com\">Zerotier</a> Securely connect any device, anywhere.</p>",
  766. "changelog": null,
  767. "chart_metadata": {
  768. "app_version": "1.14.2",
  769. "capabilities": [
  770. {
  771. "description": "Zerotier is able to write records to audit log",
  772. "name": "AUDIT_WRITE"
  773. },
  774. {
  775. "description": "Zerotier is able to change file ownership arbitrarily",
  776. "name": "CHOWN"
  777. },
  778. {
  779. "description": "Zerotier is able to bypass file permission checks",
  780. "name": "DAC_OVERRIDE"
  781. },
  782. {
  783. "description": "Zerotier is able to bypass permission checks for file operations",
  784. "name": "FOWNER"
  785. },
  786. {
  787. "description": "Zerotier is able to perform network administration tasks",
  788. "name": "NET_ADMIN"
  789. },
  790. {
  791. "description": "Zerotier is able to bind to privileged ports (< 1024)",
  792. "name": "NET_BIND_SERVICE"
  793. },
  794. {
  795. "description": "Zerotier is able to use raw and packet sockets",
  796. "name": "NET_RAW"
  797. },
  798. {
  799. "description": "Zerotier is able to change group ID of processes",
  800. "name": "SETGID"
  801. },
  802. {
  803. "description": "Zerotier is able to transfer capabilities between processes",
  804. "name": "SETPCAP"
  805. },
  806. {
  807. "description": "Zerotier is able to change user ID of processes",
  808. "name": "SETUID"
  809. },
  810. {
  811. "description": "Zerotier is able to perform system administration operations",
  812. "name": "SYS_ADMIN"
  813. }
  814. ],
  815. "categories": [
  816. "networking"
  817. ],
  818. "changelog_url": "https://github.com/zerotier/ZeroTierOne/blob/dev/RELEASE-NOTES.md",
  819. "date_added": "2024-08-09",
  820. "description": "Securely connect any device, anywhere.",
  821. "home": "https://www.zerotier.com",
  822. "host_mounts": [
  823. {
  824. "description": "Network device",
  825. "host_path": "/dev/net/tun"
  826. }
  827. ],
  828. "icon": "https://media.sys.truenas.net/apps/zerotier/icons/icon.png",
  829. "keywords": [
  830. "vpn",
  831. "zerotier"
  832. ],
  833. "lib_version": "2.1.49",
  834. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  835. "maintainers": [
  836. {
  837. "email": "dev@ixsystems.com",
  838. "name": "truenas",
  839. "url": "https://www.truenas.com/"
  840. }
  841. ],
  842. "name": "zerotier",
  843. "run_as_context": [
  844. {
  845. "description": "Zerotier runs as a root user.",
  846. "gid": 0,
  847. "group_name": "root",
  848. "uid": 0,
  849. "user_name": "root"
  850. }
  851. ],
  852. "screenshots": [],
  853. "sources": [
  854. "https://www.zerotier.com",
  855. "https://hub.docker.com/r/zerotier/zerotier"
  856. ],
  857. "title": "Zerotier",
  858. "train": "community",
  859. "version": "1.2.5"
  860. }
  861. }
  862. }