app_versions.json 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. {
  2. "1.1.3": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/kavita/1.1.3",
  7. "last_update": "2023-11-23 22:48:53",
  8. "required_features": [
  9. "definitions/timezone",
  10. "normalize/ixVolume"
  11. ],
  12. "human_version": "0.7.8_1.1.3",
  13. "version": "1.1.3",
  14. "chart_metadata": {
  15. "name": "kavita",
  16. "description": "Kavita is a fast, feature rich, cross platform reading server.",
  17. "annotations": {
  18. "title": "Kavita"
  19. },
  20. "type": "application",
  21. "version": "1.1.3",
  22. "apiVersion": "v2",
  23. "appVersion": "0.7.8",
  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.3"
  37. }
  38. ],
  39. "home": "https://www.kavitareader.com/",
  40. "icon": "https://media.sys.truenas.net/apps/kavita/icons/icon.png",
  41. "sources": [
  42. "https://github.com/Kareadita/Kavita",
  43. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/kavita",
  44. "https://www.kavitareader.com"
  45. ],
  46. "keywords": [
  47. "manga",
  48. "ebook"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "root",
  55. "groupName": "root",
  56. "gid": 0,
  57. "uid": 0,
  58. "description": "Kavita runs as root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Kavita Configuration",
  68. "description": "Configure Kavita"
  69. },
  70. {
  71. "name": "Network Configuration",
  72. "description": "Configure Network for Kavita"
  73. },
  74. {
  75. "name": "Storage Configuration",
  76. "description": "Configure Storage for Kavita"
  77. },
  78. {
  79. "name": "Resources Configuration",
  80. "description": "Configure Resources for Kavita"
  81. }
  82. ],
  83. "portals": {
  84. "web_portal": {
  85. "protocols": [
  86. "$kubernetes-resource_configmap_portal_protocol"
  87. ],
  88. "host": [
  89. "$kubernetes-resource_configmap_portal_host"
  90. ],
  91. "ports": [
  92. "$kubernetes-resource_configmap_portal_port"
  93. ],
  94. "path": "$kubernetes-resource_configmap_portal_path"
  95. }
  96. },
  97. "questions": [
  98. {
  99. "variable": "TZ",
  100. "group": "Kavita Configuration",
  101. "label": "Timezone",
  102. "schema": {
  103. "type": "string",
  104. "default": "America/Los_Angeles",
  105. "required": true,
  106. "$ref": [
  107. "definitions/timezone"
  108. ],
  109. "enum": [
  110. {
  111. "value": "Asia/Damascus",
  112. "description": "'Asia/Damascus' timezone"
  113. },
  114. {
  115. "value": "Asia/Saigon",
  116. "description": "'Asia/Saigon' timezone"
  117. }
  118. ]
  119. }
  120. },
  121. {
  122. "variable": "kavitaConfig",
  123. "label": "",
  124. "group": "Kavita Configuration",
  125. "schema": {
  126. "type": "dict",
  127. "attrs": [
  128. {
  129. "variable": "additionalEnvs",
  130. "label": "Additional Environment Variables",
  131. "description": "Configure additional environment variables for Kavita.",
  132. "schema": {
  133. "type": "list",
  134. "default": [],
  135. "items": [
  136. {
  137. "variable": "env",
  138. "label": "Environment Variable",
  139. "schema": {
  140. "type": "dict",
  141. "attrs": [
  142. {
  143. "variable": "name",
  144. "label": "Name",
  145. "schema": {
  146. "type": "string",
  147. "required": true
  148. }
  149. },
  150. {
  151. "variable": "value",
  152. "label": "Value",
  153. "schema": {
  154. "type": "string",
  155. "required": true
  156. }
  157. }
  158. ]
  159. }
  160. }
  161. ]
  162. }
  163. }
  164. ]
  165. }
  166. },
  167. {
  168. "variable": "kavitaNetwork",
  169. "label": "",
  170. "group": "Network Configuration",
  171. "schema": {
  172. "type": "dict",
  173. "attrs": [
  174. {
  175. "variable": "webPort",
  176. "label": "Web Port",
  177. "description": "The port for the Kavita Web UI.",
  178. "schema": {
  179. "type": "int",
  180. "default": 30069,
  181. "min": 9000,
  182. "max": 65535,
  183. "required": true
  184. }
  185. }
  186. ]
  187. }
  188. },
  189. {
  190. "variable": "kavitaStorage",
  191. "label": "",
  192. "group": "Storage Configuration",
  193. "schema": {
  194. "type": "dict",
  195. "attrs": [
  196. {
  197. "variable": "config",
  198. "label": "Kavita Config Storage",
  199. "description": "The path to store Kavita Configuration.",
  200. "schema": {
  201. "type": "dict",
  202. "attrs": [
  203. {
  204. "variable": "type",
  205. "label": "Type",
  206. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  207. "schema": {
  208. "type": "string",
  209. "required": true,
  210. "immutable": true,
  211. "default": "ixVolume",
  212. "enum": [
  213. {
  214. "value": "hostPath",
  215. "description": "Host Path (Path that already exists on the system)"
  216. },
  217. {
  218. "value": "ixVolume",
  219. "description": "ixVolume (Dataset created automatically by the system)"
  220. }
  221. ]
  222. }
  223. },
  224. {
  225. "variable": "datasetName",
  226. "label": "Dataset Name",
  227. "schema": {
  228. "type": "string",
  229. "show_if": [
  230. [
  231. "type",
  232. "=",
  233. "ixVolume"
  234. ]
  235. ],
  236. "required": true,
  237. "hidden": true,
  238. "immutable": true,
  239. "default": "config",
  240. "$ref": [
  241. "normalize/ixVolume"
  242. ]
  243. }
  244. },
  245. {
  246. "variable": "hostPath",
  247. "label": "Host Path",
  248. "schema": {
  249. "type": "hostpath",
  250. "show_if": [
  251. [
  252. "type",
  253. "=",
  254. "hostPath"
  255. ]
  256. ],
  257. "immutable": true,
  258. "required": true
  259. }
  260. }
  261. ]
  262. }
  263. },
  264. {
  265. "variable": "additionalStorages",
  266. "label": "Additional Storage",
  267. "description": "Additional storage for Kavita.",
  268. "schema": {
  269. "type": "list",
  270. "default": [],
  271. "items": [
  272. {
  273. "variable": "storageEntry",
  274. "label": "Storage Entry",
  275. "schema": {
  276. "type": "dict",
  277. "attrs": [
  278. {
  279. "variable": "type",
  280. "label": "Type",
  281. "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",
  282. "schema": {
  283. "type": "string",
  284. "required": true,
  285. "default": "ixVolume",
  286. "immutable": true,
  287. "enum": [
  288. {
  289. "value": "hostPath",
  290. "description": "Host Path (Path that already exists on the system)"
  291. },
  292. {
  293. "value": "ixVolume",
  294. "description": "ixVolume (Dataset created automatically by the system)"
  295. },
  296. {
  297. "value": "smb-pv-pvc",
  298. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  299. }
  300. ]
  301. }
  302. },
  303. {
  304. "variable": "mountPath",
  305. "label": "Mount Path",
  306. "description": "The path inside the container to mount the storage.",
  307. "schema": {
  308. "type": "path",
  309. "required": true
  310. }
  311. },
  312. {
  313. "variable": "hostPath",
  314. "label": "Host Path",
  315. "description": "The host path to use for storage.",
  316. "schema": {
  317. "type": "hostpath",
  318. "show_if": [
  319. [
  320. "type",
  321. "=",
  322. "hostPath"
  323. ]
  324. ],
  325. "required": true
  326. }
  327. },
  328. {
  329. "variable": "datasetName",
  330. "label": "Dataset Name",
  331. "description": "The name of the dataset to use for storage.",
  332. "schema": {
  333. "type": "string",
  334. "show_if": [
  335. [
  336. "type",
  337. "=",
  338. "ixVolume"
  339. ]
  340. ],
  341. "required": true,
  342. "immutable": true,
  343. "default": "storage_entry",
  344. "$ref": [
  345. "normalize/ixVolume"
  346. ]
  347. }
  348. },
  349. {
  350. "variable": "server",
  351. "label": "Server",
  352. "description": "The server for the SMB share.",
  353. "schema": {
  354. "type": "string",
  355. "show_if": [
  356. [
  357. "type",
  358. "=",
  359. "smb-pv-pvc"
  360. ]
  361. ],
  362. "required": true
  363. }
  364. },
  365. {
  366. "variable": "share",
  367. "label": "Share",
  368. "description": "The share name for the SMB share.",
  369. "schema": {
  370. "type": "string",
  371. "show_if": [
  372. [
  373. "type",
  374. "=",
  375. "smb-pv-pvc"
  376. ]
  377. ],
  378. "required": true
  379. }
  380. },
  381. {
  382. "variable": "domain",
  383. "label": "Domain (Optional)",
  384. "description": "The domain for the SMB share.",
  385. "schema": {
  386. "type": "string",
  387. "show_if": [
  388. [
  389. "type",
  390. "=",
  391. "smb-pv-pvc"
  392. ]
  393. ]
  394. }
  395. },
  396. {
  397. "variable": "username",
  398. "label": "Username",
  399. "description": "The username for the SMB share.",
  400. "schema": {
  401. "type": "string",
  402. "show_if": [
  403. [
  404. "type",
  405. "=",
  406. "smb-pv-pvc"
  407. ]
  408. ],
  409. "required": true
  410. }
  411. },
  412. {
  413. "variable": "password",
  414. "label": "Password",
  415. "description": "The password for the SMB share.",
  416. "schema": {
  417. "type": "string",
  418. "show_if": [
  419. [
  420. "type",
  421. "=",
  422. "smb-pv-pvc"
  423. ]
  424. ],
  425. "required": true,
  426. "private": true
  427. }
  428. },
  429. {
  430. "variable": "size",
  431. "label": "Size (in Gi)",
  432. "description": "The size of the volume quota.",
  433. "schema": {
  434. "type": "int",
  435. "show_if": [
  436. [
  437. "type",
  438. "=",
  439. "smb-pv-pvc"
  440. ]
  441. ],
  442. "required": true,
  443. "min": 1,
  444. "default": 1
  445. }
  446. }
  447. ]
  448. }
  449. }
  450. ]
  451. }
  452. }
  453. ]
  454. }
  455. },
  456. {
  457. "variable": "resources",
  458. "group": "Resources Configuration",
  459. "label": "",
  460. "schema": {
  461. "type": "dict",
  462. "attrs": [
  463. {
  464. "variable": "limits",
  465. "label": "Limits",
  466. "schema": {
  467. "type": "dict",
  468. "attrs": [
  469. {
  470. "variable": "cpu",
  471. "label": "CPU",
  472. "description": "CPU limit for Kavita.",
  473. "schema": {
  474. "type": "string",
  475. "max_length": 6,
  476. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  477. "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",
  478. "default": "4000m",
  479. "required": true
  480. }
  481. },
  482. {
  483. "variable": "memory",
  484. "label": "Memory",
  485. "description": "Memory limit for Kavita.",
  486. "schema": {
  487. "type": "string",
  488. "max_length": 12,
  489. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  490. "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",
  491. "default": "8Gi",
  492. "required": true
  493. }
  494. }
  495. ]
  496. }
  497. }
  498. ]
  499. }
  500. }
  501. ]
  502. },
  503. "app_readme": "<h1>Kavita</h1>\n<p><a href=\"https://www.kavitareader.com\">Kavita</a> is a fast, feature rich, cross platform reading server.</p>",
  504. "detailed_readme": "<h1>Kavita</h1>\n<p><a href=\"https://www.kavitareader.com\">Kavita</a> is a fast, feature rich, cross platform reading server.</p>",
  505. "changelog": null
  506. }
  507. }