app_versions.json 48 KB

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