app_versions.json 76 KB

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