app_versions.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/recyclarr/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "definitions/timezone",
  10. "normalize/ixVolume"
  11. ],
  12. "human_version": "6.0.2_1.1.2",
  13. "version": "1.1.2",
  14. "chart_metadata": {
  15. "name": "recyclarr",
  16. "description": "Recyclarr synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.",
  17. "annotations": {
  18. "title": "Recyclarr"
  19. },
  20. "type": "application",
  21. "version": "1.1.2",
  22. "apiVersion": "v2",
  23. "appVersion": "6.0.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.2"
  37. }
  38. ],
  39. "home": "https://recyclarr.dev",
  40. "icon": "https://media.sys.truenas.net/apps/recyclarr/icons/icon.png",
  41. "sources": [
  42. "https://recyclarr.dev",
  43. "https://github.com/truenas/charts/tree/master/community/recyclarr",
  44. "https://github.com/recyclarr/recyclarr/tree/recyclarr"
  45. ],
  46. "keywords": [
  47. "media",
  48. "sonarr",
  49. "radarr"
  50. ]
  51. },
  52. "app_metadata": {
  53. "runAsContext": [
  54. {
  55. "userName": "recyclarr",
  56. "groupName": "recyclarr",
  57. "gid": 568,
  58. "uid": 568,
  59. "description": "Recyclarr can run as any non-root user."
  60. }
  61. ],
  62. "capabilities": [],
  63. "hostMounts": []
  64. },
  65. "schema": {
  66. "groups": [
  67. {
  68. "name": "Recyclarr Configuration",
  69. "description": "Configure Recyclarr"
  70. },
  71. {
  72. "name": "User and Group Configuration",
  73. "description": "Configure User and Group for Recyclarr"
  74. },
  75. {
  76. "name": "Storage Configuration",
  77. "description": "Configure Storage for Recyclarr"
  78. },
  79. {
  80. "name": "Resources Configuration",
  81. "description": "Configure Resources for Recyclarr"
  82. }
  83. ],
  84. "questions": [
  85. {
  86. "variable": "TZ",
  87. "group": "Recyclarr Configuration",
  88. "label": "Timezone",
  89. "schema": {
  90. "type": "string",
  91. "default": "America/Los_Angeles",
  92. "required": true,
  93. "$ref": [
  94. "definitions/timezone"
  95. ],
  96. "enum": [
  97. {
  98. "value": "Asia/Damascus",
  99. "description": "'Asia/Damascus' timezone"
  100. },
  101. {
  102. "value": "Asia/Saigon",
  103. "description": "'Asia/Saigon' timezone"
  104. }
  105. ]
  106. }
  107. },
  108. {
  109. "variable": "recyclarrConfig",
  110. "label": "",
  111. "group": "Recyclarr Configuration",
  112. "schema": {
  113. "type": "dict",
  114. "attrs": [
  115. {
  116. "variable": "createConfig",
  117. "label": "Create Default Config",
  118. "description": "Enable this if you want /config/recyclarr.yml to be created for\nyou automatically when the container starts. </br>\nIf the file already exists, it will not create the file again.\n",
  119. "schema": {
  120. "type": "boolean",
  121. "default": false
  122. }
  123. },
  124. {
  125. "variable": "cronSchedule",
  126. "label": "Cron Schedule",
  127. "description": "The cron schedule to use for Recyclarr.\n",
  128. "schema": {
  129. "type": "string",
  130. "default": "@daily",
  131. "required": true
  132. }
  133. },
  134. {
  135. "variable": "additionalEnvs",
  136. "label": "Additional Environment Variables",
  137. "description": "Configure additional environment variables for Recyclarr.",
  138. "schema": {
  139. "type": "list",
  140. "default": [],
  141. "items": [
  142. {
  143. "variable": "env",
  144. "label": "Environment Variable",
  145. "schema": {
  146. "type": "dict",
  147. "attrs": [
  148. {
  149. "variable": "name",
  150. "label": "Name",
  151. "schema": {
  152. "type": "string",
  153. "required": true
  154. }
  155. },
  156. {
  157. "variable": "value",
  158. "label": "Value",
  159. "schema": {
  160. "type": "string",
  161. "required": true
  162. }
  163. }
  164. ]
  165. }
  166. }
  167. ]
  168. }
  169. }
  170. ]
  171. }
  172. },
  173. {
  174. "variable": "recyclarrRunAs",
  175. "label": "",
  176. "group": "User and Group Configuration",
  177. "schema": {
  178. "type": "dict",
  179. "attrs": [
  180. {
  181. "variable": "user",
  182. "label": "User ID",
  183. "description": "The user id that Recyclarr will run as.",
  184. "schema": {
  185. "type": "int",
  186. "min": 2,
  187. "default": 568,
  188. "required": true
  189. }
  190. },
  191. {
  192. "variable": "group",
  193. "label": "Group ID",
  194. "description": "The group id that Recyclarr will run as.",
  195. "schema": {
  196. "type": "int",
  197. "min": 2,
  198. "default": 568,
  199. "required": true
  200. }
  201. }
  202. ]
  203. }
  204. },
  205. {
  206. "variable": "recyclarrStorage",
  207. "label": "",
  208. "group": "Storage Configuration",
  209. "schema": {
  210. "type": "dict",
  211. "attrs": [
  212. {
  213. "variable": "config",
  214. "label": "Recyclarr Config Storage",
  215. "description": "The path to store Recyclarr Configuration.",
  216. "schema": {
  217. "type": "dict",
  218. "attrs": [
  219. {
  220. "variable": "type",
  221. "label": "Type",
  222. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  223. "schema": {
  224. "type": "string",
  225. "required": true,
  226. "immutable": true,
  227. "default": "ixVolume",
  228. "enum": [
  229. {
  230. "value": "hostPath",
  231. "description": "Host Path (Path that already exists on the system)"
  232. },
  233. {
  234. "value": "ixVolume",
  235. "description": "ixVolume (Dataset created automatically by the system)"
  236. }
  237. ]
  238. }
  239. },
  240. {
  241. "variable": "datasetName",
  242. "label": "Dataset Name",
  243. "schema": {
  244. "type": "string",
  245. "show_if": [
  246. [
  247. "type",
  248. "=",
  249. "ixVolume"
  250. ]
  251. ],
  252. "required": true,
  253. "hidden": true,
  254. "immutable": true,
  255. "default": "config",
  256. "$ref": [
  257. "normalize/ixVolume"
  258. ]
  259. }
  260. },
  261. {
  262. "variable": "hostPath",
  263. "label": "Host Path",
  264. "schema": {
  265. "type": "hostpath",
  266. "show_if": [
  267. [
  268. "type",
  269. "=",
  270. "hostPath"
  271. ]
  272. ],
  273. "immutable": true,
  274. "required": true
  275. }
  276. }
  277. ]
  278. }
  279. },
  280. {
  281. "variable": "additionalStorages",
  282. "label": "Additional Storage",
  283. "description": "Additional storage for Recyclarr.",
  284. "schema": {
  285. "type": "list",
  286. "default": [],
  287. "items": [
  288. {
  289. "variable": "storageEntry",
  290. "label": "Storage Entry",
  291. "schema": {
  292. "type": "dict",
  293. "attrs": [
  294. {
  295. "variable": "type",
  296. "label": "Type",
  297. "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",
  298. "schema": {
  299. "type": "string",
  300. "required": true,
  301. "default": "ixVolume",
  302. "immutable": true,
  303. "enum": [
  304. {
  305. "value": "hostPath",
  306. "description": "Host Path (Path that already exists on the system)"
  307. },
  308. {
  309. "value": "ixVolume",
  310. "description": "ixVolume (Dataset created automatically by the system)"
  311. },
  312. {
  313. "value": "smb-pv-pvc",
  314. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  315. }
  316. ]
  317. }
  318. },
  319. {
  320. "variable": "mountPath",
  321. "label": "Mount Path",
  322. "description": "The path inside the container to mount the storage.",
  323. "schema": {
  324. "type": "path",
  325. "required": true
  326. }
  327. },
  328. {
  329. "variable": "hostPath",
  330. "label": "Host Path",
  331. "description": "The host path to use for storage.",
  332. "schema": {
  333. "type": "hostpath",
  334. "show_if": [
  335. [
  336. "type",
  337. "=",
  338. "hostPath"
  339. ]
  340. ],
  341. "required": true
  342. }
  343. },
  344. {
  345. "variable": "datasetName",
  346. "label": "Dataset Name",
  347. "description": "The name of the dataset to use for storage.",
  348. "schema": {
  349. "type": "string",
  350. "show_if": [
  351. [
  352. "type",
  353. "=",
  354. "ixVolume"
  355. ]
  356. ],
  357. "required": true,
  358. "immutable": true,
  359. "default": "storage_entry",
  360. "$ref": [
  361. "normalize/ixVolume"
  362. ]
  363. }
  364. },
  365. {
  366. "variable": "server",
  367. "label": "Server",
  368. "description": "The server 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": "share",
  383. "label": "Share",
  384. "description": "The share name 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": "domain",
  399. "label": "Domain (Optional)",
  400. "description": "The domain for the SMB share.",
  401. "schema": {
  402. "type": "string",
  403. "show_if": [
  404. [
  405. "type",
  406. "=",
  407. "smb-pv-pvc"
  408. ]
  409. ]
  410. }
  411. },
  412. {
  413. "variable": "username",
  414. "label": "Username",
  415. "description": "The username 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. }
  427. },
  428. {
  429. "variable": "password",
  430. "label": "Password",
  431. "description": "The password 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. "private": true
  443. }
  444. },
  445. {
  446. "variable": "size",
  447. "label": "Size (in Gi)",
  448. "description": "The size of the volume quota.",
  449. "schema": {
  450. "type": "int",
  451. "show_if": [
  452. [
  453. "type",
  454. "=",
  455. "smb-pv-pvc"
  456. ]
  457. ],
  458. "required": true,
  459. "min": 1,
  460. "default": 1
  461. }
  462. }
  463. ]
  464. }
  465. }
  466. ]
  467. }
  468. }
  469. ]
  470. }
  471. },
  472. {
  473. "variable": "resources",
  474. "group": "Resources Configuration",
  475. "label": "",
  476. "schema": {
  477. "type": "dict",
  478. "attrs": [
  479. {
  480. "variable": "limits",
  481. "label": "Limits",
  482. "schema": {
  483. "type": "dict",
  484. "attrs": [
  485. {
  486. "variable": "cpu",
  487. "label": "CPU",
  488. "description": "CPU limit for Recyclarr.",
  489. "schema": {
  490. "type": "string",
  491. "max_length": 6,
  492. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  493. "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",
  494. "default": "4000m",
  495. "required": true
  496. }
  497. },
  498. {
  499. "variable": "memory",
  500. "label": "Memory",
  501. "description": "Memory limit for Recyclarr.",
  502. "schema": {
  503. "type": "string",
  504. "max_length": 12,
  505. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  506. "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",
  507. "default": "8Gi",
  508. "required": true
  509. }
  510. }
  511. ]
  512. }
  513. }
  514. ]
  515. }
  516. }
  517. ]
  518. },
  519. "app_readme": "<h1>Recyclarr</h1>\n<p><a href=\"https://github.com/recyclarr/recyclarr\">Recyclarr</a> synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.</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>Recyclarr</code> directories.\nAfterward, the <code>Recyclarr</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>",
  520. "detailed_readme": "<h1>Recyclarr</h1>\n<p><a href=\"https://github.com/recyclarr/recyclarr\">Recyclarr</a> synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.</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>Recyclarr</code> directories.\nAfterward, the <code>Recyclarr</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>",
  521. "changelog": null
  522. }
  523. }