app_versions.json 44 KB

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