app_versions.json 31 KB

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