app_versions.json 48 KB

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