app_versions.json 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. {
  2. "1.2.5": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/distribution/1.2.5",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "3.0.0_1.2.5",
  10. "version": "1.2.5",
  11. "app_metadata": {
  12. "annotations": {
  13. "min_scale_version": "24.10.2.2"
  14. },
  15. "app_version": "3.0.0",
  16. "capabilities": [],
  17. "categories": [
  18. "productivity"
  19. ],
  20. "changelog_url": "https://github.com/distribution/distribution/releases",
  21. "date_added": "2024-08-02",
  22. "description": "Distribution is a toolkit to pack, ship, store, and deliver container content",
  23. "home": "https://github.com/distribution/distribution",
  24. "host_mounts": [],
  25. "icon": "https://media.sys.truenas.net/apps/distribution/icons/icon.svg",
  26. "keywords": [
  27. "registry",
  28. "container"
  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": "distribution",
  40. "run_as_context": [
  41. {
  42. "description": "Distribution runs as any non-root user.",
  43. "gid": 568,
  44. "group_name": "distribution",
  45. "uid": 568,
  46. "user_name": "distribution"
  47. }
  48. ],
  49. "screenshots": [],
  50. "sources": [
  51. "https://hub.docker.com/_/registry",
  52. "https://distribution.github.io/distribution/",
  53. "https://github.com/distribution/distribution"
  54. ],
  55. "title": "Distribution",
  56. "train": "community",
  57. "version": "1.2.5"
  58. },
  59. "schema": {
  60. "groups": [
  61. {
  62. "name": "Distribution Configuration",
  63. "description": "Configure Distribution"
  64. },
  65. {
  66. "name": "User and Group Configuration",
  67. "description": "Configure User and Group for Distribution"
  68. },
  69. {
  70. "name": "Network Configuration",
  71. "description": "Configure Network for Distribution"
  72. },
  73. {
  74. "name": "Storage Configuration",
  75. "description": "Configure Storage for Distribution"
  76. },
  77. {
  78. "name": "Labels Configuration",
  79. "description": "Configure Labels for Distribution"
  80. },
  81. {
  82. "name": "Resources Configuration",
  83. "description": "Configure Resources for Distribution"
  84. }
  85. ],
  86. "questions": [
  87. {
  88. "variable": "distribution",
  89. "label": "",
  90. "group": "Distribution Configuration",
  91. "schema": {
  92. "type": "dict",
  93. "attrs": [
  94. {
  95. "variable": "http_secret",
  96. "label": "HTTP Secret",
  97. "description": "The secret to use for the API.",
  98. "schema": {
  99. "type": "string",
  100. "required": true,
  101. "private": true
  102. }
  103. },
  104. {
  105. "variable": "basic_auth_users",
  106. "label": "Basic Auth Users",
  107. "description": "The list of basic auth users.",
  108. "schema": {
  109. "type": "list",
  110. "default": [],
  111. "items": [
  112. {
  113. "variable": "user_entry",
  114. "label": "User Entry",
  115. "schema": {
  116. "type": "dict",
  117. "attrs": [
  118. {
  119. "variable": "username",
  120. "label": "Username",
  121. "schema": {
  122. "type": "string",
  123. "required": true
  124. }
  125. },
  126. {
  127. "variable": "password",
  128. "label": "Password",
  129. "schema": {
  130. "type": "string",
  131. "required": true,
  132. "private": true
  133. }
  134. }
  135. ]
  136. }
  137. }
  138. ]
  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 Distribution 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 Distribution 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": "api_port",
  219. "label": "API 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": 30095,
  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": "host_network",
  291. "label": "Host Network",
  292. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  293. "schema": {
  294. "type": "boolean",
  295. "default": false
  296. }
  297. },
  298. {
  299. "variable": "certificate_id",
  300. "label": "Certificate ID",
  301. "description": "The certificate id to use for the API.",
  302. "schema": {
  303. "type": "int",
  304. "null": true,
  305. "$ref": [
  306. "definitions/certificate"
  307. ]
  308. }
  309. }
  310. ]
  311. }
  312. },
  313. {
  314. "variable": "storage",
  315. "label": "",
  316. "group": "Storage Configuration",
  317. "schema": {
  318. "type": "dict",
  319. "attrs": [
  320. {
  321. "variable": "use_filesystem_backend",
  322. "label": "Use Filesystem Backend",
  323. "description": "Use the filesystem backend for storage.",
  324. "schema": {
  325. "type": "boolean",
  326. "default": true
  327. }
  328. },
  329. {
  330. "variable": "data",
  331. "label": "Distribution Data Storage",
  332. "description": "The path to store Distribution Data.",
  333. "schema": {
  334. "type": "dict",
  335. "show_if": [
  336. [
  337. "use_filesystem_backend",
  338. "=",
  339. true
  340. ]
  341. ],
  342. "attrs": [
  343. {
  344. "variable": "type",
  345. "label": "Type",
  346. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  347. "schema": {
  348. "type": "string",
  349. "required": true,
  350. "default": "ix_volume",
  351. "enum": [
  352. {
  353. "value": "host_path",
  354. "description": "Host Path (Path that already exists on the system)"
  355. },
  356. {
  357. "value": "ix_volume",
  358. "description": "ixVolume (Dataset created automatically by the system)"
  359. }
  360. ]
  361. }
  362. },
  363. {
  364. "variable": "ix_volume_config",
  365. "label": "ixVolume Configuration",
  366. "description": "The configuration for the ixVolume dataset.",
  367. "schema": {
  368. "type": "dict",
  369. "show_if": [
  370. [
  371. "type",
  372. "=",
  373. "ix_volume"
  374. ]
  375. ],
  376. "$ref": [
  377. "normalize/ix_volume"
  378. ],
  379. "attrs": [
  380. {
  381. "variable": "acl_enable",
  382. "label": "Enable ACL",
  383. "description": "Enable ACL for the storage.",
  384. "schema": {
  385. "type": "boolean",
  386. "default": false
  387. }
  388. },
  389. {
  390. "variable": "dataset_name",
  391. "label": "Dataset Name",
  392. "description": "The name of the dataset to use for storage.",
  393. "schema": {
  394. "type": "string",
  395. "required": true,
  396. "hidden": true,
  397. "default": "config"
  398. }
  399. },
  400. {
  401. "variable": "acl_entries",
  402. "label": "ACL Configuration",
  403. "schema": {
  404. "type": "dict",
  405. "show_if": [
  406. [
  407. "acl_enable",
  408. "=",
  409. true
  410. ]
  411. ],
  412. "attrs": []
  413. }
  414. }
  415. ]
  416. }
  417. },
  418. {
  419. "variable": "host_path_config",
  420. "label": "Host Path Configuration",
  421. "schema": {
  422. "type": "dict",
  423. "show_if": [
  424. [
  425. "type",
  426. "=",
  427. "host_path"
  428. ]
  429. ],
  430. "attrs": [
  431. {
  432. "variable": "acl_enable",
  433. "label": "Enable ACL",
  434. "description": "Enable ACL for the storage.",
  435. "schema": {
  436. "type": "boolean",
  437. "default": false
  438. }
  439. },
  440. {
  441. "variable": "acl",
  442. "label": "ACL Configuration",
  443. "schema": {
  444. "type": "dict",
  445. "show_if": [
  446. [
  447. "acl_enable",
  448. "=",
  449. true
  450. ]
  451. ],
  452. "attrs": [],
  453. "$ref": [
  454. "normalize/acl"
  455. ]
  456. }
  457. },
  458. {
  459. "variable": "path",
  460. "label": "Host Path",
  461. "description": "The host path to use for storage.",
  462. "schema": {
  463. "type": "hostpath",
  464. "show_if": [
  465. [
  466. "acl_enable",
  467. "=",
  468. false
  469. ]
  470. ],
  471. "required": true
  472. }
  473. }
  474. ]
  475. }
  476. }
  477. ]
  478. }
  479. },
  480. {
  481. "variable": "additional_storage",
  482. "label": "Additional Storage",
  483. "schema": {
  484. "type": "list",
  485. "default": [],
  486. "items": [
  487. {
  488. "variable": "storageEntry",
  489. "label": "Storage Entry",
  490. "schema": {
  491. "type": "dict",
  492. "attrs": [
  493. {
  494. "variable": "type",
  495. "label": "Type",
  496. "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",
  497. "schema": {
  498. "type": "string",
  499. "required": true,
  500. "default": "ix_volume",
  501. "enum": [
  502. {
  503. "value": "host_path",
  504. "description": "Host Path (Path that already exists on the system)"
  505. },
  506. {
  507. "value": "ix_volume",
  508. "description": "ixVolume (Dataset created automatically by the system)"
  509. },
  510. {
  511. "value": "cifs",
  512. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  513. }
  514. ]
  515. }
  516. },
  517. {
  518. "variable": "read_only",
  519. "label": "Read Only",
  520. "description": "Mount the volume as read only.",
  521. "schema": {
  522. "type": "boolean",
  523. "default": false
  524. }
  525. },
  526. {
  527. "variable": "mount_path",
  528. "label": "Mount Path",
  529. "description": "The path inside the container to mount the storage.",
  530. "schema": {
  531. "type": "path",
  532. "required": true
  533. }
  534. },
  535. {
  536. "variable": "host_path_config",
  537. "label": "Host Path Configuration",
  538. "schema": {
  539. "type": "dict",
  540. "show_if": [
  541. [
  542. "type",
  543. "=",
  544. "host_path"
  545. ]
  546. ],
  547. "attrs": [
  548. {
  549. "variable": "acl_enable",
  550. "label": "Enable ACL",
  551. "description": "Enable ACL for the storage.",
  552. "schema": {
  553. "type": "boolean",
  554. "default": false
  555. }
  556. },
  557. {
  558. "variable": "acl",
  559. "label": "ACL Configuration",
  560. "schema": {
  561. "type": "dict",
  562. "show_if": [
  563. [
  564. "acl_enable",
  565. "=",
  566. true
  567. ]
  568. ],
  569. "attrs": [],
  570. "$ref": [
  571. "normalize/acl"
  572. ]
  573. }
  574. },
  575. {
  576. "variable": "path",
  577. "label": "Host Path",
  578. "description": "The host path to use for storage.",
  579. "schema": {
  580. "type": "hostpath",
  581. "show_if": [
  582. [
  583. "acl_enable",
  584. "=",
  585. false
  586. ]
  587. ],
  588. "required": true
  589. }
  590. }
  591. ]
  592. }
  593. },
  594. {
  595. "variable": "ix_volume_config",
  596. "label": "ixVolume Configuration",
  597. "description": "The configuration for the ixVolume dataset.",
  598. "schema": {
  599. "type": "dict",
  600. "show_if": [
  601. [
  602. "type",
  603. "=",
  604. "ix_volume"
  605. ]
  606. ],
  607. "$ref": [
  608. "normalize/ix_volume"
  609. ],
  610. "attrs": [
  611. {
  612. "variable": "acl_enable",
  613. "label": "Enable ACL",
  614. "description": "Enable ACL for the storage.",
  615. "schema": {
  616. "type": "boolean",
  617. "default": false
  618. }
  619. },
  620. {
  621. "variable": "dataset_name",
  622. "label": "Dataset Name",
  623. "description": "The name of the dataset to use for storage.",
  624. "schema": {
  625. "type": "string",
  626. "required": true,
  627. "default": "storage_entry"
  628. }
  629. },
  630. {
  631. "variable": "acl_entries",
  632. "label": "ACL Configuration",
  633. "schema": {
  634. "type": "dict",
  635. "show_if": [
  636. [
  637. "acl_enable",
  638. "=",
  639. true
  640. ]
  641. ],
  642. "attrs": []
  643. }
  644. }
  645. ]
  646. }
  647. },
  648. {
  649. "variable": "cifs_config",
  650. "label": "SMB Configuration",
  651. "description": "The configuration for the SMB dataset.",
  652. "schema": {
  653. "type": "dict",
  654. "show_if": [
  655. [
  656. "type",
  657. "=",
  658. "cifs"
  659. ]
  660. ],
  661. "attrs": [
  662. {
  663. "variable": "server",
  664. "label": "Server",
  665. "description": "The server to mount the SMB share.",
  666. "schema": {
  667. "type": "string",
  668. "required": true
  669. }
  670. },
  671. {
  672. "variable": "path",
  673. "label": "Path",
  674. "description": "The path to mount the SMB share.",
  675. "schema": {
  676. "type": "string",
  677. "required": true
  678. }
  679. },
  680. {
  681. "variable": "username",
  682. "label": "Username",
  683. "description": "The username to use for the SMB share.",
  684. "schema": {
  685. "type": "string",
  686. "required": true
  687. }
  688. },
  689. {
  690. "variable": "password",
  691. "label": "Password",
  692. "description": "The password to use for the SMB share.",
  693. "schema": {
  694. "type": "string",
  695. "required": true,
  696. "private": true
  697. }
  698. },
  699. {
  700. "variable": "domain",
  701. "label": "Domain",
  702. "description": "The domain to use for the SMB share.",
  703. "schema": {
  704. "type": "string"
  705. }
  706. }
  707. ]
  708. }
  709. }
  710. ]
  711. }
  712. }
  713. ]
  714. }
  715. }
  716. ]
  717. }
  718. },
  719. {
  720. "variable": "labels",
  721. "label": "",
  722. "group": "Labels Configuration",
  723. "schema": {
  724. "type": "list",
  725. "default": [],
  726. "items": [
  727. {
  728. "variable": "label",
  729. "label": "Label",
  730. "schema": {
  731. "type": "dict",
  732. "attrs": [
  733. {
  734. "variable": "key",
  735. "label": "Key",
  736. "schema": {
  737. "type": "string",
  738. "required": true
  739. }
  740. },
  741. {
  742. "variable": "value",
  743. "label": "Value",
  744. "schema": {
  745. "type": "string",
  746. "required": true
  747. }
  748. },
  749. {
  750. "variable": "containers",
  751. "label": "Containers",
  752. "description": "Containers where the label should be applied",
  753. "schema": {
  754. "type": "list",
  755. "items": [
  756. {
  757. "variable": "container",
  758. "label": "Container",
  759. "schema": {
  760. "type": "string",
  761. "required": true,
  762. "enum": [
  763. {
  764. "value": "distribution",
  765. "description": "distribution"
  766. }
  767. ]
  768. }
  769. }
  770. ]
  771. }
  772. }
  773. ]
  774. }
  775. }
  776. ]
  777. }
  778. },
  779. {
  780. "variable": "resources",
  781. "label": "",
  782. "group": "Resources Configuration",
  783. "schema": {
  784. "type": "dict",
  785. "attrs": [
  786. {
  787. "variable": "limits",
  788. "label": "Limits",
  789. "schema": {
  790. "type": "dict",
  791. "attrs": [
  792. {
  793. "variable": "cpus",
  794. "label": "CPUs",
  795. "description": "CPUs limit for Distribution.",
  796. "schema": {
  797. "type": "int",
  798. "default": 2,
  799. "required": true
  800. }
  801. },
  802. {
  803. "variable": "memory",
  804. "label": "Memory (in MB)",
  805. "description": "Memory limit for Distribution.",
  806. "schema": {
  807. "type": "int",
  808. "default": 4096,
  809. "required": true
  810. }
  811. }
  812. ]
  813. }
  814. }
  815. ]
  816. }
  817. }
  818. ]
  819. },
  820. "readme": "<h1>Distribution</h1> <p><a href=\"https://github.com/distribution/distribution\">Distribution</a> is a toolkit to pack, ship, store, and deliver container content</p>",
  821. "changelog": null,
  822. "chart_metadata": {
  823. "annotations": {
  824. "min_scale_version": "24.10.2.2"
  825. },
  826. "app_version": "3.0.0",
  827. "capabilities": [],
  828. "categories": [
  829. "productivity"
  830. ],
  831. "changelog_url": "https://github.com/distribution/distribution/releases",
  832. "date_added": "2024-08-02",
  833. "description": "Distribution is a toolkit to pack, ship, store, and deliver container content",
  834. "home": "https://github.com/distribution/distribution",
  835. "host_mounts": [],
  836. "icon": "https://media.sys.truenas.net/apps/distribution/icons/icon.svg",
  837. "keywords": [
  838. "registry",
  839. "container"
  840. ],
  841. "lib_version": "2.1.49",
  842. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  843. "maintainers": [
  844. {
  845. "email": "dev@ixsystems.com",
  846. "name": "truenas",
  847. "url": "https://www.truenas.com/"
  848. }
  849. ],
  850. "name": "distribution",
  851. "run_as_context": [
  852. {
  853. "description": "Distribution runs as any non-root user.",
  854. "gid": 568,
  855. "group_name": "distribution",
  856. "uid": 568,
  857. "user_name": "distribution"
  858. }
  859. ],
  860. "screenshots": [],
  861. "sources": [
  862. "https://hub.docker.com/_/registry",
  863. "https://distribution.github.io/distribution/",
  864. "https://github.com/distribution/distribution"
  865. ],
  866. "title": "Distribution",
  867. "train": "community",
  868. "version": "1.2.5"
  869. }
  870. }
  871. }