app_versions.json 131 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683
  1. {
  2. "2.0.19": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/homarr/2.0.19",
  7. "last_update": "2025-03-05 14:27:33",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/timezone",
  11. "normalize/acl"
  12. ],
  13. "human_version": "0.15.10_2.0.19",
  14. "version": "2.0.19",
  15. "chart_metadata": {
  16. "name": "homarr",
  17. "description": "Homarr is a sleek, modern dashboard that puts all of your apps and services at your fingertips.",
  18. "annotations": {
  19. "title": "Homarr"
  20. },
  21. "type": "application",
  22. "version": "2.0.19",
  23. "apiVersion": "v2",
  24. "appVersion": "0.15.10",
  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://homarr.dev/",
  41. "icon": "https://media.sys.truenas.net/apps/homarr/icons/icon.svg",
  42. "sources": [
  43. "https://homarr.dev/",
  44. "https://github.com/truenas/charts/tree/master/community/homarr",
  45. "https://github.com/ajnart/homarr"
  46. ],
  47. "keywords": [
  48. "dashboard"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "homarr",
  55. "groupName": "homarr",
  56. "gid": 568,
  57. "uid": 568,
  58. "description": "Homarr can run as any non-root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Homarr Configuration",
  68. "description": "Configure Homarr"
  69. },
  70. {
  71. "name": "User and Group Configuration",
  72. "description": "Configure User and Group for Homarr"
  73. },
  74. {
  75. "name": "Network Configuration",
  76. "description": "Configure Network for Homarr"
  77. },
  78. {
  79. "name": "Storage Configuration",
  80. "description": "Configure Storage for Homarr"
  81. },
  82. {
  83. "name": "Resources Configuration",
  84. "description": "Configure Resources for Homarr"
  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": "TZ",
  104. "group": "Homarr Configuration",
  105. "label": "Timezone",
  106. "schema": {
  107. "type": "string",
  108. "default": "America/Los_Angeles",
  109. "required": true,
  110. "$ref": [
  111. "definitions/timezone"
  112. ],
  113. "enum": [
  114. {
  115. "value": "Asia/Damascus",
  116. "description": "'Asia/Damascus' timezone"
  117. },
  118. {
  119. "value": "Asia/Saigon",
  120. "description": "'Asia/Saigon' timezone"
  121. }
  122. ]
  123. }
  124. },
  125. {
  126. "variable": "homarrConfig",
  127. "label": "",
  128. "group": "Homarr Configuration",
  129. "schema": {
  130. "type": "dict",
  131. "attrs": [
  132. {
  133. "variable": "additionalEnvs",
  134. "label": "Additional Environment Variables",
  135. "description": "Configure additional environment variables for Homarr.",
  136. "schema": {
  137. "type": "list",
  138. "default": [],
  139. "items": [
  140. {
  141. "variable": "env",
  142. "label": "Environment Variable",
  143. "schema": {
  144. "type": "dict",
  145. "attrs": [
  146. {
  147. "variable": "name",
  148. "label": "Name",
  149. "schema": {
  150. "type": "string",
  151. "required": true
  152. }
  153. },
  154. {
  155. "variable": "value",
  156. "label": "Value",
  157. "schema": {
  158. "type": "string",
  159. "required": true
  160. }
  161. }
  162. ]
  163. }
  164. }
  165. ]
  166. }
  167. }
  168. ]
  169. }
  170. },
  171. {
  172. "variable": "homarrRunAs",
  173. "label": "",
  174. "group": "User and Group Configuration",
  175. "schema": {
  176. "type": "dict",
  177. "attrs": [
  178. {
  179. "variable": "user",
  180. "label": "User ID",
  181. "description": "The user id that Homarr will run as.",
  182. "schema": {
  183. "type": "int",
  184. "min": 2,
  185. "default": 568,
  186. "required": true
  187. }
  188. },
  189. {
  190. "variable": "group",
  191. "label": "Group ID",
  192. "description": "The group id that Homarr will run as.",
  193. "schema": {
  194. "type": "int",
  195. "min": 2,
  196. "default": 568,
  197. "required": true
  198. }
  199. }
  200. ]
  201. }
  202. },
  203. {
  204. "variable": "homarrNetwork",
  205. "label": "",
  206. "group": "Network Configuration",
  207. "schema": {
  208. "type": "dict",
  209. "attrs": [
  210. {
  211. "variable": "webPort",
  212. "label": "Web Port",
  213. "description": "The port for the Homarr Web UI.",
  214. "schema": {
  215. "type": "int",
  216. "default": 30052,
  217. "min": 9000,
  218. "max": 65535,
  219. "required": true
  220. }
  221. },
  222. {
  223. "variable": "hostNetwork",
  224. "label": "Host Network",
  225. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  226. "schema": {
  227. "type": "boolean",
  228. "default": false
  229. }
  230. }
  231. ]
  232. }
  233. },
  234. {
  235. "variable": "homarrStorage",
  236. "label": "",
  237. "group": "Storage Configuration",
  238. "schema": {
  239. "type": "dict",
  240. "attrs": [
  241. {
  242. "variable": "configs",
  243. "label": "Homarr Config Storage",
  244. "description": "The path to store Homarr Configuration.",
  245. "schema": {
  246. "type": "dict",
  247. "attrs": [
  248. {
  249. "variable": "type",
  250. "label": "Type",
  251. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  252. "schema": {
  253. "type": "string",
  254. "required": true,
  255. "immutable": true,
  256. "default": "ixVolume",
  257. "enum": [
  258. {
  259. "value": "hostPath",
  260. "description": "Host Path (Path that already exists on the system)"
  261. },
  262. {
  263. "value": "ixVolume",
  264. "description": "ixVolume (Dataset created automatically by the system)"
  265. }
  266. ]
  267. }
  268. },
  269. {
  270. "variable": "ixVolumeConfig",
  271. "label": "ixVolume Configuration",
  272. "description": "The configuration for the ixVolume dataset.",
  273. "schema": {
  274. "type": "dict",
  275. "show_if": [
  276. [
  277. "type",
  278. "=",
  279. "ixVolume"
  280. ]
  281. ],
  282. "$ref": [
  283. "normalize/ixVolume"
  284. ],
  285. "attrs": [
  286. {
  287. "variable": "aclEnable",
  288. "label": "Enable ACL",
  289. "description": "Enable ACL for the dataset.",
  290. "schema": {
  291. "type": "boolean",
  292. "default": false
  293. }
  294. },
  295. {
  296. "variable": "datasetName",
  297. "label": "Dataset Name",
  298. "description": "The name of the dataset to use for storage.",
  299. "schema": {
  300. "type": "string",
  301. "required": true,
  302. "immutable": true,
  303. "hidden": true,
  304. "default": "configs"
  305. }
  306. },
  307. {
  308. "variable": "aclEntries",
  309. "label": "ACL Configuration",
  310. "schema": {
  311. "type": "dict",
  312. "show_if": [
  313. [
  314. "aclEnable",
  315. "=",
  316. true
  317. ]
  318. ],
  319. "attrs": [
  320. {
  321. "variable": "path",
  322. "label": "Path",
  323. "description": "Path to perform ACL",
  324. "schema": {
  325. "type": "string",
  326. "hidden": true
  327. }
  328. },
  329. {
  330. "variable": "entries",
  331. "label": "ACL Entries",
  332. "description": "ACL Entries",
  333. "schema": {
  334. "type": "list",
  335. "items": [
  336. {
  337. "variable": "aclEntry",
  338. "label": "ACL Entry",
  339. "schema": {
  340. "type": "dict",
  341. "attrs": [
  342. {
  343. "variable": "id_type",
  344. "label": "ID Type",
  345. "schema": {
  346. "type": "string",
  347. "enum": [
  348. {
  349. "value": "USER",
  350. "description": "Entry is for a USER"
  351. },
  352. {
  353. "value": "GROUP",
  354. "description": "Entry is for a GROUP"
  355. }
  356. ],
  357. "default": "USER"
  358. }
  359. },
  360. {
  361. "variable": "id",
  362. "label": "ID",
  363. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  364. "schema": {
  365. "type": "int",
  366. "required": true,
  367. "min": 0
  368. }
  369. },
  370. {
  371. "variable": "access",
  372. "label": "Access",
  373. "schema": {
  374. "type": "string",
  375. "enum": [
  376. {
  377. "value": "READ",
  378. "description": "Read Access"
  379. },
  380. {
  381. "value": "MODIFY",
  382. "description": "Modify Access"
  383. },
  384. {
  385. "value": "FULL_CONTROL",
  386. "description": "FULL_CONTROL Access"
  387. }
  388. ]
  389. }
  390. }
  391. ]
  392. }
  393. }
  394. ]
  395. }
  396. }
  397. ]
  398. }
  399. }
  400. ]
  401. }
  402. },
  403. {
  404. "variable": "hostPathConfig",
  405. "label": "Host Path Configuration",
  406. "schema": {
  407. "type": "dict",
  408. "show_if": [
  409. [
  410. "type",
  411. "=",
  412. "hostPath"
  413. ]
  414. ],
  415. "attrs": [
  416. {
  417. "variable": "aclEnable",
  418. "label": "Enable ACL",
  419. "description": "Enable ACL for the dataset.",
  420. "schema": {
  421. "type": "boolean",
  422. "default": false
  423. }
  424. },
  425. {
  426. "variable": "acl",
  427. "label": "ACL Configuration",
  428. "schema": {
  429. "type": "dict",
  430. "show_if": [
  431. [
  432. "aclEnable",
  433. "=",
  434. true
  435. ]
  436. ],
  437. "attrs": [
  438. {
  439. "variable": "path",
  440. "label": "Host Path",
  441. "description": "Host Path to perform ACL",
  442. "schema": {
  443. "type": "hostpath",
  444. "required": true,
  445. "empty": false
  446. }
  447. },
  448. {
  449. "variable": "entries",
  450. "label": "ACL Entries",
  451. "description": "ACL Entries",
  452. "schema": {
  453. "type": "list",
  454. "items": [
  455. {
  456. "variable": "aclEntry",
  457. "label": "ACL Entry",
  458. "schema": {
  459. "type": "dict",
  460. "attrs": [
  461. {
  462. "variable": "id_type",
  463. "label": "ID Type",
  464. "schema": {
  465. "type": "string",
  466. "enum": [
  467. {
  468. "value": "USER",
  469. "description": "Entry is for a USER"
  470. },
  471. {
  472. "value": "GROUP",
  473. "description": "Entry is for a GROUP"
  474. }
  475. ],
  476. "default": "USER"
  477. }
  478. },
  479. {
  480. "variable": "id",
  481. "label": "ID",
  482. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  483. "schema": {
  484. "type": "int",
  485. "required": true,
  486. "min": 0
  487. }
  488. },
  489. {
  490. "variable": "access",
  491. "label": "Access",
  492. "schema": {
  493. "type": "string",
  494. "enum": [
  495. {
  496. "value": "READ",
  497. "description": "Read Access"
  498. },
  499. {
  500. "value": "MODIFY",
  501. "description": "Modify Access"
  502. },
  503. {
  504. "value": "FULL_CONTROL",
  505. "description": "FULL_CONTROL Access"
  506. }
  507. ]
  508. }
  509. }
  510. ]
  511. }
  512. }
  513. ]
  514. }
  515. },
  516. {
  517. "variable": "options",
  518. "label": "ACL Options",
  519. "schema": {
  520. "type": "dict",
  521. "attrs": [
  522. {
  523. "variable": "force",
  524. "label": "Force Flag",
  525. "description": "Enabling `Force` applies ACL even if the path has existing data",
  526. "schema": {
  527. "type": "boolean",
  528. "default": false
  529. }
  530. }
  531. ]
  532. }
  533. }
  534. ],
  535. "$ref": [
  536. "normalize/acl"
  537. ]
  538. }
  539. },
  540. {
  541. "variable": "hostPath",
  542. "label": "Host Path",
  543. "description": "The host path to use for storage.",
  544. "schema": {
  545. "type": "hostpath",
  546. "show_if": [
  547. [
  548. "aclEnable",
  549. "=",
  550. false
  551. ]
  552. ],
  553. "required": true
  554. }
  555. }
  556. ]
  557. }
  558. }
  559. ]
  560. }
  561. },
  562. {
  563. "variable": "data",
  564. "label": "Homarr Data Storage",
  565. "description": "The path to store Homarr Data.",
  566. "schema": {
  567. "type": "dict",
  568. "attrs": [
  569. {
  570. "variable": "type",
  571. "label": "Type",
  572. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  573. "schema": {
  574. "type": "string",
  575. "required": true,
  576. "immutable": true,
  577. "default": "ixVolume",
  578. "enum": [
  579. {
  580. "value": "hostPath",
  581. "description": "Host Path (Path that already exists on the system)"
  582. },
  583. {
  584. "value": "ixVolume",
  585. "description": "ixVolume (Dataset created automatically by the system)"
  586. }
  587. ]
  588. }
  589. },
  590. {
  591. "variable": "ixVolumeConfig",
  592. "label": "ixVolume Configuration",
  593. "description": "The configuration for the ixVolume dataset.",
  594. "schema": {
  595. "type": "dict",
  596. "show_if": [
  597. [
  598. "type",
  599. "=",
  600. "ixVolume"
  601. ]
  602. ],
  603. "$ref": [
  604. "normalize/ixVolume"
  605. ],
  606. "attrs": [
  607. {
  608. "variable": "aclEnable",
  609. "label": "Enable ACL",
  610. "description": "Enable ACL for the dataset.",
  611. "schema": {
  612. "type": "boolean",
  613. "default": false
  614. }
  615. },
  616. {
  617. "variable": "datasetName",
  618. "label": "Dataset Name",
  619. "description": "The name of the dataset to use for storage.",
  620. "schema": {
  621. "type": "string",
  622. "required": true,
  623. "immutable": true,
  624. "hidden": true,
  625. "default": "data"
  626. }
  627. },
  628. {
  629. "variable": "aclEntries",
  630. "label": "ACL Configuration",
  631. "schema": {
  632. "type": "dict",
  633. "show_if": [
  634. [
  635. "aclEnable",
  636. "=",
  637. true
  638. ]
  639. ],
  640. "attrs": [
  641. {
  642. "variable": "path",
  643. "label": "Path",
  644. "description": "Path to perform ACL",
  645. "schema": {
  646. "type": "string",
  647. "hidden": true
  648. }
  649. },
  650. {
  651. "variable": "entries",
  652. "label": "ACL Entries",
  653. "description": "ACL Entries",
  654. "schema": {
  655. "type": "list",
  656. "items": [
  657. {
  658. "variable": "aclEntry",
  659. "label": "ACL Entry",
  660. "schema": {
  661. "type": "dict",
  662. "attrs": [
  663. {
  664. "variable": "id_type",
  665. "label": "ID Type",
  666. "schema": {
  667. "type": "string",
  668. "enum": [
  669. {
  670. "value": "USER",
  671. "description": "Entry is for a USER"
  672. },
  673. {
  674. "value": "GROUP",
  675. "description": "Entry is for a GROUP"
  676. }
  677. ],
  678. "default": "USER"
  679. }
  680. },
  681. {
  682. "variable": "id",
  683. "label": "ID",
  684. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  685. "schema": {
  686. "type": "int",
  687. "required": true,
  688. "min": 0
  689. }
  690. },
  691. {
  692. "variable": "access",
  693. "label": "Access",
  694. "schema": {
  695. "type": "string",
  696. "enum": [
  697. {
  698. "value": "READ",
  699. "description": "Read Access"
  700. },
  701. {
  702. "value": "MODIFY",
  703. "description": "Modify Access"
  704. },
  705. {
  706. "value": "FULL_CONTROL",
  707. "description": "FULL_CONTROL Access"
  708. }
  709. ]
  710. }
  711. }
  712. ]
  713. }
  714. }
  715. ]
  716. }
  717. }
  718. ]
  719. }
  720. }
  721. ]
  722. }
  723. },
  724. {
  725. "variable": "hostPathConfig",
  726. "label": "Host Path Configuration",
  727. "schema": {
  728. "type": "dict",
  729. "show_if": [
  730. [
  731. "type",
  732. "=",
  733. "hostPath"
  734. ]
  735. ],
  736. "attrs": [
  737. {
  738. "variable": "aclEnable",
  739. "label": "Enable ACL",
  740. "description": "Enable ACL for the dataset.",
  741. "schema": {
  742. "type": "boolean",
  743. "default": false
  744. }
  745. },
  746. {
  747. "variable": "acl",
  748. "label": "ACL Configuration",
  749. "schema": {
  750. "type": "dict",
  751. "show_if": [
  752. [
  753. "aclEnable",
  754. "=",
  755. true
  756. ]
  757. ],
  758. "attrs": [
  759. {
  760. "variable": "path",
  761. "label": "Host Path",
  762. "description": "Host Path to perform ACL",
  763. "schema": {
  764. "type": "hostpath",
  765. "required": true,
  766. "empty": false
  767. }
  768. },
  769. {
  770. "variable": "entries",
  771. "label": "ACL Entries",
  772. "description": "ACL Entries",
  773. "schema": {
  774. "type": "list",
  775. "items": [
  776. {
  777. "variable": "aclEntry",
  778. "label": "ACL Entry",
  779. "schema": {
  780. "type": "dict",
  781. "attrs": [
  782. {
  783. "variable": "id_type",
  784. "label": "ID Type",
  785. "schema": {
  786. "type": "string",
  787. "enum": [
  788. {
  789. "value": "USER",
  790. "description": "Entry is for a USER"
  791. },
  792. {
  793. "value": "GROUP",
  794. "description": "Entry is for a GROUP"
  795. }
  796. ],
  797. "default": "USER"
  798. }
  799. },
  800. {
  801. "variable": "id",
  802. "label": "ID",
  803. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  804. "schema": {
  805. "type": "int",
  806. "required": true,
  807. "min": 0
  808. }
  809. },
  810. {
  811. "variable": "access",
  812. "label": "Access",
  813. "schema": {
  814. "type": "string",
  815. "enum": [
  816. {
  817. "value": "READ",
  818. "description": "Read Access"
  819. },
  820. {
  821. "value": "MODIFY",
  822. "description": "Modify Access"
  823. },
  824. {
  825. "value": "FULL_CONTROL",
  826. "description": "FULL_CONTROL Access"
  827. }
  828. ]
  829. }
  830. }
  831. ]
  832. }
  833. }
  834. ]
  835. }
  836. },
  837. {
  838. "variable": "options",
  839. "label": "ACL Options",
  840. "schema": {
  841. "type": "dict",
  842. "attrs": [
  843. {
  844. "variable": "force",
  845. "label": "Force Flag",
  846. "description": "Enabling `Force` applies ACL even if the path has existing data",
  847. "schema": {
  848. "type": "boolean",
  849. "default": false
  850. }
  851. }
  852. ]
  853. }
  854. }
  855. ],
  856. "$ref": [
  857. "normalize/acl"
  858. ]
  859. }
  860. },
  861. {
  862. "variable": "hostPath",
  863. "label": "Host Path",
  864. "description": "The host path to use for storage.",
  865. "schema": {
  866. "type": "hostpath",
  867. "show_if": [
  868. [
  869. "aclEnable",
  870. "=",
  871. false
  872. ]
  873. ],
  874. "required": true
  875. }
  876. }
  877. ]
  878. }
  879. }
  880. ]
  881. }
  882. },
  883. {
  884. "variable": "icons",
  885. "label": "Homarr Icon Storage",
  886. "description": "The path to store Homarr Icons.",
  887. "schema": {
  888. "type": "dict",
  889. "attrs": [
  890. {
  891. "variable": "type",
  892. "label": "Type",
  893. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  894. "schema": {
  895. "type": "string",
  896. "required": true,
  897. "immutable": true,
  898. "default": "ixVolume",
  899. "enum": [
  900. {
  901. "value": "hostPath",
  902. "description": "Host Path (Path that already exists on the system)"
  903. },
  904. {
  905. "value": "ixVolume",
  906. "description": "ixVolume (Dataset created automatically by the system)"
  907. }
  908. ]
  909. }
  910. },
  911. {
  912. "variable": "ixVolumeConfig",
  913. "label": "ixVolume Configuration",
  914. "description": "The configuration for the ixVolume dataset.",
  915. "schema": {
  916. "type": "dict",
  917. "show_if": [
  918. [
  919. "type",
  920. "=",
  921. "ixVolume"
  922. ]
  923. ],
  924. "$ref": [
  925. "normalize/ixVolume"
  926. ],
  927. "attrs": [
  928. {
  929. "variable": "aclEnable",
  930. "label": "Enable ACL",
  931. "description": "Enable ACL for the dataset.",
  932. "schema": {
  933. "type": "boolean",
  934. "default": false
  935. }
  936. },
  937. {
  938. "variable": "datasetName",
  939. "label": "Dataset Name",
  940. "description": "The name of the dataset to use for storage.",
  941. "schema": {
  942. "type": "string",
  943. "required": true,
  944. "immutable": true,
  945. "hidden": true,
  946. "default": "icons"
  947. }
  948. },
  949. {
  950. "variable": "aclEntries",
  951. "label": "ACL Configuration",
  952. "schema": {
  953. "type": "dict",
  954. "show_if": [
  955. [
  956. "aclEnable",
  957. "=",
  958. true
  959. ]
  960. ],
  961. "attrs": [
  962. {
  963. "variable": "path",
  964. "label": "Path",
  965. "description": "Path to perform ACL",
  966. "schema": {
  967. "type": "string",
  968. "hidden": true
  969. }
  970. },
  971. {
  972. "variable": "entries",
  973. "label": "ACL Entries",
  974. "description": "ACL Entries",
  975. "schema": {
  976. "type": "list",
  977. "items": [
  978. {
  979. "variable": "aclEntry",
  980. "label": "ACL Entry",
  981. "schema": {
  982. "type": "dict",
  983. "attrs": [
  984. {
  985. "variable": "id_type",
  986. "label": "ID Type",
  987. "schema": {
  988. "type": "string",
  989. "enum": [
  990. {
  991. "value": "USER",
  992. "description": "Entry is for a USER"
  993. },
  994. {
  995. "value": "GROUP",
  996. "description": "Entry is for a GROUP"
  997. }
  998. ],
  999. "default": "USER"
  1000. }
  1001. },
  1002. {
  1003. "variable": "id",
  1004. "label": "ID",
  1005. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  1006. "schema": {
  1007. "type": "int",
  1008. "required": true,
  1009. "min": 0
  1010. }
  1011. },
  1012. {
  1013. "variable": "access",
  1014. "label": "Access",
  1015. "schema": {
  1016. "type": "string",
  1017. "enum": [
  1018. {
  1019. "value": "READ",
  1020. "description": "Read Access"
  1021. },
  1022. {
  1023. "value": "MODIFY",
  1024. "description": "Modify Access"
  1025. },
  1026. {
  1027. "value": "FULL_CONTROL",
  1028. "description": "FULL_CONTROL Access"
  1029. }
  1030. ]
  1031. }
  1032. }
  1033. ]
  1034. }
  1035. }
  1036. ]
  1037. }
  1038. }
  1039. ]
  1040. }
  1041. }
  1042. ]
  1043. }
  1044. },
  1045. {
  1046. "variable": "hostPathConfig",
  1047. "label": "Host Path Configuration",
  1048. "schema": {
  1049. "type": "dict",
  1050. "show_if": [
  1051. [
  1052. "type",
  1053. "=",
  1054. "hostPath"
  1055. ]
  1056. ],
  1057. "attrs": [
  1058. {
  1059. "variable": "aclEnable",
  1060. "label": "Enable ACL",
  1061. "description": "Enable ACL for the dataset.",
  1062. "schema": {
  1063. "type": "boolean",
  1064. "default": false
  1065. }
  1066. },
  1067. {
  1068. "variable": "acl",
  1069. "label": "ACL Configuration",
  1070. "schema": {
  1071. "type": "dict",
  1072. "show_if": [
  1073. [
  1074. "aclEnable",
  1075. "=",
  1076. true
  1077. ]
  1078. ],
  1079. "attrs": [
  1080. {
  1081. "variable": "path",
  1082. "label": "Host Path",
  1083. "description": "Host Path to perform ACL",
  1084. "schema": {
  1085. "type": "hostpath",
  1086. "required": true,
  1087. "empty": false
  1088. }
  1089. },
  1090. {
  1091. "variable": "entries",
  1092. "label": "ACL Entries",
  1093. "description": "ACL Entries",
  1094. "schema": {
  1095. "type": "list",
  1096. "items": [
  1097. {
  1098. "variable": "aclEntry",
  1099. "label": "ACL Entry",
  1100. "schema": {
  1101. "type": "dict",
  1102. "attrs": [
  1103. {
  1104. "variable": "id_type",
  1105. "label": "ID Type",
  1106. "schema": {
  1107. "type": "string",
  1108. "enum": [
  1109. {
  1110. "value": "USER",
  1111. "description": "Entry is for a USER"
  1112. },
  1113. {
  1114. "value": "GROUP",
  1115. "description": "Entry is for a GROUP"
  1116. }
  1117. ],
  1118. "default": "USER"
  1119. }
  1120. },
  1121. {
  1122. "variable": "id",
  1123. "label": "ID",
  1124. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  1125. "schema": {
  1126. "type": "int",
  1127. "required": true,
  1128. "min": 0
  1129. }
  1130. },
  1131. {
  1132. "variable": "access",
  1133. "label": "Access",
  1134. "schema": {
  1135. "type": "string",
  1136. "enum": [
  1137. {
  1138. "value": "READ",
  1139. "description": "Read Access"
  1140. },
  1141. {
  1142. "value": "MODIFY",
  1143. "description": "Modify Access"
  1144. },
  1145. {
  1146. "value": "FULL_CONTROL",
  1147. "description": "FULL_CONTROL Access"
  1148. }
  1149. ]
  1150. }
  1151. }
  1152. ]
  1153. }
  1154. }
  1155. ]
  1156. }
  1157. },
  1158. {
  1159. "variable": "options",
  1160. "label": "ACL Options",
  1161. "schema": {
  1162. "type": "dict",
  1163. "attrs": [
  1164. {
  1165. "variable": "force",
  1166. "label": "Force Flag",
  1167. "description": "Enabling `Force` applies ACL even if the path has existing data",
  1168. "schema": {
  1169. "type": "boolean",
  1170. "default": false
  1171. }
  1172. }
  1173. ]
  1174. }
  1175. }
  1176. ],
  1177. "$ref": [
  1178. "normalize/acl"
  1179. ]
  1180. }
  1181. },
  1182. {
  1183. "variable": "hostPath",
  1184. "label": "Host Path",
  1185. "description": "The host path to use for storage.",
  1186. "schema": {
  1187. "type": "hostpath",
  1188. "show_if": [
  1189. [
  1190. "aclEnable",
  1191. "=",
  1192. false
  1193. ]
  1194. ],
  1195. "required": true
  1196. }
  1197. }
  1198. ]
  1199. }
  1200. }
  1201. ]
  1202. }
  1203. },
  1204. {
  1205. "variable": "additionalStorages",
  1206. "label": "Additional Storage",
  1207. "description": "Additional storage for Homarr.",
  1208. "schema": {
  1209. "type": "list",
  1210. "default": [],
  1211. "items": [
  1212. {
  1213. "variable": "storageEntry",
  1214. "label": "Storage Entry",
  1215. "schema": {
  1216. "type": "dict",
  1217. "attrs": [
  1218. {
  1219. "variable": "type",
  1220. "label": "Type",
  1221. "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",
  1222. "schema": {
  1223. "type": "string",
  1224. "required": true,
  1225. "default": "ixVolume",
  1226. "immutable": true,
  1227. "enum": [
  1228. {
  1229. "value": "hostPath",
  1230. "description": "Host Path (Path that already exists on the system)"
  1231. },
  1232. {
  1233. "value": "ixVolume",
  1234. "description": "ixVolume (Dataset created automatically by the system)"
  1235. },
  1236. {
  1237. "value": "smb-pv-pvc",
  1238. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  1239. }
  1240. ]
  1241. }
  1242. },
  1243. {
  1244. "variable": "readOnly",
  1245. "label": "Read Only",
  1246. "description": "Mount the volume as read only.",
  1247. "schema": {
  1248. "type": "boolean",
  1249. "default": false
  1250. }
  1251. },
  1252. {
  1253. "variable": "mountPath",
  1254. "label": "Mount Path",
  1255. "description": "The path inside the container to mount the storage.",
  1256. "schema": {
  1257. "type": "path",
  1258. "required": true
  1259. }
  1260. },
  1261. {
  1262. "variable": "hostPathConfig",
  1263. "label": "Host Path Configuration",
  1264. "schema": {
  1265. "type": "dict",
  1266. "show_if": [
  1267. [
  1268. "type",
  1269. "=",
  1270. "hostPath"
  1271. ]
  1272. ],
  1273. "attrs": [
  1274. {
  1275. "variable": "aclEnable",
  1276. "label": "Enable ACL",
  1277. "description": "Enable ACL for the dataset.",
  1278. "schema": {
  1279. "type": "boolean",
  1280. "default": false
  1281. }
  1282. },
  1283. {
  1284. "variable": "acl",
  1285. "label": "ACL Configuration",
  1286. "schema": {
  1287. "type": "dict",
  1288. "show_if": [
  1289. [
  1290. "aclEnable",
  1291. "=",
  1292. true
  1293. ]
  1294. ],
  1295. "attrs": [
  1296. {
  1297. "variable": "path",
  1298. "label": "Host Path",
  1299. "description": "Host Path to perform ACL",
  1300. "schema": {
  1301. "type": "hostpath",
  1302. "required": true,
  1303. "empty": false
  1304. }
  1305. },
  1306. {
  1307. "variable": "entries",
  1308. "label": "ACL Entries",
  1309. "description": "ACL Entries",
  1310. "schema": {
  1311. "type": "list",
  1312. "items": [
  1313. {
  1314. "variable": "aclEntry",
  1315. "label": "ACL Entry",
  1316. "schema": {
  1317. "type": "dict",
  1318. "attrs": [
  1319. {
  1320. "variable": "id_type",
  1321. "label": "ID Type",
  1322. "schema": {
  1323. "type": "string",
  1324. "enum": [
  1325. {
  1326. "value": "USER",
  1327. "description": "Entry is for a USER"
  1328. },
  1329. {
  1330. "value": "GROUP",
  1331. "description": "Entry is for a GROUP"
  1332. }
  1333. ],
  1334. "default": "USER"
  1335. }
  1336. },
  1337. {
  1338. "variable": "id",
  1339. "label": "ID",
  1340. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  1341. "schema": {
  1342. "type": "int",
  1343. "required": true,
  1344. "min": 0
  1345. }
  1346. },
  1347. {
  1348. "variable": "access",
  1349. "label": "Access",
  1350. "schema": {
  1351. "type": "string",
  1352. "enum": [
  1353. {
  1354. "value": "READ",
  1355. "description": "Read Access"
  1356. },
  1357. {
  1358. "value": "MODIFY",
  1359. "description": "Modify Access"
  1360. },
  1361. {
  1362. "value": "FULL_CONTROL",
  1363. "description": "FULL_CONTROL Access"
  1364. }
  1365. ]
  1366. }
  1367. }
  1368. ]
  1369. }
  1370. }
  1371. ]
  1372. }
  1373. },
  1374. {
  1375. "variable": "options",
  1376. "label": "ACL Options",
  1377. "schema": {
  1378. "type": "dict",
  1379. "attrs": [
  1380. {
  1381. "variable": "force",
  1382. "label": "Force Flag",
  1383. "description": "Enabling `Force` applies ACL even if the path has existing data",
  1384. "schema": {
  1385. "type": "boolean",
  1386. "default": false
  1387. }
  1388. }
  1389. ]
  1390. }
  1391. }
  1392. ],
  1393. "$ref": [
  1394. "normalize/acl"
  1395. ]
  1396. }
  1397. },
  1398. {
  1399. "variable": "hostPath",
  1400. "label": "Host Path",
  1401. "description": "The host path to use for storage.",
  1402. "schema": {
  1403. "type": "hostpath",
  1404. "show_if": [
  1405. [
  1406. "aclEnable",
  1407. "=",
  1408. false
  1409. ]
  1410. ],
  1411. "required": true
  1412. }
  1413. }
  1414. ]
  1415. }
  1416. },
  1417. {
  1418. "variable": "ixVolumeConfig",
  1419. "label": "ixVolume Configuration",
  1420. "description": "The configuration for the ixVolume dataset.",
  1421. "schema": {
  1422. "type": "dict",
  1423. "show_if": [
  1424. [
  1425. "type",
  1426. "=",
  1427. "ixVolume"
  1428. ]
  1429. ],
  1430. "$ref": [
  1431. "normalize/ixVolume"
  1432. ],
  1433. "attrs": [
  1434. {
  1435. "variable": "aclEnable",
  1436. "label": "Enable ACL",
  1437. "description": "Enable ACL for the dataset.",
  1438. "schema": {
  1439. "type": "boolean",
  1440. "default": false
  1441. }
  1442. },
  1443. {
  1444. "variable": "datasetName",
  1445. "label": "Dataset Name",
  1446. "description": "The name of the dataset to use for storage.",
  1447. "schema": {
  1448. "type": "string",
  1449. "required": true,
  1450. "immutable": true,
  1451. "default": "storage_entry"
  1452. }
  1453. },
  1454. {
  1455. "variable": "aclEntries",
  1456. "label": "ACL Configuration",
  1457. "schema": {
  1458. "type": "dict",
  1459. "show_if": [
  1460. [
  1461. "aclEnable",
  1462. "=",
  1463. true
  1464. ]
  1465. ],
  1466. "attrs": [
  1467. {
  1468. "variable": "path",
  1469. "label": "Path",
  1470. "description": "Path to perform ACL",
  1471. "schema": {
  1472. "type": "string",
  1473. "hidden": true
  1474. }
  1475. },
  1476. {
  1477. "variable": "entries",
  1478. "label": "ACL Entries",
  1479. "description": "ACL Entries",
  1480. "schema": {
  1481. "type": "list",
  1482. "items": [
  1483. {
  1484. "variable": "aclEntry",
  1485. "label": "ACL Entry",
  1486. "schema": {
  1487. "type": "dict",
  1488. "attrs": [
  1489. {
  1490. "variable": "id_type",
  1491. "label": "ID Type",
  1492. "schema": {
  1493. "type": "string",
  1494. "enum": [
  1495. {
  1496. "value": "USER",
  1497. "description": "Entry is for a USER"
  1498. },
  1499. {
  1500. "value": "GROUP",
  1501. "description": "Entry is for a GROUP"
  1502. }
  1503. ],
  1504. "default": "USER"
  1505. }
  1506. },
  1507. {
  1508. "variable": "id",
  1509. "label": "ID",
  1510. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  1511. "schema": {
  1512. "type": "int",
  1513. "required": true,
  1514. "min": 0
  1515. }
  1516. },
  1517. {
  1518. "variable": "access",
  1519. "label": "Access",
  1520. "schema": {
  1521. "type": "string",
  1522. "enum": [
  1523. {
  1524. "value": "READ",
  1525. "description": "Read Access"
  1526. },
  1527. {
  1528. "value": "MODIFY",
  1529. "description": "Modify Access"
  1530. },
  1531. {
  1532. "value": "FULL_CONTROL",
  1533. "description": "FULL_CONTROL Access"
  1534. }
  1535. ]
  1536. }
  1537. }
  1538. ]
  1539. }
  1540. }
  1541. ]
  1542. }
  1543. }
  1544. ]
  1545. }
  1546. }
  1547. ]
  1548. }
  1549. },
  1550. {
  1551. "variable": "smbConfig",
  1552. "label": "SMB Share Configuration",
  1553. "description": "The configuration for the SMB Share.",
  1554. "schema": {
  1555. "type": "dict",
  1556. "show_if": [
  1557. [
  1558. "type",
  1559. "=",
  1560. "smb-pv-pvc"
  1561. ]
  1562. ],
  1563. "attrs": [
  1564. {
  1565. "variable": "server",
  1566. "label": "Server",
  1567. "description": "The server for the SMB share.",
  1568. "schema": {
  1569. "type": "string",
  1570. "required": true
  1571. }
  1572. },
  1573. {
  1574. "variable": "share",
  1575. "label": "Share",
  1576. "description": "The share name for the SMB share.",
  1577. "schema": {
  1578. "type": "string",
  1579. "required": true
  1580. }
  1581. },
  1582. {
  1583. "variable": "domain",
  1584. "label": "Domain (Optional)",
  1585. "description": "The domain for the SMB share.",
  1586. "schema": {
  1587. "type": "string"
  1588. }
  1589. },
  1590. {
  1591. "variable": "username",
  1592. "label": "Username",
  1593. "description": "The username for the SMB share.",
  1594. "schema": {
  1595. "type": "string",
  1596. "required": true
  1597. }
  1598. },
  1599. {
  1600. "variable": "password",
  1601. "label": "Password",
  1602. "description": "The password for the SMB share.",
  1603. "schema": {
  1604. "type": "string",
  1605. "required": true,
  1606. "private": true
  1607. }
  1608. },
  1609. {
  1610. "variable": "size",
  1611. "label": "Size (in Gi)",
  1612. "description": "The size of the volume quota.",
  1613. "schema": {
  1614. "type": "int",
  1615. "required": true,
  1616. "min": 1,
  1617. "default": 1
  1618. }
  1619. }
  1620. ]
  1621. }
  1622. }
  1623. ]
  1624. }
  1625. }
  1626. ]
  1627. }
  1628. }
  1629. ]
  1630. }
  1631. },
  1632. {
  1633. "variable": "resources",
  1634. "group": "Resources Configuration",
  1635. "label": "",
  1636. "schema": {
  1637. "type": "dict",
  1638. "attrs": [
  1639. {
  1640. "variable": "limits",
  1641. "label": "Limits",
  1642. "schema": {
  1643. "type": "dict",
  1644. "attrs": [
  1645. {
  1646. "variable": "cpu",
  1647. "label": "CPU",
  1648. "description": "CPU limit for Homarr.",
  1649. "schema": {
  1650. "type": "string",
  1651. "max_length": 6,
  1652. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  1653. "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",
  1654. "default": "4000m",
  1655. "required": true
  1656. }
  1657. },
  1658. {
  1659. "variable": "memory",
  1660. "label": "Memory",
  1661. "description": "Memory limit for Homarr.",
  1662. "schema": {
  1663. "type": "string",
  1664. "max_length": 12,
  1665. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  1666. "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",
  1667. "default": "8Gi",
  1668. "required": true
  1669. }
  1670. }
  1671. ]
  1672. }
  1673. }
  1674. ]
  1675. }
  1676. }
  1677. ]
  1678. },
  1679. "app_readme": "<h1>Homarr</h1>\n<p><a href=\"https://github.com/ajnart/homarr\">Homarr</a> is a sleek, modern dashboard that puts all of your apps and services at your fingertips.</p>\n<h2>Upgrade to 2.0.0</h2>\n<p>Direct upgrade to 2.x.x is not possible, due to major upstream changes.\nThe changes require new storage configuration that cannot be assumed, nor configured\nduring the upgrade. Please re-install in order to configure this new storage.</p>",
  1680. "detailed_readme": "<h1>Homarr</h1>\n<p><a href=\"https://github.com/ajnart/homarr\">Homarr</a> is a sleek, modern dashboard that puts all of your apps and services at your fingertips.</p>\n<h2>Upgrade to 2.0.0</h2>\n<p>Direct upgrade to 2.x.x is not possible, due to major upstream changes.\nThe changes require new storage configuration that cannot be assumed, nor configured\nduring the upgrade. Please re-install in order to configure this new storage.</p>",
  1681. "changelog": null
  1682. }
  1683. }