app_versions.json 78 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013
  1. {
  2. "1.2.13": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/recyclarr/1.2.13",
  7. "last_update": "2025-03-05 14:27:33",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/timezone",
  11. "normalize/acl"
  12. ],
  13. "human_version": "7.4.1_1.2.13",
  14. "version": "1.2.13",
  15. "chart_metadata": {
  16. "name": "recyclarr",
  17. "description": "Recyclarr synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.",
  18. "annotations": {
  19. "title": "Recyclarr"
  20. },
  21. "type": "application",
  22. "version": "1.2.13",
  23. "apiVersion": "v2",
  24. "appVersion": "7.4.1",
  25. "kubeVersion": ">=1.16.0-0",
  26. "maintainers": [
  27. {
  28. "name": "truenas",
  29. "url": "https://www.truenas.com/",
  30. "email": "dev@ixsystems.com"
  31. }
  32. ],
  33. "dependencies": [
  34. {
  35. "name": "common",
  36. "repository": "file://../../../common",
  37. "version": "1.2.9"
  38. }
  39. ],
  40. "home": "https://recyclarr.dev",
  41. "icon": "https://media.sys.truenas.net/apps/recyclarr/icons/icon.png",
  42. "sources": [
  43. "https://recyclarr.dev",
  44. "https://github.com/truenas/charts/tree/master/community/recyclarr",
  45. "https://github.com/recyclarr/recyclarr/tree/recyclarr"
  46. ],
  47. "keywords": [
  48. "media",
  49. "sonarr",
  50. "radarr"
  51. ]
  52. },
  53. "app_metadata": {
  54. "runAsContext": [
  55. {
  56. "userName": "recyclarr",
  57. "groupName": "recyclarr",
  58. "gid": 568,
  59. "uid": 568,
  60. "description": "Recyclarr can run as any non-root user."
  61. }
  62. ],
  63. "capabilities": [],
  64. "hostMounts": []
  65. },
  66. "schema": {
  67. "groups": [
  68. {
  69. "name": "Recyclarr Configuration",
  70. "description": "Configure Recyclarr"
  71. },
  72. {
  73. "name": "User and Group Configuration",
  74. "description": "Configure User and Group for Recyclarr"
  75. },
  76. {
  77. "name": "Storage Configuration",
  78. "description": "Configure Storage for Recyclarr"
  79. },
  80. {
  81. "name": "Resources Configuration",
  82. "description": "Configure Resources for Recyclarr"
  83. }
  84. ],
  85. "questions": [
  86. {
  87. "variable": "TZ",
  88. "group": "Recyclarr Configuration",
  89. "label": "Timezone",
  90. "schema": {
  91. "type": "string",
  92. "default": "America/Los_Angeles",
  93. "required": true,
  94. "$ref": [
  95. "definitions/timezone"
  96. ],
  97. "enum": [
  98. {
  99. "value": "Asia/Damascus",
  100. "description": "'Asia/Damascus' timezone"
  101. },
  102. {
  103. "value": "Asia/Saigon",
  104. "description": "'Asia/Saigon' timezone"
  105. }
  106. ]
  107. }
  108. },
  109. {
  110. "variable": "recyclarrConfig",
  111. "label": "",
  112. "group": "Recyclarr Configuration",
  113. "schema": {
  114. "type": "dict",
  115. "attrs": [
  116. {
  117. "variable": "createConfig",
  118. "label": "Create Default Config",
  119. "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",
  120. "schema": {
  121. "type": "boolean",
  122. "default": false
  123. }
  124. },
  125. {
  126. "variable": "cronSchedule",
  127. "label": "Cron Schedule",
  128. "description": "The cron schedule to use for Recyclarr.\n",
  129. "schema": {
  130. "type": "string",
  131. "default": "@daily",
  132. "required": true
  133. }
  134. },
  135. {
  136. "variable": "additionalEnvs",
  137. "label": "Additional Environment Variables",
  138. "description": "Configure additional environment variables for Recyclarr.",
  139. "schema": {
  140. "type": "list",
  141. "default": [],
  142. "items": [
  143. {
  144. "variable": "env",
  145. "label": "Environment Variable",
  146. "schema": {
  147. "type": "dict",
  148. "attrs": [
  149. {
  150. "variable": "name",
  151. "label": "Name",
  152. "schema": {
  153. "type": "string",
  154. "required": true
  155. }
  156. },
  157. {
  158. "variable": "value",
  159. "label": "Value",
  160. "schema": {
  161. "type": "string",
  162. "required": true
  163. }
  164. }
  165. ]
  166. }
  167. }
  168. ]
  169. }
  170. }
  171. ]
  172. }
  173. },
  174. {
  175. "variable": "recyclarrRunAs",
  176. "label": "",
  177. "group": "User and Group Configuration",
  178. "schema": {
  179. "type": "dict",
  180. "attrs": [
  181. {
  182. "variable": "user",
  183. "label": "User ID",
  184. "description": "The user id that Recyclarr will run as.",
  185. "schema": {
  186. "type": "int",
  187. "min": 2,
  188. "default": 568,
  189. "required": true
  190. }
  191. },
  192. {
  193. "variable": "group",
  194. "label": "Group ID",
  195. "description": "The group id that Recyclarr will run as.",
  196. "schema": {
  197. "type": "int",
  198. "min": 2,
  199. "default": 568,
  200. "required": true
  201. }
  202. }
  203. ]
  204. }
  205. },
  206. {
  207. "variable": "recyclarrStorage",
  208. "label": "",
  209. "group": "Storage Configuration",
  210. "schema": {
  211. "type": "dict",
  212. "attrs": [
  213. {
  214. "variable": "config",
  215. "label": "Recyclarr Config Storage",
  216. "description": "The path to store Recyclarr Configuration.",
  217. "schema": {
  218. "type": "dict",
  219. "attrs": [
  220. {
  221. "variable": "type",
  222. "label": "Type",
  223. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  224. "schema": {
  225. "type": "string",
  226. "required": true,
  227. "immutable": true,
  228. "default": "ixVolume",
  229. "enum": [
  230. {
  231. "value": "hostPath",
  232. "description": "Host Path (Path that already exists on the system)"
  233. },
  234. {
  235. "value": "ixVolume",
  236. "description": "ixVolume (Dataset created automatically by the system)"
  237. }
  238. ]
  239. }
  240. },
  241. {
  242. "variable": "ixVolumeConfig",
  243. "label": "ixVolume Configuration",
  244. "description": "The configuration for the ixVolume dataset.",
  245. "schema": {
  246. "type": "dict",
  247. "show_if": [
  248. [
  249. "type",
  250. "=",
  251. "ixVolume"
  252. ]
  253. ],
  254. "$ref": [
  255. "normalize/ixVolume"
  256. ],
  257. "attrs": [
  258. {
  259. "variable": "aclEnable",
  260. "label": "Enable ACL",
  261. "description": "Enable ACL for the dataset.",
  262. "schema": {
  263. "type": "boolean",
  264. "default": false
  265. }
  266. },
  267. {
  268. "variable": "datasetName",
  269. "label": "Dataset Name",
  270. "description": "The name of the dataset to use for storage.",
  271. "schema": {
  272. "type": "string",
  273. "required": true,
  274. "immutable": true,
  275. "hidden": true,
  276. "default": "config"
  277. }
  278. },
  279. {
  280. "variable": "aclEntries",
  281. "label": "ACL Configuration",
  282. "schema": {
  283. "type": "dict",
  284. "show_if": [
  285. [
  286. "aclEnable",
  287. "=",
  288. true
  289. ]
  290. ],
  291. "attrs": [
  292. {
  293. "variable": "path",
  294. "label": "Path",
  295. "description": "Path to perform ACL",
  296. "schema": {
  297. "type": "string",
  298. "hidden": true
  299. }
  300. },
  301. {
  302. "variable": "entries",
  303. "label": "ACL Entries",
  304. "description": "ACL Entries",
  305. "schema": {
  306. "type": "list",
  307. "items": [
  308. {
  309. "variable": "aclEntry",
  310. "label": "ACL Entry",
  311. "schema": {
  312. "type": "dict",
  313. "attrs": [
  314. {
  315. "variable": "id_type",
  316. "label": "ID Type",
  317. "schema": {
  318. "type": "string",
  319. "enum": [
  320. {
  321. "value": "USER",
  322. "description": "Entry is for a USER"
  323. },
  324. {
  325. "value": "GROUP",
  326. "description": "Entry is for a GROUP"
  327. }
  328. ],
  329. "default": "USER"
  330. }
  331. },
  332. {
  333. "variable": "id",
  334. "label": "ID",
  335. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  336. "schema": {
  337. "type": "int",
  338. "required": true,
  339. "min": 0
  340. }
  341. },
  342. {
  343. "variable": "access",
  344. "label": "Access",
  345. "schema": {
  346. "type": "string",
  347. "enum": [
  348. {
  349. "value": "READ",
  350. "description": "Read Access"
  351. },
  352. {
  353. "value": "MODIFY",
  354. "description": "Modify Access"
  355. },
  356. {
  357. "value": "FULL_CONTROL",
  358. "description": "FULL_CONTROL Access"
  359. }
  360. ]
  361. }
  362. }
  363. ]
  364. }
  365. }
  366. ]
  367. }
  368. }
  369. ]
  370. }
  371. }
  372. ]
  373. }
  374. },
  375. {
  376. "variable": "hostPathConfig",
  377. "label": "Host Path Configuration",
  378. "schema": {
  379. "type": "dict",
  380. "show_if": [
  381. [
  382. "type",
  383. "=",
  384. "hostPath"
  385. ]
  386. ],
  387. "attrs": [
  388. {
  389. "variable": "aclEnable",
  390. "label": "Enable ACL",
  391. "description": "Enable ACL for the dataset.",
  392. "schema": {
  393. "type": "boolean",
  394. "default": false
  395. }
  396. },
  397. {
  398. "variable": "acl",
  399. "label": "ACL Configuration",
  400. "schema": {
  401. "type": "dict",
  402. "show_if": [
  403. [
  404. "aclEnable",
  405. "=",
  406. true
  407. ]
  408. ],
  409. "attrs": [
  410. {
  411. "variable": "path",
  412. "label": "Host Path",
  413. "description": "Host Path to perform ACL",
  414. "schema": {
  415. "type": "hostpath",
  416. "required": true,
  417. "empty": false
  418. }
  419. },
  420. {
  421. "variable": "entries",
  422. "label": "ACL Entries",
  423. "description": "ACL Entries",
  424. "schema": {
  425. "type": "list",
  426. "items": [
  427. {
  428. "variable": "aclEntry",
  429. "label": "ACL Entry",
  430. "schema": {
  431. "type": "dict",
  432. "attrs": [
  433. {
  434. "variable": "id_type",
  435. "label": "ID Type",
  436. "schema": {
  437. "type": "string",
  438. "enum": [
  439. {
  440. "value": "USER",
  441. "description": "Entry is for a USER"
  442. },
  443. {
  444. "value": "GROUP",
  445. "description": "Entry is for a GROUP"
  446. }
  447. ],
  448. "default": "USER"
  449. }
  450. },
  451. {
  452. "variable": "id",
  453. "label": "ID",
  454. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  455. "schema": {
  456. "type": "int",
  457. "required": true,
  458. "min": 0
  459. }
  460. },
  461. {
  462. "variable": "access",
  463. "label": "Access",
  464. "schema": {
  465. "type": "string",
  466. "enum": [
  467. {
  468. "value": "READ",
  469. "description": "Read Access"
  470. },
  471. {
  472. "value": "MODIFY",
  473. "description": "Modify Access"
  474. },
  475. {
  476. "value": "FULL_CONTROL",
  477. "description": "FULL_CONTROL Access"
  478. }
  479. ]
  480. }
  481. }
  482. ]
  483. }
  484. }
  485. ]
  486. }
  487. },
  488. {
  489. "variable": "options",
  490. "label": "ACL Options",
  491. "schema": {
  492. "type": "dict",
  493. "attrs": [
  494. {
  495. "variable": "force",
  496. "label": "Force Flag",
  497. "description": "Enabling `Force` applies ACL even if the path has existing data",
  498. "schema": {
  499. "type": "boolean",
  500. "default": false
  501. }
  502. }
  503. ]
  504. }
  505. }
  506. ],
  507. "$ref": [
  508. "normalize/acl"
  509. ]
  510. }
  511. },
  512. {
  513. "variable": "hostPath",
  514. "label": "Host Path",
  515. "description": "The host path to use for storage.",
  516. "schema": {
  517. "type": "hostpath",
  518. "show_if": [
  519. [
  520. "aclEnable",
  521. "=",
  522. false
  523. ]
  524. ],
  525. "required": true
  526. }
  527. }
  528. ]
  529. }
  530. }
  531. ]
  532. }
  533. },
  534. {
  535. "variable": "additionalStorages",
  536. "label": "Additional Storage",
  537. "description": "Additional storage for Recyclarr.",
  538. "schema": {
  539. "type": "list",
  540. "default": [],
  541. "items": [
  542. {
  543. "variable": "storageEntry",
  544. "label": "Storage Entry",
  545. "schema": {
  546. "type": "dict",
  547. "attrs": [
  548. {
  549. "variable": "type",
  550. "label": "Type",
  551. "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",
  552. "schema": {
  553. "type": "string",
  554. "required": true,
  555. "default": "ixVolume",
  556. "immutable": true,
  557. "enum": [
  558. {
  559. "value": "hostPath",
  560. "description": "Host Path (Path that already exists on the system)"
  561. },
  562. {
  563. "value": "ixVolume",
  564. "description": "ixVolume (Dataset created automatically by the system)"
  565. },
  566. {
  567. "value": "smb-pv-pvc",
  568. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  569. }
  570. ]
  571. }
  572. },
  573. {
  574. "variable": "readOnly",
  575. "label": "Read Only",
  576. "description": "Mount the volume as read only.",
  577. "schema": {
  578. "type": "boolean",
  579. "default": false
  580. }
  581. },
  582. {
  583. "variable": "mountPath",
  584. "label": "Mount Path",
  585. "description": "The path inside the container to mount the storage.",
  586. "schema": {
  587. "type": "path",
  588. "required": true
  589. }
  590. },
  591. {
  592. "variable": "hostPathConfig",
  593. "label": "Host Path Configuration",
  594. "schema": {
  595. "type": "dict",
  596. "show_if": [
  597. [
  598. "type",
  599. "=",
  600. "hostPath"
  601. ]
  602. ],
  603. "attrs": [
  604. {
  605. "variable": "aclEnable",
  606. "label": "Enable ACL",
  607. "description": "Enable ACL for the dataset.",
  608. "schema": {
  609. "type": "boolean",
  610. "default": false
  611. }
  612. },
  613. {
  614. "variable": "acl",
  615. "label": "ACL Configuration",
  616. "schema": {
  617. "type": "dict",
  618. "show_if": [
  619. [
  620. "aclEnable",
  621. "=",
  622. true
  623. ]
  624. ],
  625. "attrs": [
  626. {
  627. "variable": "path",
  628. "label": "Host Path",
  629. "description": "Host Path to perform ACL",
  630. "schema": {
  631. "type": "hostpath",
  632. "required": true,
  633. "empty": false
  634. }
  635. },
  636. {
  637. "variable": "entries",
  638. "label": "ACL Entries",
  639. "description": "ACL Entries",
  640. "schema": {
  641. "type": "list",
  642. "items": [
  643. {
  644. "variable": "aclEntry",
  645. "label": "ACL Entry",
  646. "schema": {
  647. "type": "dict",
  648. "attrs": [
  649. {
  650. "variable": "id_type",
  651. "label": "ID Type",
  652. "schema": {
  653. "type": "string",
  654. "enum": [
  655. {
  656. "value": "USER",
  657. "description": "Entry is for a USER"
  658. },
  659. {
  660. "value": "GROUP",
  661. "description": "Entry is for a GROUP"
  662. }
  663. ],
  664. "default": "USER"
  665. }
  666. },
  667. {
  668. "variable": "id",
  669. "label": "ID",
  670. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  671. "schema": {
  672. "type": "int",
  673. "required": true,
  674. "min": 0
  675. }
  676. },
  677. {
  678. "variable": "access",
  679. "label": "Access",
  680. "schema": {
  681. "type": "string",
  682. "enum": [
  683. {
  684. "value": "READ",
  685. "description": "Read Access"
  686. },
  687. {
  688. "value": "MODIFY",
  689. "description": "Modify Access"
  690. },
  691. {
  692. "value": "FULL_CONTROL",
  693. "description": "FULL_CONTROL Access"
  694. }
  695. ]
  696. }
  697. }
  698. ]
  699. }
  700. }
  701. ]
  702. }
  703. },
  704. {
  705. "variable": "options",
  706. "label": "ACL Options",
  707. "schema": {
  708. "type": "dict",
  709. "attrs": [
  710. {
  711. "variable": "force",
  712. "label": "Force Flag",
  713. "description": "Enabling `Force` applies ACL even if the path has existing data",
  714. "schema": {
  715. "type": "boolean",
  716. "default": false
  717. }
  718. }
  719. ]
  720. }
  721. }
  722. ],
  723. "$ref": [
  724. "normalize/acl"
  725. ]
  726. }
  727. },
  728. {
  729. "variable": "hostPath",
  730. "label": "Host Path",
  731. "description": "The host path to use for storage.",
  732. "schema": {
  733. "type": "hostpath",
  734. "show_if": [
  735. [
  736. "aclEnable",
  737. "=",
  738. false
  739. ]
  740. ],
  741. "required": true
  742. }
  743. }
  744. ]
  745. }
  746. },
  747. {
  748. "variable": "ixVolumeConfig",
  749. "label": "ixVolume Configuration",
  750. "description": "The configuration for the ixVolume dataset.",
  751. "schema": {
  752. "type": "dict",
  753. "show_if": [
  754. [
  755. "type",
  756. "=",
  757. "ixVolume"
  758. ]
  759. ],
  760. "$ref": [
  761. "normalize/ixVolume"
  762. ],
  763. "attrs": [
  764. {
  765. "variable": "aclEnable",
  766. "label": "Enable ACL",
  767. "description": "Enable ACL for the dataset.",
  768. "schema": {
  769. "type": "boolean",
  770. "default": false
  771. }
  772. },
  773. {
  774. "variable": "datasetName",
  775. "label": "Dataset Name",
  776. "description": "The name of the dataset to use for storage.",
  777. "schema": {
  778. "type": "string",
  779. "required": true,
  780. "immutable": true,
  781. "default": "storage_entry"
  782. }
  783. },
  784. {
  785. "variable": "aclEntries",
  786. "label": "ACL Configuration",
  787. "schema": {
  788. "type": "dict",
  789. "show_if": [
  790. [
  791. "aclEnable",
  792. "=",
  793. true
  794. ]
  795. ],
  796. "attrs": [
  797. {
  798. "variable": "path",
  799. "label": "Path",
  800. "description": "Path to perform ACL",
  801. "schema": {
  802. "type": "string",
  803. "hidden": true
  804. }
  805. },
  806. {
  807. "variable": "entries",
  808. "label": "ACL Entries",
  809. "description": "ACL Entries",
  810. "schema": {
  811. "type": "list",
  812. "items": [
  813. {
  814. "variable": "aclEntry",
  815. "label": "ACL Entry",
  816. "schema": {
  817. "type": "dict",
  818. "attrs": [
  819. {
  820. "variable": "id_type",
  821. "label": "ID Type",
  822. "schema": {
  823. "type": "string",
  824. "enum": [
  825. {
  826. "value": "USER",
  827. "description": "Entry is for a USER"
  828. },
  829. {
  830. "value": "GROUP",
  831. "description": "Entry is for a GROUP"
  832. }
  833. ],
  834. "default": "USER"
  835. }
  836. },
  837. {
  838. "variable": "id",
  839. "label": "ID",
  840. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  841. "schema": {
  842. "type": "int",
  843. "required": true,
  844. "min": 0
  845. }
  846. },
  847. {
  848. "variable": "access",
  849. "label": "Access",
  850. "schema": {
  851. "type": "string",
  852. "enum": [
  853. {
  854. "value": "READ",
  855. "description": "Read Access"
  856. },
  857. {
  858. "value": "MODIFY",
  859. "description": "Modify Access"
  860. },
  861. {
  862. "value": "FULL_CONTROL",
  863. "description": "FULL_CONTROL Access"
  864. }
  865. ]
  866. }
  867. }
  868. ]
  869. }
  870. }
  871. ]
  872. }
  873. }
  874. ]
  875. }
  876. }
  877. ]
  878. }
  879. },
  880. {
  881. "variable": "smbConfig",
  882. "label": "SMB Share Configuration",
  883. "description": "The configuration for the SMB Share.",
  884. "schema": {
  885. "type": "dict",
  886. "show_if": [
  887. [
  888. "type",
  889. "=",
  890. "smb-pv-pvc"
  891. ]
  892. ],
  893. "attrs": [
  894. {
  895. "variable": "server",
  896. "label": "Server",
  897. "description": "The server for the SMB share.",
  898. "schema": {
  899. "type": "string",
  900. "required": true
  901. }
  902. },
  903. {
  904. "variable": "share",
  905. "label": "Share",
  906. "description": "The share name for the SMB share.",
  907. "schema": {
  908. "type": "string",
  909. "required": true
  910. }
  911. },
  912. {
  913. "variable": "domain",
  914. "label": "Domain (Optional)",
  915. "description": "The domain for the SMB share.",
  916. "schema": {
  917. "type": "string"
  918. }
  919. },
  920. {
  921. "variable": "username",
  922. "label": "Username",
  923. "description": "The username for the SMB share.",
  924. "schema": {
  925. "type": "string",
  926. "required": true
  927. }
  928. },
  929. {
  930. "variable": "password",
  931. "label": "Password",
  932. "description": "The password for the SMB share.",
  933. "schema": {
  934. "type": "string",
  935. "required": true,
  936. "private": true
  937. }
  938. },
  939. {
  940. "variable": "size",
  941. "label": "Size (in Gi)",
  942. "description": "The size of the volume quota.",
  943. "schema": {
  944. "type": "int",
  945. "required": true,
  946. "min": 1,
  947. "default": 1
  948. }
  949. }
  950. ]
  951. }
  952. }
  953. ]
  954. }
  955. }
  956. ]
  957. }
  958. }
  959. ]
  960. }
  961. },
  962. {
  963. "variable": "resources",
  964. "group": "Resources Configuration",
  965. "label": "",
  966. "schema": {
  967. "type": "dict",
  968. "attrs": [
  969. {
  970. "variable": "limits",
  971. "label": "Limits",
  972. "schema": {
  973. "type": "dict",
  974. "attrs": [
  975. {
  976. "variable": "cpu",
  977. "label": "CPU",
  978. "description": "CPU limit for Recyclarr.",
  979. "schema": {
  980. "type": "string",
  981. "max_length": 6,
  982. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  983. "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",
  984. "default": "4000m",
  985. "required": true
  986. }
  987. },
  988. {
  989. "variable": "memory",
  990. "label": "Memory",
  991. "description": "Memory limit for Recyclarr.",
  992. "schema": {
  993. "type": "string",
  994. "max_length": 12,
  995. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  996. "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",
  997. "default": "8Gi",
  998. "required": true
  999. }
  1000. }
  1001. ]
  1002. }
  1003. }
  1004. ]
  1005. }
  1006. }
  1007. ]
  1008. },
  1009. "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>",
  1010. "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>",
  1011. "changelog": null
  1012. }
  1013. }