app_versions.json 71 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  1. {
  2. "1.1.7": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/eclipse-mosquitto/1.1.7",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "2.0.22_1.1.7",
  10. "version": "1.1.7",
  11. "app_metadata": {
  12. "annotations": {
  13. "min_scale_version": "24.10.2.2"
  14. },
  15. "app_version": "2.0.22",
  16. "capabilities": [],
  17. "categories": [
  18. "networking"
  19. ],
  20. "changelog_url": "https://github.com/eclipse-mosquitto/mosquitto/blob/master/ChangeLog.txt",
  21. "date_added": "2024-11-15",
  22. "description": "Eclipse Mosquitto is an open source MQTT broker",
  23. "home": "https://mosquitto.org/",
  24. "host_mounts": [],
  25. "icon": "https://media.sys.truenas.net/apps/eclipse-mosquitto/icons/icon.svg",
  26. "keywords": [
  27. "networking",
  28. "mqtt"
  29. ],
  30. "lib_version": "2.1.49",
  31. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  32. "maintainers": [
  33. {
  34. "email": "dev@ixsystems.com",
  35. "name": "truenas",
  36. "url": "https://www.truenas.com/"
  37. }
  38. ],
  39. "name": "eclipse-mosquitto",
  40. "run_as_context": [
  41. {
  42. "description": "Mosquitto runs as any non-root user.",
  43. "gid": 568,
  44. "group_name": "mosquitto",
  45. "uid": 568,
  46. "user_name": "mosquitto"
  47. }
  48. ],
  49. "screenshots": [],
  50. "sources": [
  51. "https://github.com/eclipse-mosquitto/mosquitto",
  52. "https://hub.docker.com/_/eclipse-mosquitto"
  53. ],
  54. "title": "Eclipse Mosquitto",
  55. "train": "community",
  56. "version": "1.1.7"
  57. },
  58. "schema": {
  59. "groups": [
  60. {
  61. "name": "Eclipse Mosquitto Configuration",
  62. "description": "Configure Eclipse Mosquitto"
  63. },
  64. {
  65. "name": "User and Group Configuration",
  66. "description": "Configure User and Group for Eclipse Mosquitto"
  67. },
  68. {
  69. "name": "Network Configuration",
  70. "description": "Configure Network for Eclipse Mosquitto"
  71. },
  72. {
  73. "name": "Storage Configuration",
  74. "description": "Configure Storage for Eclipse Mosquitto"
  75. },
  76. {
  77. "name": "Labels Configuration",
  78. "description": "Configure Labels for Eclipse Mosquitto"
  79. },
  80. {
  81. "name": "Resources Configuration",
  82. "description": "Configure Resources for Eclipse Mosquitto"
  83. }
  84. ],
  85. "questions": [
  86. {
  87. "variable": "TZ",
  88. "group": "Eclipse Mosquitto Configuration",
  89. "label": "Timezone",
  90. "schema": {
  91. "type": "string",
  92. "default": "Etc/UTC",
  93. "required": true,
  94. "$ref": [
  95. "definitions/timezone"
  96. ]
  97. }
  98. },
  99. {
  100. "variable": "mosquitto",
  101. "label": "",
  102. "group": "Eclipse Mosquitto Configuration",
  103. "schema": {
  104. "type": "dict",
  105. "attrs": [
  106. {
  107. "variable": "enable_persistence",
  108. "label": "Enable Persistence",
  109. "description": "If enabled, connection, subscription and message data will be written to the disk in mosquitto.db",
  110. "schema": {
  111. "type": "boolean",
  112. "default": true
  113. }
  114. },
  115. {
  116. "variable": "autosave_interval",
  117. "label": "Autosave Interval",
  118. "description": "The number of seconds that mosquitto will wait between each time it saves the in-memory database to disk. </br>\nIf set to 0, the in-memory database will only be saved when mosquitto exits or when receiving the SIGUSR1 signal. </br\nNote that this setting only has an effect if persistence is enabled.\n",
  119. "schema": {
  120. "type": "int",
  121. "show_if": [
  122. [
  123. "enable_persistence",
  124. "=",
  125. true
  126. ]
  127. ],
  128. "min": 0,
  129. "default": 1800
  130. }
  131. },
  132. {
  133. "variable": "allow_anonymous",
  134. "label": "Allow Anonymous",
  135. "description": "Boolean value that determines whether clients that connect without providing a username are allowed to connect.",
  136. "schema": {
  137. "type": "boolean",
  138. "default": false
  139. }
  140. },
  141. {
  142. "variable": "additional_envs",
  143. "label": "Additional Environment Variables",
  144. "schema": {
  145. "type": "list",
  146. "default": [],
  147. "items": [
  148. {
  149. "variable": "env",
  150. "label": "Environment Variable",
  151. "schema": {
  152. "type": "dict",
  153. "attrs": [
  154. {
  155. "variable": "name",
  156. "label": "Name",
  157. "schema": {
  158. "type": "string",
  159. "required": true
  160. }
  161. },
  162. {
  163. "variable": "value",
  164. "label": "Value",
  165. "schema": {
  166. "type": "string"
  167. }
  168. }
  169. ]
  170. }
  171. }
  172. ]
  173. }
  174. }
  175. ]
  176. }
  177. },
  178. {
  179. "variable": "run_as",
  180. "label": "",
  181. "group": "User and Group Configuration",
  182. "schema": {
  183. "type": "dict",
  184. "attrs": [
  185. {
  186. "variable": "user",
  187. "label": "User ID",
  188. "description": "The user id that Actual Budget files will be owned by.",
  189. "schema": {
  190. "type": "int",
  191. "min": 568,
  192. "default": 568,
  193. "required": true
  194. }
  195. },
  196. {
  197. "variable": "group",
  198. "label": "Group ID",
  199. "description": "The group id that Actual Budget files will be owned by.",
  200. "schema": {
  201. "type": "int",
  202. "min": 568,
  203. "default": 568,
  204. "required": true
  205. }
  206. }
  207. ]
  208. }
  209. },
  210. {
  211. "variable": "network",
  212. "label": "",
  213. "group": "Network Configuration",
  214. "schema": {
  215. "type": "dict",
  216. "attrs": [
  217. {
  218. "variable": "broker_port",
  219. "label": "Broker Port",
  220. "schema": {
  221. "type": "dict",
  222. "attrs": [
  223. {
  224. "variable": "bind_mode",
  225. "label": "Port Bind Mode",
  226. "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",
  227. "schema": {
  228. "type": "string",
  229. "default": "published",
  230. "enum": [
  231. {
  232. "value": "published",
  233. "description": "Publish port on the host for external access"
  234. },
  235. {
  236. "value": "exposed",
  237. "description": "Expose port for inter-container communication"
  238. },
  239. {
  240. "value": "",
  241. "description": "None"
  242. }
  243. ]
  244. }
  245. },
  246. {
  247. "variable": "port_number",
  248. "label": "Port Number",
  249. "schema": {
  250. "type": "int",
  251. "default": 1883,
  252. "min": 1,
  253. "max": 65535,
  254. "required": true
  255. }
  256. },
  257. {
  258. "variable": "host_ips",
  259. "label": "Host IPs",
  260. "description": "IPs on the host to bind this port",
  261. "schema": {
  262. "type": "list",
  263. "show_if": [
  264. [
  265. "bind_mode",
  266. "=",
  267. "published"
  268. ]
  269. ],
  270. "default": [],
  271. "items": [
  272. {
  273. "variable": "host_ip",
  274. "label": "Host IP",
  275. "schema": {
  276. "type": "string",
  277. "required": true,
  278. "$ref": [
  279. "definitions/node_bind_ip"
  280. ]
  281. }
  282. }
  283. ]
  284. }
  285. }
  286. ]
  287. }
  288. },
  289. {
  290. "variable": "ws_port",
  291. "label": "Web Sockets Port",
  292. "schema": {
  293. "type": "dict",
  294. "attrs": [
  295. {
  296. "variable": "bind_mode",
  297. "label": "Port Bind Mode",
  298. "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",
  299. "schema": {
  300. "type": "string",
  301. "default": "published",
  302. "enum": [
  303. {
  304. "value": "published",
  305. "description": "Publish port on the host for external access"
  306. },
  307. {
  308. "value": "exposed",
  309. "description": "Expose port for inter-container communication"
  310. },
  311. {
  312. "value": "",
  313. "description": "None"
  314. }
  315. ]
  316. }
  317. },
  318. {
  319. "variable": "port_number",
  320. "label": "Port Number",
  321. "schema": {
  322. "type": "int",
  323. "default": 8081,
  324. "min": 1,
  325. "max": 65535,
  326. "required": true
  327. }
  328. },
  329. {
  330. "variable": "host_ips",
  331. "label": "Host IPs",
  332. "description": "IPs on the host to bind this port",
  333. "schema": {
  334. "type": "list",
  335. "show_if": [
  336. [
  337. "bind_mode",
  338. "=",
  339. "published"
  340. ]
  341. ],
  342. "default": [],
  343. "items": [
  344. {
  345. "variable": "host_ip",
  346. "label": "Host IP",
  347. "schema": {
  348. "type": "string",
  349. "required": true,
  350. "$ref": [
  351. "definitions/node_bind_ip"
  352. ]
  353. }
  354. }
  355. ]
  356. }
  357. }
  358. ]
  359. }
  360. },
  361. {
  362. "variable": "additional_ports",
  363. "label": "Additional Ports",
  364. "schema": {
  365. "type": "list",
  366. "show_if": [
  367. [
  368. "host_network",
  369. "=",
  370. false
  371. ]
  372. ],
  373. "items": [
  374. {
  375. "variable": "port",
  376. "label": "Port",
  377. "schema": {
  378. "type": "dict",
  379. "attrs": [
  380. {
  381. "variable": "bind_mode",
  382. "label": "Port Bind Mode",
  383. "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",
  384. "schema": {
  385. "type": "string",
  386. "default": "published",
  387. "enum": [
  388. {
  389. "value": "published",
  390. "description": "Publish port on the host for external access"
  391. },
  392. {
  393. "value": "exposed",
  394. "description": "Expose port for inter-container communication"
  395. }
  396. ]
  397. }
  398. },
  399. {
  400. "variable": "port_number",
  401. "label": "Port Number",
  402. "schema": {
  403. "type": "int",
  404. "min": 1,
  405. "max": 65535,
  406. "required": true
  407. }
  408. },
  409. {
  410. "variable": "container_port",
  411. "label": "Container Port",
  412. "schema": {
  413. "type": "int",
  414. "min": 1,
  415. "max": 65535,
  416. "required": true
  417. }
  418. },
  419. {
  420. "variable": "protocol",
  421. "label": "Protocol",
  422. "schema": {
  423. "type": "string",
  424. "required": true,
  425. "default": "tcp",
  426. "enum": [
  427. {
  428. "value": "tcp",
  429. "description": "TCP"
  430. },
  431. {
  432. "value": "udp",
  433. "description": "UDP"
  434. }
  435. ]
  436. }
  437. },
  438. {
  439. "variable": "host_ips",
  440. "label": "Host IPs",
  441. "description": "IPs on the host to bind this port",
  442. "schema": {
  443. "type": "list",
  444. "show_if": [
  445. [
  446. "bind_mode",
  447. "=",
  448. "published"
  449. ]
  450. ],
  451. "default": [],
  452. "items": [
  453. {
  454. "variable": "host_ip",
  455. "label": "Host IP",
  456. "schema": {
  457. "type": "string",
  458. "required": true,
  459. "$ref": [
  460. "definitions/node_bind_ip"
  461. ]
  462. }
  463. }
  464. ]
  465. }
  466. }
  467. ]
  468. }
  469. }
  470. ]
  471. }
  472. },
  473. {
  474. "variable": "host_network",
  475. "label": "Host Network",
  476. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  477. "schema": {
  478. "type": "boolean",
  479. "default": false
  480. }
  481. }
  482. ]
  483. }
  484. },
  485. {
  486. "variable": "storage",
  487. "label": "",
  488. "group": "Storage Configuration",
  489. "schema": {
  490. "type": "dict",
  491. "attrs": [
  492. {
  493. "variable": "data",
  494. "label": "Eclipse Mosquitto Data Storage",
  495. "description": "The path to store Eclipse Mosquitto Data.",
  496. "schema": {
  497. "type": "dict",
  498. "attrs": [
  499. {
  500. "variable": "type",
  501. "label": "Type",
  502. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  503. "schema": {
  504. "type": "string",
  505. "required": true,
  506. "default": "ix_volume",
  507. "enum": [
  508. {
  509. "value": "host_path",
  510. "description": "Host Path (Path that already exists on the system)"
  511. },
  512. {
  513. "value": "ix_volume",
  514. "description": "ixVolume (Dataset created automatically by the system)"
  515. }
  516. ]
  517. }
  518. },
  519. {
  520. "variable": "ix_volume_config",
  521. "label": "ixVolume Configuration",
  522. "description": "The configuration for the ixVolume dataset.",
  523. "schema": {
  524. "type": "dict",
  525. "show_if": [
  526. [
  527. "type",
  528. "=",
  529. "ix_volume"
  530. ]
  531. ],
  532. "$ref": [
  533. "normalize/ix_volume"
  534. ],
  535. "attrs": [
  536. {
  537. "variable": "acl_enable",
  538. "label": "Enable ACL",
  539. "description": "Enable ACL for the storage.",
  540. "schema": {
  541. "type": "boolean",
  542. "default": false
  543. }
  544. },
  545. {
  546. "variable": "dataset_name",
  547. "label": "Dataset Name",
  548. "description": "The name of the dataset to use for storage.",
  549. "schema": {
  550. "type": "string",
  551. "required": true,
  552. "hidden": true,
  553. "default": "data"
  554. }
  555. },
  556. {
  557. "variable": "acl_entries",
  558. "label": "ACL Configuration",
  559. "schema": {
  560. "type": "dict",
  561. "show_if": [
  562. [
  563. "acl_enable",
  564. "=",
  565. true
  566. ]
  567. ],
  568. "attrs": []
  569. }
  570. }
  571. ]
  572. }
  573. },
  574. {
  575. "variable": "host_path_config",
  576. "label": "Host Path Configuration",
  577. "schema": {
  578. "type": "dict",
  579. "show_if": [
  580. [
  581. "type",
  582. "=",
  583. "host_path"
  584. ]
  585. ],
  586. "attrs": [
  587. {
  588. "variable": "acl_enable",
  589. "label": "Enable ACL",
  590. "description": "Enable ACL for the storage.",
  591. "schema": {
  592. "type": "boolean",
  593. "default": false
  594. }
  595. },
  596. {
  597. "variable": "acl",
  598. "label": "ACL Configuration",
  599. "schema": {
  600. "type": "dict",
  601. "show_if": [
  602. [
  603. "acl_enable",
  604. "=",
  605. true
  606. ]
  607. ],
  608. "attrs": [],
  609. "$ref": [
  610. "normalize/acl"
  611. ]
  612. }
  613. },
  614. {
  615. "variable": "path",
  616. "label": "Host Path",
  617. "description": "The host path to use for storage.",
  618. "schema": {
  619. "type": "hostpath",
  620. "show_if": [
  621. [
  622. "acl_enable",
  623. "=",
  624. false
  625. ]
  626. ],
  627. "required": true
  628. }
  629. }
  630. ]
  631. }
  632. }
  633. ]
  634. }
  635. },
  636. {
  637. "variable": "config",
  638. "label": "Eclipse Mosquitto Config Storage",
  639. "description": "The path to store Eclipse Mosquitto Config.",
  640. "schema": {
  641. "type": "dict",
  642. "attrs": [
  643. {
  644. "variable": "type",
  645. "label": "Type",
  646. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  647. "schema": {
  648. "type": "string",
  649. "required": true,
  650. "default": "ix_volume",
  651. "enum": [
  652. {
  653. "value": "host_path",
  654. "description": "Host Path (Path that already exists on the system)"
  655. },
  656. {
  657. "value": "ix_volume",
  658. "description": "ixVolume (Dataset created automatically by the system)"
  659. }
  660. ]
  661. }
  662. },
  663. {
  664. "variable": "ix_volume_config",
  665. "label": "ixVolume Configuration",
  666. "description": "The configuration for the ixVolume dataset.",
  667. "schema": {
  668. "type": "dict",
  669. "show_if": [
  670. [
  671. "type",
  672. "=",
  673. "ix_volume"
  674. ]
  675. ],
  676. "$ref": [
  677. "normalize/ix_volume"
  678. ],
  679. "attrs": [
  680. {
  681. "variable": "acl_enable",
  682. "label": "Enable ACL",
  683. "description": "Enable ACL for the storage.",
  684. "schema": {
  685. "type": "boolean",
  686. "default": false
  687. }
  688. },
  689. {
  690. "variable": "dataset_name",
  691. "label": "Dataset Name",
  692. "description": "The name of the dataset to use for storage.",
  693. "schema": {
  694. "type": "string",
  695. "required": true,
  696. "hidden": true,
  697. "default": "config"
  698. }
  699. },
  700. {
  701. "variable": "acl_entries",
  702. "label": "ACL Configuration",
  703. "schema": {
  704. "type": "dict",
  705. "show_if": [
  706. [
  707. "acl_enable",
  708. "=",
  709. true
  710. ]
  711. ],
  712. "attrs": []
  713. }
  714. }
  715. ]
  716. }
  717. },
  718. {
  719. "variable": "host_path_config",
  720. "label": "Host Path Configuration",
  721. "schema": {
  722. "type": "dict",
  723. "show_if": [
  724. [
  725. "type",
  726. "=",
  727. "host_path"
  728. ]
  729. ],
  730. "attrs": [
  731. {
  732. "variable": "acl_enable",
  733. "label": "Enable ACL",
  734. "description": "Enable ACL for the storage.",
  735. "schema": {
  736. "type": "boolean",
  737. "default": false
  738. }
  739. },
  740. {
  741. "variable": "acl",
  742. "label": "ACL Configuration",
  743. "schema": {
  744. "type": "dict",
  745. "show_if": [
  746. [
  747. "acl_enable",
  748. "=",
  749. true
  750. ]
  751. ],
  752. "attrs": [],
  753. "$ref": [
  754. "normalize/acl"
  755. ]
  756. }
  757. },
  758. {
  759. "variable": "path",
  760. "label": "Host Path",
  761. "description": "The host path to use for storage.",
  762. "schema": {
  763. "type": "hostpath",
  764. "show_if": [
  765. [
  766. "acl_enable",
  767. "=",
  768. false
  769. ]
  770. ],
  771. "required": true
  772. }
  773. }
  774. ]
  775. }
  776. }
  777. ]
  778. }
  779. },
  780. {
  781. "variable": "additional_storage",
  782. "label": "Additional Storage",
  783. "schema": {
  784. "type": "list",
  785. "default": [],
  786. "items": [
  787. {
  788. "variable": "storageEntry",
  789. "label": "Storage Entry",
  790. "schema": {
  791. "type": "dict",
  792. "attrs": [
  793. {
  794. "variable": "type",
  795. "label": "Type",
  796. "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",
  797. "schema": {
  798. "type": "string",
  799. "required": true,
  800. "default": "ix_volume",
  801. "enum": [
  802. {
  803. "value": "host_path",
  804. "description": "Host Path (Path that already exists on the system)"
  805. },
  806. {
  807. "value": "ix_volume",
  808. "description": "ixVolume (Dataset created automatically by the system)"
  809. },
  810. {
  811. "value": "cifs",
  812. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  813. }
  814. ]
  815. }
  816. },
  817. {
  818. "variable": "read_only",
  819. "label": "Read Only",
  820. "description": "Mount the volume as read only.",
  821. "schema": {
  822. "type": "boolean",
  823. "default": false
  824. }
  825. },
  826. {
  827. "variable": "mount_path",
  828. "label": "Mount Path",
  829. "description": "The path inside the container to mount the storage.",
  830. "schema": {
  831. "type": "path",
  832. "required": true
  833. }
  834. },
  835. {
  836. "variable": "host_path_config",
  837. "label": "Host Path Configuration",
  838. "schema": {
  839. "type": "dict",
  840. "show_if": [
  841. [
  842. "type",
  843. "=",
  844. "host_path"
  845. ]
  846. ],
  847. "attrs": [
  848. {
  849. "variable": "acl_enable",
  850. "label": "Enable ACL",
  851. "description": "Enable ACL for the storage.",
  852. "schema": {
  853. "type": "boolean",
  854. "default": false
  855. }
  856. },
  857. {
  858. "variable": "acl",
  859. "label": "ACL Configuration",
  860. "schema": {
  861. "type": "dict",
  862. "show_if": [
  863. [
  864. "acl_enable",
  865. "=",
  866. true
  867. ]
  868. ],
  869. "attrs": [],
  870. "$ref": [
  871. "normalize/acl"
  872. ]
  873. }
  874. },
  875. {
  876. "variable": "path",
  877. "label": "Host Path",
  878. "description": "The host path to use for storage.",
  879. "schema": {
  880. "type": "hostpath",
  881. "show_if": [
  882. [
  883. "acl_enable",
  884. "=",
  885. false
  886. ]
  887. ],
  888. "required": true
  889. }
  890. }
  891. ]
  892. }
  893. },
  894. {
  895. "variable": "ix_volume_config",
  896. "label": "ixVolume Configuration",
  897. "description": "The configuration for the ixVolume dataset.",
  898. "schema": {
  899. "type": "dict",
  900. "show_if": [
  901. [
  902. "type",
  903. "=",
  904. "ix_volume"
  905. ]
  906. ],
  907. "$ref": [
  908. "normalize/ix_volume"
  909. ],
  910. "attrs": [
  911. {
  912. "variable": "acl_enable",
  913. "label": "Enable ACL",
  914. "description": "Enable ACL for the storage.",
  915. "schema": {
  916. "type": "boolean",
  917. "default": false
  918. }
  919. },
  920. {
  921. "variable": "dataset_name",
  922. "label": "Dataset Name",
  923. "description": "The name of the dataset to use for storage.",
  924. "schema": {
  925. "type": "string",
  926. "required": true,
  927. "default": "storage_entry"
  928. }
  929. },
  930. {
  931. "variable": "acl_entries",
  932. "label": "ACL Configuration",
  933. "schema": {
  934. "type": "dict",
  935. "show_if": [
  936. [
  937. "acl_enable",
  938. "=",
  939. true
  940. ]
  941. ],
  942. "attrs": [],
  943. "$ref": [
  944. "normalize/acl"
  945. ]
  946. }
  947. }
  948. ]
  949. }
  950. },
  951. {
  952. "variable": "cifs_config",
  953. "label": "SMB Configuration",
  954. "description": "The configuration for the SMB dataset.",
  955. "schema": {
  956. "type": "dict",
  957. "show_if": [
  958. [
  959. "type",
  960. "=",
  961. "cifs"
  962. ]
  963. ],
  964. "attrs": [
  965. {
  966. "variable": "server",
  967. "label": "Server",
  968. "description": "The server to mount the SMB share.",
  969. "schema": {
  970. "type": "string",
  971. "required": true
  972. }
  973. },
  974. {
  975. "variable": "path",
  976. "label": "Path",
  977. "description": "The path to mount the SMB share.",
  978. "schema": {
  979. "type": "string",
  980. "required": true
  981. }
  982. },
  983. {
  984. "variable": "username",
  985. "label": "Username",
  986. "description": "The username to use for the SMB share.",
  987. "schema": {
  988. "type": "string",
  989. "required": true
  990. }
  991. },
  992. {
  993. "variable": "password",
  994. "label": "Password",
  995. "description": "The password to use for the SMB share.",
  996. "schema": {
  997. "type": "string",
  998. "required": true,
  999. "private": true
  1000. }
  1001. },
  1002. {
  1003. "variable": "domain",
  1004. "label": "Domain",
  1005. "description": "The domain to use for the SMB share.",
  1006. "schema": {
  1007. "type": "string"
  1008. }
  1009. }
  1010. ]
  1011. }
  1012. }
  1013. ]
  1014. }
  1015. }
  1016. ]
  1017. }
  1018. }
  1019. ]
  1020. }
  1021. },
  1022. {
  1023. "variable": "labels",
  1024. "label": "",
  1025. "group": "Labels Configuration",
  1026. "schema": {
  1027. "type": "list",
  1028. "default": [],
  1029. "items": [
  1030. {
  1031. "variable": "label",
  1032. "label": "Label",
  1033. "schema": {
  1034. "type": "dict",
  1035. "attrs": [
  1036. {
  1037. "variable": "key",
  1038. "label": "Key",
  1039. "schema": {
  1040. "type": "string",
  1041. "required": true
  1042. }
  1043. },
  1044. {
  1045. "variable": "value",
  1046. "label": "Value",
  1047. "schema": {
  1048. "type": "string",
  1049. "required": true
  1050. }
  1051. },
  1052. {
  1053. "variable": "containers",
  1054. "label": "Containers",
  1055. "description": "Containers where the label should be applied",
  1056. "schema": {
  1057. "type": "list",
  1058. "items": [
  1059. {
  1060. "variable": "container",
  1061. "label": "Container",
  1062. "schema": {
  1063. "type": "string",
  1064. "required": true,
  1065. "enum": [
  1066. {
  1067. "value": "mosquitto",
  1068. "description": "mosquitto"
  1069. }
  1070. ]
  1071. }
  1072. }
  1073. ]
  1074. }
  1075. }
  1076. ]
  1077. }
  1078. }
  1079. ]
  1080. }
  1081. },
  1082. {
  1083. "variable": "resources",
  1084. "label": "",
  1085. "group": "Resources Configuration",
  1086. "schema": {
  1087. "type": "dict",
  1088. "attrs": [
  1089. {
  1090. "variable": "limits",
  1091. "label": "Limits",
  1092. "schema": {
  1093. "type": "dict",
  1094. "attrs": [
  1095. {
  1096. "variable": "cpus",
  1097. "label": "CPUs",
  1098. "description": "CPUs limit for Eclipse Mosquitto.",
  1099. "schema": {
  1100. "type": "int",
  1101. "default": 2,
  1102. "required": true
  1103. }
  1104. },
  1105. {
  1106. "variable": "memory",
  1107. "label": "Memory (in MB)",
  1108. "description": "Memory limit for Eclipse Mosquitto.",
  1109. "schema": {
  1110. "type": "int",
  1111. "default": 4096,
  1112. "required": true
  1113. }
  1114. }
  1115. ]
  1116. }
  1117. }
  1118. ]
  1119. }
  1120. }
  1121. ]
  1122. },
  1123. "readme": "<h1>Eclipse Mosquitto</h1> <p><a href=\"https://mosquitto.org/\">Eclipse Mosquitto</a> is an open source MQTT broker</p> <p>Eclipse Mosquitto is an open source MQTT broker</p>",
  1124. "changelog": null,
  1125. "chart_metadata": {
  1126. "annotations": {
  1127. "min_scale_version": "24.10.2.2"
  1128. },
  1129. "app_version": "2.0.22",
  1130. "capabilities": [],
  1131. "categories": [
  1132. "networking"
  1133. ],
  1134. "changelog_url": "https://github.com/eclipse-mosquitto/mosquitto/blob/master/ChangeLog.txt",
  1135. "date_added": "2024-11-15",
  1136. "description": "Eclipse Mosquitto is an open source MQTT broker",
  1137. "home": "https://mosquitto.org/",
  1138. "host_mounts": [],
  1139. "icon": "https://media.sys.truenas.net/apps/eclipse-mosquitto/icons/icon.svg",
  1140. "keywords": [
  1141. "networking",
  1142. "mqtt"
  1143. ],
  1144. "lib_version": "2.1.49",
  1145. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  1146. "maintainers": [
  1147. {
  1148. "email": "dev@ixsystems.com",
  1149. "name": "truenas",
  1150. "url": "https://www.truenas.com/"
  1151. }
  1152. ],
  1153. "name": "eclipse-mosquitto",
  1154. "run_as_context": [
  1155. {
  1156. "description": "Mosquitto runs as any non-root user.",
  1157. "gid": 568,
  1158. "group_name": "mosquitto",
  1159. "uid": 568,
  1160. "user_name": "mosquitto"
  1161. }
  1162. ],
  1163. "screenshots": [],
  1164. "sources": [
  1165. "https://github.com/eclipse-mosquitto/mosquitto",
  1166. "https://hub.docker.com/_/eclipse-mosquitto"
  1167. ],
  1168. "title": "Eclipse Mosquitto",
  1169. "train": "community",
  1170. "version": "1.1.7"
  1171. }
  1172. }
  1173. }