app_versions.json 126 KB

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