app_versions.json 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/kapowarr/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "1.0.0_1.1.2",
  12. "version": "1.1.2",
  13. "chart_metadata": {
  14. "name": "kapowarr",
  15. "description": "Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.",
  16. "annotations": {
  17. "title": "Kapowarr"
  18. },
  19. "type": "application",
  20. "version": "1.1.2",
  21. "apiVersion": "v2",
  22. "appVersion": "1.0.0",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common",
  35. "version": "1.2.2"
  36. }
  37. ],
  38. "home": "https://casvt.github.io/Kapowarr/",
  39. "icon": "https://media.sys.truenas.net/apps/kapowarr/icons/icon.svg",
  40. "sources": [
  41. "https://hub.docker.com/r/mrcas/kapowarr",
  42. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/kapowarr",
  43. "https://github.com/Casvt/Kapowarr"
  44. ],
  45. "keywords": [
  46. "media",
  47. "comic"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "kapowarr",
  54. "groupName": "kapowarr",
  55. "gid": 568,
  56. "uid": 568,
  57. "description": "Kapowarr can run as any non-root user."
  58. }
  59. ],
  60. "capabilities": [],
  61. "hostMounts": []
  62. },
  63. "schema": {
  64. "groups": [
  65. {
  66. "name": "Kapowarr Configuration",
  67. "description": "Configure Kapowarr"
  68. },
  69. {
  70. "name": "User and Group Configuration",
  71. "description": "Configure User and Group for Kapowarr"
  72. },
  73. {
  74. "name": "Network Configuration",
  75. "description": "Configure Network for Kapowarr"
  76. },
  77. {
  78. "name": "Storage Configuration",
  79. "description": "Configure Storage for Kapowarr"
  80. },
  81. {
  82. "name": "Resources Configuration",
  83. "description": "Configure Resources for Kapowarr"
  84. }
  85. ],
  86. "portals": {
  87. "web_portal": {
  88. "protocols": [
  89. "$kubernetes-resource_configmap_portal_protocol"
  90. ],
  91. "host": [
  92. "$kubernetes-resource_configmap_portal_host"
  93. ],
  94. "ports": [
  95. "$kubernetes-resource_configmap_portal_port"
  96. ],
  97. "path": "$kubernetes-resource_configmap_portal_path"
  98. }
  99. },
  100. "questions": [
  101. {
  102. "variable": "kapowarrConfig",
  103. "label": "",
  104. "group": "Kapowarr Configuration",
  105. "schema": {
  106. "type": "dict",
  107. "attrs": [
  108. {
  109. "variable": "additionalEnvs",
  110. "label": "Additional Environment Variables",
  111. "description": "Configure additional environment variables for Kapowarr.",
  112. "schema": {
  113. "type": "list",
  114. "default": [],
  115. "items": [
  116. {
  117. "variable": "env",
  118. "label": "Environment Variable",
  119. "schema": {
  120. "type": "dict",
  121. "attrs": [
  122. {
  123. "variable": "name",
  124. "label": "Name",
  125. "schema": {
  126. "type": "string",
  127. "required": true
  128. }
  129. },
  130. {
  131. "variable": "value",
  132. "label": "Value",
  133. "schema": {
  134. "type": "string",
  135. "required": true
  136. }
  137. }
  138. ]
  139. }
  140. }
  141. ]
  142. }
  143. }
  144. ]
  145. }
  146. },
  147. {
  148. "variable": "kapowarrRunAs",
  149. "label": "",
  150. "group": "User and Group Configuration",
  151. "schema": {
  152. "type": "dict",
  153. "attrs": [
  154. {
  155. "variable": "user",
  156. "label": "User ID",
  157. "description": "The user id that Kapowarr will run as.",
  158. "schema": {
  159. "type": "int",
  160. "min": 2,
  161. "default": 568,
  162. "required": true
  163. }
  164. },
  165. {
  166. "variable": "group",
  167. "label": "Group ID",
  168. "description": "The group id that Kapowarr will run as.",
  169. "schema": {
  170. "type": "int",
  171. "min": 2,
  172. "default": 568,
  173. "required": true
  174. }
  175. }
  176. ]
  177. }
  178. },
  179. {
  180. "variable": "kapowarrNetwork",
  181. "label": "",
  182. "group": "Network Configuration",
  183. "schema": {
  184. "type": "dict",
  185. "attrs": [
  186. {
  187. "variable": "webPort",
  188. "label": "Web Port",
  189. "description": "The port for the Kapowarr Web UI.",
  190. "schema": {
  191. "type": "int",
  192. "default": 30071,
  193. "min": 9000,
  194. "max": 65535,
  195. "required": true
  196. }
  197. },
  198. {
  199. "variable": "hostNetwork",
  200. "label": "Host Network",
  201. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  202. "schema": {
  203. "type": "boolean",
  204. "default": false
  205. }
  206. }
  207. ]
  208. }
  209. },
  210. {
  211. "variable": "kapowarrStorage",
  212. "label": "",
  213. "group": "Storage Configuration",
  214. "schema": {
  215. "type": "dict",
  216. "attrs": [
  217. {
  218. "variable": "config",
  219. "label": "Kapowarr Config Storage",
  220. "description": "The path to store Kapowarr Configuration.",
  221. "schema": {
  222. "type": "dict",
  223. "attrs": [
  224. {
  225. "variable": "type",
  226. "label": "Type",
  227. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  228. "schema": {
  229. "type": "string",
  230. "required": true,
  231. "immutable": true,
  232. "default": "ixVolume",
  233. "enum": [
  234. {
  235. "value": "hostPath",
  236. "description": "Host Path (Path that already exists on the system)"
  237. },
  238. {
  239. "value": "ixVolume",
  240. "description": "ixVolume (Dataset created automatically by the system)"
  241. }
  242. ]
  243. }
  244. },
  245. {
  246. "variable": "datasetName",
  247. "label": "Dataset Name",
  248. "schema": {
  249. "type": "string",
  250. "show_if": [
  251. [
  252. "type",
  253. "=",
  254. "ixVolume"
  255. ]
  256. ],
  257. "required": true,
  258. "hidden": true,
  259. "immutable": true,
  260. "default": "config",
  261. "$ref": [
  262. "normalize/ixVolume"
  263. ]
  264. }
  265. },
  266. {
  267. "variable": "hostPath",
  268. "label": "Host Path",
  269. "schema": {
  270. "type": "hostpath",
  271. "show_if": [
  272. [
  273. "type",
  274. "=",
  275. "hostPath"
  276. ]
  277. ],
  278. "immutable": true,
  279. "required": true
  280. }
  281. }
  282. ]
  283. }
  284. },
  285. {
  286. "variable": "downloads",
  287. "label": "Kapowarr Download Storage",
  288. "description": "The path to store Kapowarr Downloads.",
  289. "schema": {
  290. "type": "dict",
  291. "attrs": [
  292. {
  293. "variable": "type",
  294. "label": "Type",
  295. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  296. "schema": {
  297. "type": "string",
  298. "required": true,
  299. "immutable": true,
  300. "default": "ixVolume",
  301. "enum": [
  302. {
  303. "value": "hostPath",
  304. "description": "Host Path (Path that already exists on the system)"
  305. },
  306. {
  307. "value": "ixVolume",
  308. "description": "ixVolume (Dataset created automatically by the system)"
  309. }
  310. ]
  311. }
  312. },
  313. {
  314. "variable": "datasetName",
  315. "label": "Dataset Name",
  316. "schema": {
  317. "type": "string",
  318. "show_if": [
  319. [
  320. "type",
  321. "=",
  322. "ixVolume"
  323. ]
  324. ],
  325. "required": true,
  326. "hidden": true,
  327. "immutable": true,
  328. "default": "downloads",
  329. "$ref": [
  330. "normalize/ixVolume"
  331. ]
  332. }
  333. },
  334. {
  335. "variable": "hostPath",
  336. "label": "Host Path",
  337. "schema": {
  338. "type": "hostpath",
  339. "show_if": [
  340. [
  341. "type",
  342. "=",
  343. "hostPath"
  344. ]
  345. ],
  346. "immutable": true,
  347. "required": true
  348. }
  349. }
  350. ]
  351. }
  352. },
  353. {
  354. "variable": "content",
  355. "label": "Kapowarr Content Storage",
  356. "description": "The path to store Kapowarr Content.",
  357. "schema": {
  358. "type": "dict",
  359. "attrs": [
  360. {
  361. "variable": "type",
  362. "label": "Type",
  363. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  364. "schema": {
  365. "type": "string",
  366. "required": true,
  367. "immutable": true,
  368. "default": "ixVolume",
  369. "enum": [
  370. {
  371. "value": "hostPath",
  372. "description": "Host Path (Path that already exists on the system)"
  373. },
  374. {
  375. "value": "ixVolume",
  376. "description": "ixVolume (Dataset created automatically by the system)"
  377. }
  378. ]
  379. }
  380. },
  381. {
  382. "variable": "datasetName",
  383. "label": "Dataset Name",
  384. "schema": {
  385. "type": "string",
  386. "show_if": [
  387. [
  388. "type",
  389. "=",
  390. "ixVolume"
  391. ]
  392. ],
  393. "required": true,
  394. "hidden": true,
  395. "immutable": true,
  396. "default": "content",
  397. "$ref": [
  398. "normalize/ixVolume"
  399. ]
  400. }
  401. },
  402. {
  403. "variable": "hostPath",
  404. "label": "Host Path",
  405. "schema": {
  406. "type": "hostpath",
  407. "show_if": [
  408. [
  409. "type",
  410. "=",
  411. "hostPath"
  412. ]
  413. ],
  414. "immutable": true,
  415. "required": true
  416. }
  417. }
  418. ]
  419. }
  420. },
  421. {
  422. "variable": "additionalStorages",
  423. "label": "Additional Storage",
  424. "description": "Additional storage for Kapowarr.",
  425. "schema": {
  426. "type": "list",
  427. "default": [],
  428. "items": [
  429. {
  430. "variable": "storageEntry",
  431. "label": "Storage Entry",
  432. "schema": {
  433. "type": "dict",
  434. "attrs": [
  435. {
  436. "variable": "type",
  437. "label": "Type",
  438. "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",
  439. "schema": {
  440. "type": "string",
  441. "required": true,
  442. "default": "ixVolume",
  443. "immutable": true,
  444. "enum": [
  445. {
  446. "value": "hostPath",
  447. "description": "Host Path (Path that already exists on the system)"
  448. },
  449. {
  450. "value": "ixVolume",
  451. "description": "ixVolume (Dataset created automatically by the system)"
  452. },
  453. {
  454. "value": "smb-pv-pvc",
  455. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  456. }
  457. ]
  458. }
  459. },
  460. {
  461. "variable": "mountPath",
  462. "label": "Mount Path",
  463. "description": "The path inside the container to mount the storage.",
  464. "schema": {
  465. "type": "path",
  466. "required": true
  467. }
  468. },
  469. {
  470. "variable": "hostPath",
  471. "label": "Host Path",
  472. "description": "The host path to use for storage.",
  473. "schema": {
  474. "type": "hostpath",
  475. "show_if": [
  476. [
  477. "type",
  478. "=",
  479. "hostPath"
  480. ]
  481. ],
  482. "required": true
  483. }
  484. },
  485. {
  486. "variable": "datasetName",
  487. "label": "Dataset Name",
  488. "description": "The name of the dataset to use for storage.",
  489. "schema": {
  490. "type": "string",
  491. "show_if": [
  492. [
  493. "type",
  494. "=",
  495. "ixVolume"
  496. ]
  497. ],
  498. "required": true,
  499. "immutable": true,
  500. "default": "storage_entry",
  501. "$ref": [
  502. "normalize/ixVolume"
  503. ]
  504. }
  505. },
  506. {
  507. "variable": "server",
  508. "label": "Server",
  509. "description": "The server for the SMB share.",
  510. "schema": {
  511. "type": "string",
  512. "show_if": [
  513. [
  514. "type",
  515. "=",
  516. "smb-pv-pvc"
  517. ]
  518. ],
  519. "required": true
  520. }
  521. },
  522. {
  523. "variable": "share",
  524. "label": "Share",
  525. "description": "The share name for the SMB share.",
  526. "schema": {
  527. "type": "string",
  528. "show_if": [
  529. [
  530. "type",
  531. "=",
  532. "smb-pv-pvc"
  533. ]
  534. ],
  535. "required": true
  536. }
  537. },
  538. {
  539. "variable": "domain",
  540. "label": "Domain (Optional)",
  541. "description": "The domain for the SMB share.",
  542. "schema": {
  543. "type": "string",
  544. "show_if": [
  545. [
  546. "type",
  547. "=",
  548. "smb-pv-pvc"
  549. ]
  550. ]
  551. }
  552. },
  553. {
  554. "variable": "username",
  555. "label": "Username",
  556. "description": "The username for the SMB share.",
  557. "schema": {
  558. "type": "string",
  559. "show_if": [
  560. [
  561. "type",
  562. "=",
  563. "smb-pv-pvc"
  564. ]
  565. ],
  566. "required": true
  567. }
  568. },
  569. {
  570. "variable": "password",
  571. "label": "Password",
  572. "description": "The password for the SMB share.",
  573. "schema": {
  574. "type": "string",
  575. "show_if": [
  576. [
  577. "type",
  578. "=",
  579. "smb-pv-pvc"
  580. ]
  581. ],
  582. "required": true,
  583. "private": true
  584. }
  585. },
  586. {
  587. "variable": "size",
  588. "label": "Size (in Gi)",
  589. "description": "The size of the volume quota.",
  590. "schema": {
  591. "type": "int",
  592. "show_if": [
  593. [
  594. "type",
  595. "=",
  596. "smb-pv-pvc"
  597. ]
  598. ],
  599. "required": true,
  600. "min": 1,
  601. "default": 1
  602. }
  603. }
  604. ]
  605. }
  606. }
  607. ]
  608. }
  609. }
  610. ]
  611. }
  612. },
  613. {
  614. "variable": "resources",
  615. "group": "Resources Configuration",
  616. "label": "",
  617. "schema": {
  618. "type": "dict",
  619. "attrs": [
  620. {
  621. "variable": "limits",
  622. "label": "Limits",
  623. "schema": {
  624. "type": "dict",
  625. "attrs": [
  626. {
  627. "variable": "cpu",
  628. "label": "CPU",
  629. "description": "CPU limit for Kapowarr.",
  630. "schema": {
  631. "type": "string",
  632. "max_length": 6,
  633. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  634. "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",
  635. "default": "4000m",
  636. "required": true
  637. }
  638. },
  639. {
  640. "variable": "memory",
  641. "label": "Memory",
  642. "description": "Memory limit for Kapowarr.",
  643. "schema": {
  644. "type": "string",
  645. "max_length": 12,
  646. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  647. "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",
  648. "default": "8Gi",
  649. "required": true
  650. }
  651. }
  652. ]
  653. }
  654. }
  655. ]
  656. }
  657. }
  658. ]
  659. },
  660. "app_readme": "<h1>Kapowarr</h1>\n<p><a href=\"https://casvt.github.io/Kapowarr/\">Kapowarr</a> is a software to build and manage a comic book library, fitting in the *arr suite of software.</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>Kapowarr</code> directories.\nAfterward, the <code>Kapowarr</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>",
  661. "detailed_readme": "<h1>Kapowarr</h1>\n<p><a href=\"https://casvt.github.io/Kapowarr/\">Kapowarr</a> is a software to build and manage a comic book library, fitting in the *arr suite of software.</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>Kapowarr</code> directories.\nAfterward, the <code>Kapowarr</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>",
  662. "changelog": null
  663. }
  664. }