app_versions.json 76 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005
  1. {
  2. "2.0.2": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/dashy/2.0.2",
  7. "last_update": "2025-03-06 08:26:26",
  8. "required_features": [
  9. "normalize/acl",
  10. "normalize/ixVolume",
  11. "definitions/certificate"
  12. ],
  13. "human_version": "3.1.0_2.0.2",
  14. "version": "2.0.2",
  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": "2.0.2",
  23. "apiVersion": "v2",
  24. "appVersion": "3.1.0",
  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://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. "required": true
  518. }
  519. }
  520. ]
  521. }
  522. }
  523. ]
  524. }
  525. },
  526. {
  527. "variable": "additionalStorages",
  528. "label": "Additional Storage",
  529. "description": "Additional storage for Dashy.",
  530. "schema": {
  531. "type": "list",
  532. "default": [],
  533. "items": [
  534. {
  535. "variable": "storageEntry",
  536. "label": "Storage Entry",
  537. "schema": {
  538. "type": "dict",
  539. "attrs": [
  540. {
  541. "variable": "type",
  542. "label": "Type",
  543. "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",
  544. "schema": {
  545. "type": "string",
  546. "required": true,
  547. "default": "ixVolume",
  548. "immutable": true,
  549. "enum": [
  550. {
  551. "value": "hostPath",
  552. "description": "Host Path (Path that already exists on the system)"
  553. },
  554. {
  555. "value": "ixVolume",
  556. "description": "ixVolume (Dataset created automatically by the system)"
  557. },
  558. {
  559. "value": "smb-pv-pvc",
  560. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  561. }
  562. ]
  563. }
  564. },
  565. {
  566. "variable": "readOnly",
  567. "label": "Read Only",
  568. "description": "Mount the volume as read only.",
  569. "schema": {
  570. "type": "boolean",
  571. "default": false
  572. }
  573. },
  574. {
  575. "variable": "mountPath",
  576. "label": "Mount Path",
  577. "description": "The path inside the container to mount the storage.",
  578. "schema": {
  579. "type": "path",
  580. "required": true
  581. }
  582. },
  583. {
  584. "variable": "hostPathConfig",
  585. "label": "Host Path Configuration",
  586. "schema": {
  587. "type": "dict",
  588. "show_if": [
  589. [
  590. "type",
  591. "=",
  592. "hostPath"
  593. ]
  594. ],
  595. "attrs": [
  596. {
  597. "variable": "aclEnable",
  598. "label": "Enable ACL",
  599. "description": "Enable ACL for the dataset.",
  600. "schema": {
  601. "type": "boolean",
  602. "default": false
  603. }
  604. },
  605. {
  606. "variable": "acl",
  607. "label": "ACL Configuration",
  608. "schema": {
  609. "type": "dict",
  610. "show_if": [
  611. [
  612. "aclEnable",
  613. "=",
  614. true
  615. ]
  616. ],
  617. "attrs": [
  618. {
  619. "variable": "path",
  620. "label": "Host Path",
  621. "description": "Host Path to perform ACL",
  622. "schema": {
  623. "type": "hostpath",
  624. "required": true,
  625. "empty": false
  626. }
  627. },
  628. {
  629. "variable": "entries",
  630. "label": "ACL Entries",
  631. "description": "ACL Entries",
  632. "schema": {
  633. "type": "list",
  634. "items": [
  635. {
  636. "variable": "aclEntry",
  637. "label": "ACL Entry",
  638. "schema": {
  639. "type": "dict",
  640. "attrs": [
  641. {
  642. "variable": "id_type",
  643. "label": "ID Type",
  644. "schema": {
  645. "type": "string",
  646. "enum": [
  647. {
  648. "value": "USER",
  649. "description": "Entry is for a USER"
  650. },
  651. {
  652. "value": "GROUP",
  653. "description": "Entry is for a GROUP"
  654. }
  655. ],
  656. "default": "USER"
  657. }
  658. },
  659. {
  660. "variable": "id",
  661. "label": "ID",
  662. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  663. "schema": {
  664. "type": "int",
  665. "required": true,
  666. "min": 0
  667. }
  668. },
  669. {
  670. "variable": "access",
  671. "label": "Access",
  672. "schema": {
  673. "type": "string",
  674. "enum": [
  675. {
  676. "value": "READ",
  677. "description": "Read Access"
  678. },
  679. {
  680. "value": "MODIFY",
  681. "description": "Modify Access"
  682. },
  683. {
  684. "value": "FULL_CONTROL",
  685. "description": "FULL_CONTROL Access"
  686. }
  687. ]
  688. }
  689. }
  690. ]
  691. }
  692. }
  693. ]
  694. }
  695. },
  696. {
  697. "variable": "options",
  698. "label": "ACL Options",
  699. "schema": {
  700. "type": "dict",
  701. "attrs": [
  702. {
  703. "variable": "force",
  704. "label": "Force Flag",
  705. "description": "Enabling `Force` applies ACL even if the path has existing data",
  706. "schema": {
  707. "type": "boolean",
  708. "default": false
  709. }
  710. }
  711. ]
  712. }
  713. }
  714. ],
  715. "$ref": [
  716. "normalize/acl"
  717. ]
  718. }
  719. },
  720. {
  721. "variable": "hostPath",
  722. "label": "Host Path",
  723. "description": "The host path to use for storage.",
  724. "schema": {
  725. "type": "hostpath",
  726. "show_if": [
  727. [
  728. "aclEnable",
  729. "=",
  730. false
  731. ]
  732. ],
  733. "required": true
  734. }
  735. }
  736. ]
  737. }
  738. },
  739. {
  740. "variable": "ixVolumeConfig",
  741. "label": "ixVolume Configuration",
  742. "description": "The configuration for the ixVolume dataset.",
  743. "schema": {
  744. "type": "dict",
  745. "show_if": [
  746. [
  747. "type",
  748. "=",
  749. "ixVolume"
  750. ]
  751. ],
  752. "$ref": [
  753. "normalize/ixVolume"
  754. ],
  755. "attrs": [
  756. {
  757. "variable": "aclEnable",
  758. "label": "Enable ACL",
  759. "description": "Enable ACL for the dataset.",
  760. "schema": {
  761. "type": "boolean",
  762. "default": false
  763. }
  764. },
  765. {
  766. "variable": "datasetName",
  767. "label": "Dataset Name",
  768. "description": "The name of the dataset to use for storage.",
  769. "schema": {
  770. "type": "string",
  771. "required": true,
  772. "immutable": true,
  773. "default": "storage_entry"
  774. }
  775. },
  776. {
  777. "variable": "aclEntries",
  778. "label": "ACL Configuration",
  779. "schema": {
  780. "type": "dict",
  781. "show_if": [
  782. [
  783. "aclEnable",
  784. "=",
  785. true
  786. ]
  787. ],
  788. "attrs": [
  789. {
  790. "variable": "path",
  791. "label": "Path",
  792. "description": "Path to perform ACL",
  793. "schema": {
  794. "type": "string",
  795. "hidden": true
  796. }
  797. },
  798. {
  799. "variable": "entries",
  800. "label": "ACL Entries",
  801. "description": "ACL Entries",
  802. "schema": {
  803. "type": "list",
  804. "items": [
  805. {
  806. "variable": "aclEntry",
  807. "label": "ACL Entry",
  808. "schema": {
  809. "type": "dict",
  810. "attrs": [
  811. {
  812. "variable": "id_type",
  813. "label": "ID Type",
  814. "schema": {
  815. "type": "string",
  816. "enum": [
  817. {
  818. "value": "USER",
  819. "description": "Entry is for a USER"
  820. },
  821. {
  822. "value": "GROUP",
  823. "description": "Entry is for a GROUP"
  824. }
  825. ],
  826. "default": "USER"
  827. }
  828. },
  829. {
  830. "variable": "id",
  831. "label": "ID",
  832. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  833. "schema": {
  834. "type": "int",
  835. "required": true,
  836. "min": 0
  837. }
  838. },
  839. {
  840. "variable": "access",
  841. "label": "Access",
  842. "schema": {
  843. "type": "string",
  844. "enum": [
  845. {
  846. "value": "READ",
  847. "description": "Read Access"
  848. },
  849. {
  850. "value": "MODIFY",
  851. "description": "Modify Access"
  852. },
  853. {
  854. "value": "FULL_CONTROL",
  855. "description": "FULL_CONTROL Access"
  856. }
  857. ]
  858. }
  859. }
  860. ]
  861. }
  862. }
  863. ]
  864. }
  865. }
  866. ]
  867. }
  868. }
  869. ]
  870. }
  871. },
  872. {
  873. "variable": "smbConfig",
  874. "label": "SMB Share Configuration",
  875. "description": "The configuration for the SMB Share.",
  876. "schema": {
  877. "type": "dict",
  878. "show_if": [
  879. [
  880. "type",
  881. "=",
  882. "smb-pv-pvc"
  883. ]
  884. ],
  885. "attrs": [
  886. {
  887. "variable": "server",
  888. "label": "Server",
  889. "description": "The server for the SMB share.",
  890. "schema": {
  891. "type": "string",
  892. "required": true
  893. }
  894. },
  895. {
  896. "variable": "share",
  897. "label": "Share",
  898. "description": "The share name for the SMB share.",
  899. "schema": {
  900. "type": "string",
  901. "required": true
  902. }
  903. },
  904. {
  905. "variable": "domain",
  906. "label": "Domain (Optional)",
  907. "description": "The domain for the SMB share.",
  908. "schema": {
  909. "type": "string"
  910. }
  911. },
  912. {
  913. "variable": "username",
  914. "label": "Username",
  915. "description": "The username for the SMB share.",
  916. "schema": {
  917. "type": "string",
  918. "required": true
  919. }
  920. },
  921. {
  922. "variable": "password",
  923. "label": "Password",
  924. "description": "The password for the SMB share.",
  925. "schema": {
  926. "type": "string",
  927. "required": true,
  928. "private": true
  929. }
  930. },
  931. {
  932. "variable": "size",
  933. "label": "Size (in Gi)",
  934. "description": "The size of the volume quota.",
  935. "schema": {
  936. "type": "int",
  937. "required": true,
  938. "min": 1,
  939. "default": 1
  940. }
  941. }
  942. ]
  943. }
  944. }
  945. ]
  946. }
  947. }
  948. ]
  949. }
  950. }
  951. ]
  952. }
  953. },
  954. {
  955. "variable": "resources",
  956. "group": "Resources Configuration",
  957. "label": "",
  958. "schema": {
  959. "type": "dict",
  960. "attrs": [
  961. {
  962. "variable": "limits",
  963. "label": "Limits",
  964. "schema": {
  965. "type": "dict",
  966. "attrs": [
  967. {
  968. "variable": "cpu",
  969. "label": "CPU",
  970. "description": "CPU limit for Dashy.",
  971. "schema": {
  972. "type": "string",
  973. "max_length": 6,
  974. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  975. "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",
  976. "default": "4000m",
  977. "required": true
  978. }
  979. },
  980. {
  981. "variable": "memory",
  982. "label": "Memory",
  983. "description": "Memory limit for Dashy.",
  984. "schema": {
  985. "type": "string",
  986. "max_length": 12,
  987. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  988. "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",
  989. "default": "8Gi",
  990. "required": true
  991. }
  992. }
  993. ]
  994. }
  995. }
  996. ]
  997. }
  998. }
  999. ]
  1000. },
  1001. "app_readme": "<h1>Dashy</h1>\n<p><a href=\"https://dashy.to/\">Dashy</a> is a self-hostable personal dashboard built for you.</p>",
  1002. "detailed_readme": "<h1>Dashy</h1>\n<p><a href=\"https://dashy.to/\">Dashy</a> is a self-hostable personal dashboard built for you.</p>",
  1003. "changelog": null
  1004. }
  1005. }