app_versions.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. {
  2. "1.1.6": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/recyclarr/1.1.6",
  7. "last_update": "2023-12-20 10:45:42",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/timezone"
  11. ],
  12. "human_version": "6.0.2_1.1.6",
  13. "version": "1.1.6",
  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.6",
  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.5"
  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. "required": true
  274. }
  275. }
  276. ]
  277. }
  278. },
  279. {
  280. "variable": "additionalStorages",
  281. "label": "Additional Storage",
  282. "description": "Additional storage for Recyclarr.",
  283. "schema": {
  284. "type": "list",
  285. "default": [],
  286. "items": [
  287. {
  288. "variable": "storageEntry",
  289. "label": "Storage Entry",
  290. "schema": {
  291. "type": "dict",
  292. "attrs": [
  293. {
  294. "variable": "type",
  295. "label": "Type",
  296. "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",
  297. "schema": {
  298. "type": "string",
  299. "required": true,
  300. "default": "ixVolume",
  301. "immutable": true,
  302. "enum": [
  303. {
  304. "value": "hostPath",
  305. "description": "Host Path (Path that already exists on the system)"
  306. },
  307. {
  308. "value": "ixVolume",
  309. "description": "ixVolume (Dataset created automatically by the system)"
  310. },
  311. {
  312. "value": "smb-pv-pvc",
  313. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  314. }
  315. ]
  316. }
  317. },
  318. {
  319. "variable": "mountPath",
  320. "label": "Mount Path",
  321. "description": "The path inside the container to mount the storage.",
  322. "schema": {
  323. "type": "path",
  324. "required": true
  325. }
  326. },
  327. {
  328. "variable": "hostPath",
  329. "label": "Host Path",
  330. "description": "The host path to use for storage.",
  331. "schema": {
  332. "type": "hostpath",
  333. "show_if": [
  334. [
  335. "type",
  336. "=",
  337. "hostPath"
  338. ]
  339. ],
  340. "required": true
  341. }
  342. },
  343. {
  344. "variable": "datasetName",
  345. "label": "Dataset Name",
  346. "description": "The name of the dataset to use for storage.",
  347. "schema": {
  348. "type": "string",
  349. "show_if": [
  350. [
  351. "type",
  352. "=",
  353. "ixVolume"
  354. ]
  355. ],
  356. "required": true,
  357. "immutable": true,
  358. "default": "storage_entry",
  359. "$ref": [
  360. "normalize/ixVolume"
  361. ]
  362. }
  363. },
  364. {
  365. "variable": "server",
  366. "label": "Server",
  367. "description": "The server for the SMB share.",
  368. "schema": {
  369. "type": "string",
  370. "show_if": [
  371. [
  372. "type",
  373. "=",
  374. "smb-pv-pvc"
  375. ]
  376. ],
  377. "required": true
  378. }
  379. },
  380. {
  381. "variable": "share",
  382. "label": "Share",
  383. "description": "The share name for the SMB share.",
  384. "schema": {
  385. "type": "string",
  386. "show_if": [
  387. [
  388. "type",
  389. "=",
  390. "smb-pv-pvc"
  391. ]
  392. ],
  393. "required": true
  394. }
  395. },
  396. {
  397. "variable": "domain",
  398. "label": "Domain (Optional)",
  399. "description": "The domain for the SMB share.",
  400. "schema": {
  401. "type": "string",
  402. "show_if": [
  403. [
  404. "type",
  405. "=",
  406. "smb-pv-pvc"
  407. ]
  408. ]
  409. }
  410. },
  411. {
  412. "variable": "username",
  413. "label": "Username",
  414. "description": "The username for the SMB share.",
  415. "schema": {
  416. "type": "string",
  417. "show_if": [
  418. [
  419. "type",
  420. "=",
  421. "smb-pv-pvc"
  422. ]
  423. ],
  424. "required": true
  425. }
  426. },
  427. {
  428. "variable": "password",
  429. "label": "Password",
  430. "description": "The password for the SMB share.",
  431. "schema": {
  432. "type": "string",
  433. "show_if": [
  434. [
  435. "type",
  436. "=",
  437. "smb-pv-pvc"
  438. ]
  439. ],
  440. "required": true,
  441. "private": true
  442. }
  443. },
  444. {
  445. "variable": "size",
  446. "label": "Size (in Gi)",
  447. "description": "The size of the volume quota.",
  448. "schema": {
  449. "type": "int",
  450. "show_if": [
  451. [
  452. "type",
  453. "=",
  454. "smb-pv-pvc"
  455. ]
  456. ],
  457. "required": true,
  458. "min": 1,
  459. "default": 1
  460. }
  461. }
  462. ]
  463. }
  464. }
  465. ]
  466. }
  467. }
  468. ]
  469. }
  470. },
  471. {
  472. "variable": "resources",
  473. "group": "Resources Configuration",
  474. "label": "",
  475. "schema": {
  476. "type": "dict",
  477. "attrs": [
  478. {
  479. "variable": "limits",
  480. "label": "Limits",
  481. "schema": {
  482. "type": "dict",
  483. "attrs": [
  484. {
  485. "variable": "cpu",
  486. "label": "CPU",
  487. "description": "CPU limit for Recyclarr.",
  488. "schema": {
  489. "type": "string",
  490. "max_length": 6,
  491. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  492. "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",
  493. "default": "4000m",
  494. "required": true
  495. }
  496. },
  497. {
  498. "variable": "memory",
  499. "label": "Memory",
  500. "description": "Memory limit for Recyclarr.",
  501. "schema": {
  502. "type": "string",
  503. "max_length": 12,
  504. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  505. "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",
  506. "default": "8Gi",
  507. "required": true
  508. }
  509. }
  510. ]
  511. }
  512. }
  513. ]
  514. }
  515. }
  516. ]
  517. },
  518. "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>",
  519. "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>",
  520. "changelog": null
  521. }
  522. }