app_versions.json 69 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  1. {
  2. "1.0.3": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/netbootxyz/1.0.3",
  7. "last_update": "2024-02-05 13:13:05",
  8. "required_features": [
  9. "normalize/acl",
  10. "definitions/timezone",
  11. "normalize/ixVolume"
  12. ],
  13. "human_version": "0.7.0.6_1.0.3",
  14. "version": "1.0.3",
  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.3",
  23. "apiVersion": "v2",
  24. "appVersion": "0.7.0.6",
  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.svg",
  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. "show_if": [
  265. [
  266. "hostNetwork",
  267. "=",
  268. false
  269. ]
  270. ],
  271. "type": "int",
  272. "default": 31010,
  273. "min": 9000,
  274. "max": 65535,
  275. "required": true
  276. }
  277. },
  278. {
  279. "variable": "webAssetsPort",
  280. "label": "Assets Port",
  281. "description": "The Assets port for the netboot.xyz, configures the NGINX_PORT variable on the container.",
  282. "schema": {
  283. "type": "int",
  284. "default": 31011,
  285. "min": 9000,
  286. "max": 65535,
  287. "required": true
  288. }
  289. }
  290. ]
  291. }
  292. },
  293. {
  294. "variable": "netbootStorage",
  295. "label": "",
  296. "group": "Storage Configuration",
  297. "schema": {
  298. "type": "dict",
  299. "attrs": [
  300. {
  301. "variable": "config",
  302. "label": "netboot.xyz Config Storage",
  303. "description": "The path to store netboot.xyz configuration.",
  304. "schema": {
  305. "type": "dict",
  306. "attrs": [
  307. {
  308. "variable": "type",
  309. "label": "Type",
  310. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  311. "schema": {
  312. "type": "string",
  313. "required": true,
  314. "immutable": true,
  315. "default": "ixVolume",
  316. "enum": [
  317. {
  318. "value": "hostPath",
  319. "description": "Host Path (Path that already exists on the system)"
  320. },
  321. {
  322. "value": "ixVolume",
  323. "description": "ixVolume (Dataset created automatically by the system)"
  324. }
  325. ]
  326. }
  327. },
  328. {
  329. "variable": "ixVolumeConfig",
  330. "label": "ixVolume Configuration",
  331. "description": "The configuration for the ixVolume dataset.",
  332. "schema": {
  333. "type": "dict",
  334. "show_if": [
  335. [
  336. "type",
  337. "=",
  338. "ixVolume"
  339. ]
  340. ],
  341. "$ref": [
  342. "normalize/ixVolume"
  343. ],
  344. "attrs": [
  345. {
  346. "variable": "aclEnable",
  347. "label": "Enable ACL",
  348. "description": "Enable ACL for the dataset.",
  349. "schema": {
  350. "type": "boolean",
  351. "default": false
  352. }
  353. },
  354. {
  355. "variable": "datasetName",
  356. "label": "Dataset Name",
  357. "description": "The name of the dataset to use for storage.",
  358. "schema": {
  359. "type": "string",
  360. "required": true,
  361. "immutable": true,
  362. "hidden": true,
  363. "default": "config"
  364. }
  365. },
  366. {
  367. "variable": "aclEntries",
  368. "label": "ACL Configuration",
  369. "schema": {
  370. "type": "dict",
  371. "show_if": [
  372. [
  373. "aclEnable",
  374. "=",
  375. true
  376. ]
  377. ],
  378. "attrs": [
  379. {
  380. "variable": "path",
  381. "label": "Path",
  382. "description": "Path to perform ACL",
  383. "schema": {
  384. "type": "string",
  385. "hidden": true
  386. }
  387. },
  388. {
  389. "variable": "entries",
  390. "label": "ACL Entries",
  391. "description": "ACL Entries",
  392. "schema": {
  393. "type": "list",
  394. "items": [
  395. {
  396. "variable": "aclEntry",
  397. "label": "ACL Entry",
  398. "schema": {
  399. "type": "dict",
  400. "attrs": [
  401. {
  402. "variable": "id_type",
  403. "label": "ID Type",
  404. "schema": {
  405. "type": "string",
  406. "enum": [
  407. {
  408. "value": "USER",
  409. "description": "Entry is for a USER"
  410. },
  411. {
  412. "value": "GROUP",
  413. "description": "Entry is for a GROUP"
  414. }
  415. ],
  416. "default": "USER"
  417. }
  418. },
  419. {
  420. "variable": "id",
  421. "label": "ID",
  422. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  423. "schema": {
  424. "type": "int",
  425. "required": true,
  426. "min": 0
  427. }
  428. },
  429. {
  430. "variable": "access",
  431. "label": "Access",
  432. "schema": {
  433. "type": "string",
  434. "enum": [
  435. {
  436. "value": "READ",
  437. "description": "Read Access"
  438. },
  439. {
  440. "value": "MODIFY",
  441. "description": "Modify Access"
  442. },
  443. {
  444. "value": "FULL_CONTROL",
  445. "description": "FULL_CONTROL Access"
  446. }
  447. ]
  448. }
  449. }
  450. ]
  451. }
  452. }
  453. ]
  454. }
  455. }
  456. ]
  457. }
  458. }
  459. ]
  460. }
  461. },
  462. {
  463. "variable": "hostPathConfig",
  464. "label": "Host Path Configuration",
  465. "schema": {
  466. "type": "dict",
  467. "show_if": [
  468. [
  469. "type",
  470. "=",
  471. "hostPath"
  472. ]
  473. ],
  474. "attrs": [
  475. {
  476. "variable": "aclEnable",
  477. "label": "Enable ACL",
  478. "description": "Enable ACL for the dataset.",
  479. "schema": {
  480. "type": "boolean",
  481. "default": false
  482. }
  483. },
  484. {
  485. "variable": "acl",
  486. "label": "ACL Configuration",
  487. "schema": {
  488. "type": "dict",
  489. "show_if": [
  490. [
  491. "aclEnable",
  492. "=",
  493. true
  494. ]
  495. ],
  496. "attrs": [
  497. {
  498. "variable": "path",
  499. "label": "Host Path",
  500. "description": "Host Path to perform ACL",
  501. "schema": {
  502. "type": "hostpath",
  503. "required": true,
  504. "empty": false
  505. }
  506. },
  507. {
  508. "variable": "entries",
  509. "label": "ACL Entries",
  510. "description": "ACL Entries",
  511. "schema": {
  512. "type": "list",
  513. "items": [
  514. {
  515. "variable": "aclEntry",
  516. "label": "ACL Entry",
  517. "schema": {
  518. "type": "dict",
  519. "attrs": [
  520. {
  521. "variable": "id_type",
  522. "label": "ID Type",
  523. "schema": {
  524. "type": "string",
  525. "enum": [
  526. {
  527. "value": "USER",
  528. "description": "Entry is for a USER"
  529. },
  530. {
  531. "value": "GROUP",
  532. "description": "Entry is for a GROUP"
  533. }
  534. ],
  535. "default": "USER"
  536. }
  537. },
  538. {
  539. "variable": "id",
  540. "label": "ID",
  541. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  542. "schema": {
  543. "type": "int",
  544. "required": true,
  545. "min": 0
  546. }
  547. },
  548. {
  549. "variable": "access",
  550. "label": "Access",
  551. "schema": {
  552. "type": "string",
  553. "enum": [
  554. {
  555. "value": "READ",
  556. "description": "Read Access"
  557. },
  558. {
  559. "value": "MODIFY",
  560. "description": "Modify Access"
  561. },
  562. {
  563. "value": "FULL_CONTROL",
  564. "description": "FULL_CONTROL Access"
  565. }
  566. ]
  567. }
  568. }
  569. ]
  570. }
  571. }
  572. ]
  573. }
  574. },
  575. {
  576. "variable": "options",
  577. "label": "ACL Options",
  578. "schema": {
  579. "type": "dict",
  580. "attrs": [
  581. {
  582. "variable": "force",
  583. "label": "Force Flag",
  584. "description": "Enabling `Force` applies ACL even if the path has existing data",
  585. "schema": {
  586. "type": "boolean",
  587. "default": false
  588. }
  589. }
  590. ]
  591. }
  592. }
  593. ],
  594. "$ref": [
  595. "normalize/acl"
  596. ]
  597. }
  598. },
  599. {
  600. "variable": "hostPath",
  601. "label": "Host Path",
  602. "description": "The host path to use for storage.",
  603. "schema": {
  604. "type": "hostpath",
  605. "show_if": [
  606. [
  607. "aclEnable",
  608. "=",
  609. false
  610. ]
  611. ],
  612. "required": true
  613. }
  614. }
  615. ]
  616. }
  617. }
  618. ]
  619. }
  620. },
  621. {
  622. "variable": "assets",
  623. "label": "netboot.xyz Assets Storage",
  624. "description": "The path to store netboot.xyz assets.",
  625. "schema": {
  626. "type": "dict",
  627. "attrs": [
  628. {
  629. "variable": "type",
  630. "label": "Type",
  631. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  632. "schema": {
  633. "type": "string",
  634. "required": true,
  635. "immutable": true,
  636. "default": "ixVolume",
  637. "enum": [
  638. {
  639. "value": "hostPath",
  640. "description": "Host Path (Path that already exists on the system)"
  641. },
  642. {
  643. "value": "ixVolume",
  644. "description": "ixVolume (Dataset created automatically by the system)"
  645. }
  646. ]
  647. }
  648. },
  649. {
  650. "variable": "ixVolumeConfig",
  651. "label": "ixVolume Configuration",
  652. "description": "The configuration for the ixVolume dataset.",
  653. "schema": {
  654. "type": "dict",
  655. "show_if": [
  656. [
  657. "type",
  658. "=",
  659. "ixVolume"
  660. ]
  661. ],
  662. "$ref": [
  663. "normalize/ixVolume"
  664. ],
  665. "attrs": [
  666. {
  667. "variable": "aclEnable",
  668. "label": "Enable ACL",
  669. "description": "Enable ACL for the dataset.",
  670. "schema": {
  671. "type": "boolean",
  672. "default": false
  673. }
  674. },
  675. {
  676. "variable": "datasetName",
  677. "label": "Dataset Name",
  678. "description": "The name of the dataset to use for storage.",
  679. "schema": {
  680. "type": "string",
  681. "required": true,
  682. "immutable": true,
  683. "hidden": true,
  684. "default": "assets"
  685. }
  686. },
  687. {
  688. "variable": "aclEntries",
  689. "label": "ACL Configuration",
  690. "schema": {
  691. "type": "dict",
  692. "show_if": [
  693. [
  694. "aclEnable",
  695. "=",
  696. true
  697. ]
  698. ],
  699. "attrs": [
  700. {
  701. "variable": "path",
  702. "label": "Path",
  703. "description": "Path to perform ACL",
  704. "schema": {
  705. "type": "string",
  706. "hidden": true
  707. }
  708. },
  709. {
  710. "variable": "entries",
  711. "label": "ACL Entries",
  712. "description": "ACL Entries",
  713. "schema": {
  714. "type": "list",
  715. "items": [
  716. {
  717. "variable": "aclEntry",
  718. "label": "ACL Entry",
  719. "schema": {
  720. "type": "dict",
  721. "attrs": [
  722. {
  723. "variable": "id_type",
  724. "label": "ID Type",
  725. "schema": {
  726. "type": "string",
  727. "enum": [
  728. {
  729. "value": "USER",
  730. "description": "Entry is for a USER"
  731. },
  732. {
  733. "value": "GROUP",
  734. "description": "Entry is for a GROUP"
  735. }
  736. ],
  737. "default": "USER"
  738. }
  739. },
  740. {
  741. "variable": "id",
  742. "label": "ID",
  743. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  744. "schema": {
  745. "type": "int",
  746. "required": true,
  747. "min": 0
  748. }
  749. },
  750. {
  751. "variable": "access",
  752. "label": "Access",
  753. "schema": {
  754. "type": "string",
  755. "enum": [
  756. {
  757. "value": "READ",
  758. "description": "Read Access"
  759. },
  760. {
  761. "value": "MODIFY",
  762. "description": "Modify Access"
  763. },
  764. {
  765. "value": "FULL_CONTROL",
  766. "description": "FULL_CONTROL Access"
  767. }
  768. ]
  769. }
  770. }
  771. ]
  772. }
  773. }
  774. ]
  775. }
  776. }
  777. ]
  778. }
  779. }
  780. ]
  781. }
  782. },
  783. {
  784. "variable": "hostPathConfig",
  785. "label": "Host Path Configuration",
  786. "schema": {
  787. "type": "dict",
  788. "show_if": [
  789. [
  790. "type",
  791. "=",
  792. "hostPath"
  793. ]
  794. ],
  795. "attrs": [
  796. {
  797. "variable": "aclEnable",
  798. "label": "Enable ACL",
  799. "description": "Enable ACL for the dataset.",
  800. "schema": {
  801. "type": "boolean",
  802. "default": false
  803. }
  804. },
  805. {
  806. "variable": "acl",
  807. "label": "ACL Configuration",
  808. "schema": {
  809. "type": "dict",
  810. "show_if": [
  811. [
  812. "aclEnable",
  813. "=",
  814. true
  815. ]
  816. ],
  817. "attrs": [
  818. {
  819. "variable": "path",
  820. "label": "Host Path",
  821. "description": "Host Path to perform ACL",
  822. "schema": {
  823. "type": "hostpath",
  824. "required": true,
  825. "empty": false
  826. }
  827. },
  828. {
  829. "variable": "entries",
  830. "label": "ACL Entries",
  831. "description": "ACL Entries",
  832. "schema": {
  833. "type": "list",
  834. "items": [
  835. {
  836. "variable": "aclEntry",
  837. "label": "ACL Entry",
  838. "schema": {
  839. "type": "dict",
  840. "attrs": [
  841. {
  842. "variable": "id_type",
  843. "label": "ID Type",
  844. "schema": {
  845. "type": "string",
  846. "enum": [
  847. {
  848. "value": "USER",
  849. "description": "Entry is for a USER"
  850. },
  851. {
  852. "value": "GROUP",
  853. "description": "Entry is for a GROUP"
  854. }
  855. ],
  856. "default": "USER"
  857. }
  858. },
  859. {
  860. "variable": "id",
  861. "label": "ID",
  862. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  863. "schema": {
  864. "type": "int",
  865. "required": true,
  866. "min": 0
  867. }
  868. },
  869. {
  870. "variable": "access",
  871. "label": "Access",
  872. "schema": {
  873. "type": "string",
  874. "enum": [
  875. {
  876. "value": "READ",
  877. "description": "Read Access"
  878. },
  879. {
  880. "value": "MODIFY",
  881. "description": "Modify Access"
  882. },
  883. {
  884. "value": "FULL_CONTROL",
  885. "description": "FULL_CONTROL Access"
  886. }
  887. ]
  888. }
  889. }
  890. ]
  891. }
  892. }
  893. ]
  894. }
  895. },
  896. {
  897. "variable": "options",
  898. "label": "ACL Options",
  899. "schema": {
  900. "type": "dict",
  901. "attrs": [
  902. {
  903. "variable": "force",
  904. "label": "Force Flag",
  905. "description": "Enabling `Force` applies ACL even if the path has existing data",
  906. "schema": {
  907. "type": "boolean",
  908. "default": false
  909. }
  910. }
  911. ]
  912. }
  913. }
  914. ],
  915. "$ref": [
  916. "normalize/acl"
  917. ]
  918. }
  919. },
  920. {
  921. "variable": "hostPath",
  922. "label": "Host Path",
  923. "description": "The host path to use for storage.",
  924. "schema": {
  925. "type": "hostpath",
  926. "show_if": [
  927. [
  928. "aclEnable",
  929. "=",
  930. false
  931. ]
  932. ],
  933. "required": true
  934. }
  935. }
  936. ]
  937. }
  938. }
  939. ]
  940. }
  941. }
  942. ]
  943. }
  944. },
  945. {
  946. "variable": "resources",
  947. "group": "Resources Configuration",
  948. "label": "",
  949. "schema": {
  950. "type": "dict",
  951. "attrs": [
  952. {
  953. "variable": "limits",
  954. "label": "Limits",
  955. "schema": {
  956. "type": "dict",
  957. "attrs": [
  958. {
  959. "variable": "cpu",
  960. "label": "CPU",
  961. "description": "CPU limit for netboot.xyz.",
  962. "schema": {
  963. "type": "string",
  964. "max_length": 6,
  965. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  966. "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",
  967. "default": "4000m",
  968. "required": true
  969. }
  970. },
  971. {
  972. "variable": "memory",
  973. "label": "Memory",
  974. "description": "Memory limit for netboot.xyz.",
  975. "schema": {
  976. "type": "string",
  977. "max_length": 12,
  978. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  979. "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",
  980. "default": "8Gi",
  981. "required": true
  982. }
  983. }
  984. ]
  985. }
  986. }
  987. ]
  988. }
  989. }
  990. ]
  991. },
  992. "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>",
  993. "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>",
  994. "changelog": null
  995. }
  996. }