app_versions.json 76 KB

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