app_versions.json 54 KB

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