app_versions.json 31 KB

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