app_versions.json 50 KB

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