app_versions.json 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989
  1. {
  2. "1.0.14": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/netbootxyz/1.0.14",
  7. "last_update": "2025-03-06 08:26:26",
  8. "required_features": [
  9. "definitions/timezone",
  10. "normalize/ixVolume",
  11. "normalize/acl"
  12. ],
  13. "human_version": "0.7.5.4_1.0.14",
  14. "version": "1.0.14",
  15. "chart_metadata": {
  16. "name": "netbootxyz",
  17. "description": "netboot.xyz lets you PXE boot various operating system installers or utilities from a single tool over the network.",
  18. "annotations": {
  19. "title": "netbootxyz"
  20. },
  21. "type": "application",
  22. "version": "1.0.14",
  23. "apiVersion": "v2",
  24. "appVersion": "0.7.5.4",
  25. "kubeVersion": ">=1.16.0-0",
  26. "maintainers": [
  27. {
  28. "name": "truenas",
  29. "url": "https://www.truenas.com/",
  30. "email": "dev@ixsystems.com"
  31. }
  32. ],
  33. "dependencies": [
  34. {
  35. "name": "common",
  36. "repository": "file://../../../common",
  37. "version": "1.2.9"
  38. }
  39. ],
  40. "home": "https://github.com/truenas/charts/tree/master/community/netbootxyz",
  41. "icon": "https://media.sys.truenas.net/apps/netbootxyz/icons/icon.png",
  42. "sources": [
  43. "https://github.com/truenas/charts/tree/master/community/netbootxyz",
  44. "https://github.com/netbootxyz/docker-netbootxyz",
  45. "https://netboot.xyz"
  46. ],
  47. "keywords": [
  48. "tftp",
  49. "network",
  50. "pxe",
  51. "netboot",
  52. "netbootxyz",
  53. "netboot.xyz"
  54. ]
  55. },
  56. "app_metadata": {
  57. "runAsContext": [
  58. {
  59. "userName": "root",
  60. "groupName": "root",
  61. "gid": 0,
  62. "uid": 0,
  63. "description": "The container starts as root, then NGINX and TFTP spawn under normal user accounts."
  64. }
  65. ],
  66. "capabilities": [
  67. {
  68. "name": "CHOWN",
  69. "description": "TFTP requires this ability to set permissions for sub-processes."
  70. },
  71. {
  72. "name": "DAC_OVERRIDE",
  73. "description": "TFTP requires this ability to set permissions for sub-processes."
  74. },
  75. {
  76. "name": "FOWNER",
  77. "description": "TFTP requires this ability to set permissions for sub-processes."
  78. },
  79. {
  80. "name": "SETUID",
  81. "description": "TFTP requires this ability to switch user for sub-processes."
  82. },
  83. {
  84. "name": "SETGID",
  85. "description": "TFTP requires this ability to switch group for sub-processes."
  86. },
  87. {
  88. "name": "SYS_CHROOT",
  89. "description": "TFTP requires this ability to spawn child processes."
  90. },
  91. {
  92. "name": "NET_BIND_SERVICE",
  93. "description": "TFTP requires this ability to bind to port 69 for TFTP."
  94. },
  95. {
  96. "name": "KILL",
  97. "description": "TFTP requires this ability to kill sub-processes."
  98. }
  99. ],
  100. "hostMounts": []
  101. },
  102. "schema": {
  103. "groups": [
  104. {
  105. "name": "netboot.xyz Configuration",
  106. "description": "Configure netboot.xyz."
  107. },
  108. {
  109. "name": "Network Configuration",
  110. "description": "Configure Network for netboot.xyz."
  111. },
  112. {
  113. "name": "Storage Configuration",
  114. "description": "Configure Storage for netboot.xyz"
  115. },
  116. {
  117. "name": "Resources Configuration",
  118. "description": "Configure Resources for netboot.xyz"
  119. }
  120. ],
  121. "portals": {
  122. "web_portal": {
  123. "protocols": [
  124. "$kubernetes-resource_configmap_portal_protocol"
  125. ],
  126. "host": [
  127. "$kubernetes-resource_configmap_portal_host"
  128. ],
  129. "ports": [
  130. "$kubernetes-resource_configmap_portal_port"
  131. ],
  132. "path": "$kubernetes-resource_configmap_portal_path"
  133. }
  134. },
  135. "questions": [
  136. {
  137. "variable": "TZ",
  138. "group": "netboot.xyz Configuration",
  139. "label": "Timezone",
  140. "schema": {
  141. "type": "string",
  142. "default": "America/Los_Angeles",
  143. "required": true,
  144. "$ref": [
  145. "definitions/timezone"
  146. ],
  147. "enum": [
  148. {
  149. "value": "Asia/Damascus",
  150. "description": "'Asia/Damascus' timezone"
  151. },
  152. {
  153. "value": "Asia/Saigon",
  154. "description": "'Asia/Saigon' timezone"
  155. }
  156. ]
  157. }
  158. },
  159. {
  160. "variable": "netbootConfig",
  161. "label": "",
  162. "group": "netboot.xyz Configuration",
  163. "schema": {
  164. "type": "dict",
  165. "attrs": [
  166. {
  167. "variable": "tftpdOpts",
  168. "label": "TFTPD Options",
  169. "description": "Additional TFTPD options.\n",
  170. "schema": {
  171. "type": "list",
  172. "default": [],
  173. "items": [
  174. {
  175. "variable": "option",
  176. "label": "Option",
  177. "schema": {
  178. "type": "string",
  179. "required": true
  180. }
  181. }
  182. ]
  183. }
  184. },
  185. {
  186. "variable": "additionalEnvs",
  187. "label": "Additional Environment Variables",
  188. "description": "Configure additional environment variables for netboot.xyz.",
  189. "schema": {
  190. "type": "list",
  191. "default": [],
  192. "items": [
  193. {
  194. "variable": "env",
  195. "label": "Environment Variable",
  196. "schema": {
  197. "type": "dict",
  198. "attrs": [
  199. {
  200. "variable": "name",
  201. "label": "Name",
  202. "schema": {
  203. "type": "string",
  204. "required": true
  205. }
  206. },
  207. {
  208. "variable": "value",
  209. "label": "Value",
  210. "schema": {
  211. "type": "string",
  212. "required": true
  213. }
  214. }
  215. ]
  216. }
  217. }
  218. ]
  219. }
  220. }
  221. ]
  222. }
  223. },
  224. {
  225. "variable": "netbootNetwork",
  226. "label": "",
  227. "group": "Network Configuration",
  228. "schema": {
  229. "type": "dict",
  230. "attrs": [
  231. {
  232. "variable": "hostNetwork",
  233. "label": "Host Network",
  234. "description": "Bind to the host network. </br>\nRequired for TFTP.\n",
  235. "schema": {
  236. "type": "boolean",
  237. "default": true
  238. }
  239. },
  240. {
  241. "variable": "tftpPort",
  242. "label": "TFTP Port",
  243. "description": "The TFTP port for netboot.xyz.",
  244. "schema": {
  245. "show_if": [
  246. [
  247. "hostNetwork",
  248. "=",
  249. false
  250. ]
  251. ],
  252. "type": "int",
  253. "default": 31009,
  254. "min": 9000,
  255. "max": 65535,
  256. "required": true
  257. }
  258. },
  259. {
  260. "variable": "webHttpPort",
  261. "label": "Portal HTTP Port",
  262. "description": "The HTTP port for the netboot.xyz Portal.",
  263. "schema": {
  264. "type": "int",
  265. "default": 31010,
  266. "min": 9000,
  267. "max": 65535,
  268. "required": true
  269. }
  270. },
  271. {
  272. "variable": "webAssetsPort",
  273. "label": "Assets Port",
  274. "description": "The Assets port for the netboot.xyz, configures the NGINX_PORT variable on the container.",
  275. "schema": {
  276. "type": "int",
  277. "default": 31011,
  278. "min": 9000,
  279. "max": 65535,
  280. "required": true
  281. }
  282. }
  283. ]
  284. }
  285. },
  286. {
  287. "variable": "netbootStorage",
  288. "label": "",
  289. "group": "Storage Configuration",
  290. "schema": {
  291. "type": "dict",
  292. "attrs": [
  293. {
  294. "variable": "config",
  295. "label": "netboot.xyz Config Storage",
  296. "description": "The path to store netboot.xyz configuration.",
  297. "schema": {
  298. "type": "dict",
  299. "attrs": [
  300. {
  301. "variable": "type",
  302. "label": "Type",
  303. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  304. "schema": {
  305. "type": "string",
  306. "required": true,
  307. "immutable": true,
  308. "default": "ixVolume",
  309. "enum": [
  310. {
  311. "value": "hostPath",
  312. "description": "Host Path (Path that already exists on the system)"
  313. },
  314. {
  315. "value": "ixVolume",
  316. "description": "ixVolume (Dataset created automatically by the system)"
  317. }
  318. ]
  319. }
  320. },
  321. {
  322. "variable": "ixVolumeConfig",
  323. "label": "ixVolume Configuration",
  324. "description": "The configuration for the ixVolume dataset.",
  325. "schema": {
  326. "type": "dict",
  327. "show_if": [
  328. [
  329. "type",
  330. "=",
  331. "ixVolume"
  332. ]
  333. ],
  334. "$ref": [
  335. "normalize/ixVolume"
  336. ],
  337. "attrs": [
  338. {
  339. "variable": "aclEnable",
  340. "label": "Enable ACL",
  341. "description": "Enable ACL for the dataset.",
  342. "schema": {
  343. "type": "boolean",
  344. "default": false
  345. }
  346. },
  347. {
  348. "variable": "datasetName",
  349. "label": "Dataset Name",
  350. "description": "The name of the dataset to use for storage.",
  351. "schema": {
  352. "type": "string",
  353. "required": true,
  354. "immutable": true,
  355. "hidden": true,
  356. "default": "config"
  357. }
  358. },
  359. {
  360. "variable": "aclEntries",
  361. "label": "ACL Configuration",
  362. "schema": {
  363. "type": "dict",
  364. "show_if": [
  365. [
  366. "aclEnable",
  367. "=",
  368. true
  369. ]
  370. ],
  371. "attrs": [
  372. {
  373. "variable": "path",
  374. "label": "Path",
  375. "description": "Path to perform ACL",
  376. "schema": {
  377. "type": "string",
  378. "hidden": true
  379. }
  380. },
  381. {
  382. "variable": "entries",
  383. "label": "ACL Entries",
  384. "description": "ACL Entries",
  385. "schema": {
  386. "type": "list",
  387. "items": [
  388. {
  389. "variable": "aclEntry",
  390. "label": "ACL Entry",
  391. "schema": {
  392. "type": "dict",
  393. "attrs": [
  394. {
  395. "variable": "id_type",
  396. "label": "ID Type",
  397. "schema": {
  398. "type": "string",
  399. "enum": [
  400. {
  401. "value": "USER",
  402. "description": "Entry is for a USER"
  403. },
  404. {
  405. "value": "GROUP",
  406. "description": "Entry is for a GROUP"
  407. }
  408. ],
  409. "default": "USER"
  410. }
  411. },
  412. {
  413. "variable": "id",
  414. "label": "ID",
  415. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  416. "schema": {
  417. "type": "int",
  418. "required": true,
  419. "min": 0
  420. }
  421. },
  422. {
  423. "variable": "access",
  424. "label": "Access",
  425. "schema": {
  426. "type": "string",
  427. "enum": [
  428. {
  429. "value": "READ",
  430. "description": "Read Access"
  431. },
  432. {
  433. "value": "MODIFY",
  434. "description": "Modify Access"
  435. },
  436. {
  437. "value": "FULL_CONTROL",
  438. "description": "FULL_CONTROL Access"
  439. }
  440. ]
  441. }
  442. }
  443. ]
  444. }
  445. }
  446. ]
  447. }
  448. }
  449. ]
  450. }
  451. }
  452. ]
  453. }
  454. },
  455. {
  456. "variable": "hostPathConfig",
  457. "label": "Host Path Configuration",
  458. "schema": {
  459. "type": "dict",
  460. "show_if": [
  461. [
  462. "type",
  463. "=",
  464. "hostPath"
  465. ]
  466. ],
  467. "attrs": [
  468. {
  469. "variable": "aclEnable",
  470. "label": "Enable ACL",
  471. "description": "Enable ACL for the dataset.",
  472. "schema": {
  473. "type": "boolean",
  474. "default": false
  475. }
  476. },
  477. {
  478. "variable": "acl",
  479. "label": "ACL Configuration",
  480. "schema": {
  481. "type": "dict",
  482. "show_if": [
  483. [
  484. "aclEnable",
  485. "=",
  486. true
  487. ]
  488. ],
  489. "attrs": [
  490. {
  491. "variable": "path",
  492. "label": "Host Path",
  493. "description": "Host Path to perform ACL",
  494. "schema": {
  495. "type": "hostpath",
  496. "required": true,
  497. "empty": false
  498. }
  499. },
  500. {
  501. "variable": "entries",
  502. "label": "ACL Entries",
  503. "description": "ACL Entries",
  504. "schema": {
  505. "type": "list",
  506. "items": [
  507. {
  508. "variable": "aclEntry",
  509. "label": "ACL Entry",
  510. "schema": {
  511. "type": "dict",
  512. "attrs": [
  513. {
  514. "variable": "id_type",
  515. "label": "ID Type",
  516. "schema": {
  517. "type": "string",
  518. "enum": [
  519. {
  520. "value": "USER",
  521. "description": "Entry is for a USER"
  522. },
  523. {
  524. "value": "GROUP",
  525. "description": "Entry is for a GROUP"
  526. }
  527. ],
  528. "default": "USER"
  529. }
  530. },
  531. {
  532. "variable": "id",
  533. "label": "ID",
  534. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  535. "schema": {
  536. "type": "int",
  537. "required": true,
  538. "min": 0
  539. }
  540. },
  541. {
  542. "variable": "access",
  543. "label": "Access",
  544. "schema": {
  545. "type": "string",
  546. "enum": [
  547. {
  548. "value": "READ",
  549. "description": "Read Access"
  550. },
  551. {
  552. "value": "MODIFY",
  553. "description": "Modify Access"
  554. },
  555. {
  556. "value": "FULL_CONTROL",
  557. "description": "FULL_CONTROL Access"
  558. }
  559. ]
  560. }
  561. }
  562. ]
  563. }
  564. }
  565. ]
  566. }
  567. },
  568. {
  569. "variable": "options",
  570. "label": "ACL Options",
  571. "schema": {
  572. "type": "dict",
  573. "attrs": [
  574. {
  575. "variable": "force",
  576. "label": "Force Flag",
  577. "description": "Enabling `Force` applies ACL even if the path has existing data",
  578. "schema": {
  579. "type": "boolean",
  580. "default": false
  581. }
  582. }
  583. ]
  584. }
  585. }
  586. ],
  587. "$ref": [
  588. "normalize/acl"
  589. ]
  590. }
  591. },
  592. {
  593. "variable": "hostPath",
  594. "label": "Host Path",
  595. "description": "The host path to use for storage.",
  596. "schema": {
  597. "type": "hostpath",
  598. "show_if": [
  599. [
  600. "aclEnable",
  601. "=",
  602. false
  603. ]
  604. ],
  605. "required": true
  606. }
  607. }
  608. ]
  609. }
  610. }
  611. ]
  612. }
  613. },
  614. {
  615. "variable": "assets",
  616. "label": "netboot.xyz Assets Storage",
  617. "description": "The path to store netboot.xyz assets.",
  618. "schema": {
  619. "type": "dict",
  620. "attrs": [
  621. {
  622. "variable": "type",
  623. "label": "Type",
  624. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  625. "schema": {
  626. "type": "string",
  627. "required": true,
  628. "immutable": true,
  629. "default": "ixVolume",
  630. "enum": [
  631. {
  632. "value": "hostPath",
  633. "description": "Host Path (Path that already exists on the system)"
  634. },
  635. {
  636. "value": "ixVolume",
  637. "description": "ixVolume (Dataset created automatically by the system)"
  638. }
  639. ]
  640. }
  641. },
  642. {
  643. "variable": "ixVolumeConfig",
  644. "label": "ixVolume Configuration",
  645. "description": "The configuration for the ixVolume dataset.",
  646. "schema": {
  647. "type": "dict",
  648. "show_if": [
  649. [
  650. "type",
  651. "=",
  652. "ixVolume"
  653. ]
  654. ],
  655. "$ref": [
  656. "normalize/ixVolume"
  657. ],
  658. "attrs": [
  659. {
  660. "variable": "aclEnable",
  661. "label": "Enable ACL",
  662. "description": "Enable ACL for the dataset.",
  663. "schema": {
  664. "type": "boolean",
  665. "default": false
  666. }
  667. },
  668. {
  669. "variable": "datasetName",
  670. "label": "Dataset Name",
  671. "description": "The name of the dataset to use for storage.",
  672. "schema": {
  673. "type": "string",
  674. "required": true,
  675. "immutable": true,
  676. "hidden": true,
  677. "default": "assets"
  678. }
  679. },
  680. {
  681. "variable": "aclEntries",
  682. "label": "ACL Configuration",
  683. "schema": {
  684. "type": "dict",
  685. "show_if": [
  686. [
  687. "aclEnable",
  688. "=",
  689. true
  690. ]
  691. ],
  692. "attrs": [
  693. {
  694. "variable": "path",
  695. "label": "Path",
  696. "description": "Path to perform ACL",
  697. "schema": {
  698. "type": "string",
  699. "hidden": true
  700. }
  701. },
  702. {
  703. "variable": "entries",
  704. "label": "ACL Entries",
  705. "description": "ACL Entries",
  706. "schema": {
  707. "type": "list",
  708. "items": [
  709. {
  710. "variable": "aclEntry",
  711. "label": "ACL Entry",
  712. "schema": {
  713. "type": "dict",
  714. "attrs": [
  715. {
  716. "variable": "id_type",
  717. "label": "ID Type",
  718. "schema": {
  719. "type": "string",
  720. "enum": [
  721. {
  722. "value": "USER",
  723. "description": "Entry is for a USER"
  724. },
  725. {
  726. "value": "GROUP",
  727. "description": "Entry is for a GROUP"
  728. }
  729. ],
  730. "default": "USER"
  731. }
  732. },
  733. {
  734. "variable": "id",
  735. "label": "ID",
  736. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  737. "schema": {
  738. "type": "int",
  739. "required": true,
  740. "min": 0
  741. }
  742. },
  743. {
  744. "variable": "access",
  745. "label": "Access",
  746. "schema": {
  747. "type": "string",
  748. "enum": [
  749. {
  750. "value": "READ",
  751. "description": "Read Access"
  752. },
  753. {
  754. "value": "MODIFY",
  755. "description": "Modify Access"
  756. },
  757. {
  758. "value": "FULL_CONTROL",
  759. "description": "FULL_CONTROL Access"
  760. }
  761. ]
  762. }
  763. }
  764. ]
  765. }
  766. }
  767. ]
  768. }
  769. }
  770. ]
  771. }
  772. }
  773. ]
  774. }
  775. },
  776. {
  777. "variable": "hostPathConfig",
  778. "label": "Host Path Configuration",
  779. "schema": {
  780. "type": "dict",
  781. "show_if": [
  782. [
  783. "type",
  784. "=",
  785. "hostPath"
  786. ]
  787. ],
  788. "attrs": [
  789. {
  790. "variable": "aclEnable",
  791. "label": "Enable ACL",
  792. "description": "Enable ACL for the dataset.",
  793. "schema": {
  794. "type": "boolean",
  795. "default": false
  796. }
  797. },
  798. {
  799. "variable": "acl",
  800. "label": "ACL Configuration",
  801. "schema": {
  802. "type": "dict",
  803. "show_if": [
  804. [
  805. "aclEnable",
  806. "=",
  807. true
  808. ]
  809. ],
  810. "attrs": [
  811. {
  812. "variable": "path",
  813. "label": "Host Path",
  814. "description": "Host Path to perform ACL",
  815. "schema": {
  816. "type": "hostpath",
  817. "required": true,
  818. "empty": false
  819. }
  820. },
  821. {
  822. "variable": "entries",
  823. "label": "ACL Entries",
  824. "description": "ACL Entries",
  825. "schema": {
  826. "type": "list",
  827. "items": [
  828. {
  829. "variable": "aclEntry",
  830. "label": "ACL Entry",
  831. "schema": {
  832. "type": "dict",
  833. "attrs": [
  834. {
  835. "variable": "id_type",
  836. "label": "ID Type",
  837. "schema": {
  838. "type": "string",
  839. "enum": [
  840. {
  841. "value": "USER",
  842. "description": "Entry is for a USER"
  843. },
  844. {
  845. "value": "GROUP",
  846. "description": "Entry is for a GROUP"
  847. }
  848. ],
  849. "default": "USER"
  850. }
  851. },
  852. {
  853. "variable": "id",
  854. "label": "ID",
  855. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  856. "schema": {
  857. "type": "int",
  858. "required": true,
  859. "min": 0
  860. }
  861. },
  862. {
  863. "variable": "access",
  864. "label": "Access",
  865. "schema": {
  866. "type": "string",
  867. "enum": [
  868. {
  869. "value": "READ",
  870. "description": "Read Access"
  871. },
  872. {
  873. "value": "MODIFY",
  874. "description": "Modify Access"
  875. },
  876. {
  877. "value": "FULL_CONTROL",
  878. "description": "FULL_CONTROL Access"
  879. }
  880. ]
  881. }
  882. }
  883. ]
  884. }
  885. }
  886. ]
  887. }
  888. },
  889. {
  890. "variable": "options",
  891. "label": "ACL Options",
  892. "schema": {
  893. "type": "dict",
  894. "attrs": [
  895. {
  896. "variable": "force",
  897. "label": "Force Flag",
  898. "description": "Enabling `Force` applies ACL even if the path has existing data",
  899. "schema": {
  900. "type": "boolean",
  901. "default": false
  902. }
  903. }
  904. ]
  905. }
  906. }
  907. ],
  908. "$ref": [
  909. "normalize/acl"
  910. ]
  911. }
  912. },
  913. {
  914. "variable": "hostPath",
  915. "label": "Host Path",
  916. "description": "The host path to use for storage.",
  917. "schema": {
  918. "type": "hostpath",
  919. "show_if": [
  920. [
  921. "aclEnable",
  922. "=",
  923. false
  924. ]
  925. ],
  926. "required": true
  927. }
  928. }
  929. ]
  930. }
  931. }
  932. ]
  933. }
  934. }
  935. ]
  936. }
  937. },
  938. {
  939. "variable": "resources",
  940. "group": "Resources Configuration",
  941. "label": "",
  942. "schema": {
  943. "type": "dict",
  944. "attrs": [
  945. {
  946. "variable": "limits",
  947. "label": "Limits",
  948. "schema": {
  949. "type": "dict",
  950. "attrs": [
  951. {
  952. "variable": "cpu",
  953. "label": "CPU",
  954. "description": "CPU limit for netboot.xyz.",
  955. "schema": {
  956. "type": "string",
  957. "max_length": 6,
  958. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  959. "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
  960. "default": "4000m",
  961. "required": true
  962. }
  963. },
  964. {
  965. "variable": "memory",
  966. "label": "Memory",
  967. "description": "Memory limit for netboot.xyz.",
  968. "schema": {
  969. "type": "string",
  970. "max_length": 12,
  971. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  972. "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
  973. "default": "8Gi",
  974. "required": true
  975. }
  976. }
  977. ]
  978. }
  979. }
  980. ]
  981. }
  982. }
  983. ]
  984. },
  985. "app_readme": "<h1>netboot.xyz</h1>\n<p><a href=\"https://netboot.xyz\">netboot.xyz</a> lets you PXE boot various operating system installers or utilities from a single tool over the network.</p>",
  986. "detailed_readme": "<h1>netboot.xyz</h1>\n<p><a href=\"https://netboot.xyz\">netboot.xyz</a> lets you PXE boot various operating system installers or utilities from a single tool over the network.</p>",
  987. "changelog": null
  988. }
  989. }