app_versions.json 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  1. {
  2. "1.2.5": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/recyclarr/1.2.5",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "7.4.1_1.2.5",
  10. "version": "1.2.5",
  11. "app_metadata": {
  12. "app_version": "7.4.1",
  13. "capabilities": [],
  14. "categories": [
  15. "media"
  16. ],
  17. "changelog_url": "https://github.com/recyclarr/recyclarr/blob/master/CHANGELOG.md",
  18. "date_added": "2024-09-10",
  19. "description": "Recyclarr synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.",
  20. "home": "https://recyclarr.dev",
  21. "host_mounts": [],
  22. "icon": "https://media.sys.truenas.net/apps/recyclarr/icons/icon.png",
  23. "keywords": [
  24. "sync",
  25. "sonarr",
  26. "radarr"
  27. ],
  28. "lib_version": "2.1.49",
  29. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  30. "maintainers": [
  31. {
  32. "email": "dev@ixsystems.com",
  33. "name": "truenas",
  34. "url": "https://www.truenas.com/"
  35. }
  36. ],
  37. "name": "recyclarr",
  38. "run_as_context": [
  39. {
  40. "description": "Recyclarr runs as any non-root user.",
  41. "gid": 568,
  42. "group_name": "recyclarr",
  43. "uid": 568,
  44. "user_name": "recyclarr"
  45. }
  46. ],
  47. "screenshots": [],
  48. "sources": [
  49. "https://recyclarr.dev",
  50. "https://github.com/recyclarr/recyclarr/tree/recyclarr"
  51. ],
  52. "title": "Recyclarr",
  53. "train": "community",
  54. "version": "1.2.5"
  55. },
  56. "schema": {
  57. "groups": [
  58. {
  59. "name": "Recyclarr Configuration",
  60. "description": "Configure Recyclarr"
  61. },
  62. {
  63. "name": "User and Group Configuration",
  64. "description": "Configure User and Group for Recyclarr"
  65. },
  66. {
  67. "name": "Network Configuration",
  68. "description": "Configure Network for Recyclarr"
  69. },
  70. {
  71. "name": "Storage Configuration",
  72. "description": "Configure Storage for Recyclarr"
  73. },
  74. {
  75. "name": "Labels Configuration",
  76. "description": "Configure Labels for Recyclarr"
  77. },
  78. {
  79. "name": "Resources Configuration",
  80. "description": "Configure Resources for Recyclarr"
  81. }
  82. ],
  83. "questions": [
  84. {
  85. "variable": "TZ",
  86. "group": "Recyclarr Configuration",
  87. "label": "Timezone",
  88. "schema": {
  89. "type": "string",
  90. "default": "Etc/UTC",
  91. "required": true,
  92. "$ref": [
  93. "definitions/timezone"
  94. ]
  95. }
  96. },
  97. {
  98. "variable": "recyclarr",
  99. "label": "",
  100. "group": "Recyclarr Configuration",
  101. "schema": {
  102. "type": "dict",
  103. "attrs": [
  104. {
  105. "variable": "create_config",
  106. "label": "Create Default Config",
  107. "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",
  108. "schema": {
  109. "type": "boolean",
  110. "default": false
  111. }
  112. },
  113. {
  114. "variable": "cron_schedule",
  115. "label": "Cron Schedule",
  116. "description": "The cron schedule to use for Recyclarr.\n",
  117. "schema": {
  118. "type": "string",
  119. "default": "@daily",
  120. "required": true
  121. }
  122. },
  123. {
  124. "variable": "additional_envs",
  125. "label": "Additional Environment Variables",
  126. "schema": {
  127. "type": "list",
  128. "default": [],
  129. "items": [
  130. {
  131. "variable": "env",
  132. "label": "Environment Variable",
  133. "schema": {
  134. "type": "dict",
  135. "attrs": [
  136. {
  137. "variable": "name",
  138. "label": "Name",
  139. "schema": {
  140. "type": "string",
  141. "required": true
  142. }
  143. },
  144. {
  145. "variable": "value",
  146. "label": "Value",
  147. "schema": {
  148. "type": "string"
  149. }
  150. }
  151. ]
  152. }
  153. }
  154. ]
  155. }
  156. }
  157. ]
  158. }
  159. },
  160. {
  161. "variable": "run_as",
  162. "label": "",
  163. "group": "User and Group Configuration",
  164. "schema": {
  165. "type": "dict",
  166. "attrs": [
  167. {
  168. "variable": "user",
  169. "label": "User ID",
  170. "description": "The user id that Recyclarr files will be owned by.",
  171. "schema": {
  172. "type": "int",
  173. "min": 568,
  174. "default": 568,
  175. "required": true
  176. }
  177. },
  178. {
  179. "variable": "group",
  180. "label": "Group ID",
  181. "description": "The group id that Recyclarr files will be owned by.",
  182. "schema": {
  183. "type": "int",
  184. "min": 568,
  185. "default": 568,
  186. "required": true
  187. }
  188. }
  189. ]
  190. }
  191. },
  192. {
  193. "variable": "network",
  194. "label": "",
  195. "group": "Network Configuration",
  196. "schema": {
  197. "type": "dict",
  198. "attrs": [
  199. {
  200. "variable": "host_network",
  201. "label": "Host Network",
  202. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  203. "schema": {
  204. "type": "boolean",
  205. "default": false
  206. }
  207. }
  208. ]
  209. }
  210. },
  211. {
  212. "variable": "storage",
  213. "label": "",
  214. "group": "Storage Configuration",
  215. "schema": {
  216. "type": "dict",
  217. "attrs": [
  218. {
  219. "variable": "config",
  220. "label": "Recyclarr Config Storage",
  221. "description": "The path to store Recyclarr Config.",
  222. "schema": {
  223. "type": "dict",
  224. "attrs": [
  225. {
  226. "variable": "type",
  227. "label": "Type",
  228. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  229. "schema": {
  230. "type": "string",
  231. "required": true,
  232. "default": "ix_volume",
  233. "enum": [
  234. {
  235. "value": "host_path",
  236. "description": "Host Path (Path that already exists on the system)"
  237. },
  238. {
  239. "value": "ix_volume",
  240. "description": "ixVolume (Dataset created automatically by the system)"
  241. }
  242. ]
  243. }
  244. },
  245. {
  246. "variable": "ix_volume_config",
  247. "label": "ixVolume Configuration",
  248. "description": "The configuration for the ixVolume dataset.",
  249. "schema": {
  250. "type": "dict",
  251. "show_if": [
  252. [
  253. "type",
  254. "=",
  255. "ix_volume"
  256. ]
  257. ],
  258. "$ref": [
  259. "normalize/ix_volume"
  260. ],
  261. "attrs": [
  262. {
  263. "variable": "acl_enable",
  264. "label": "Enable ACL",
  265. "description": "Enable ACL for the storage.",
  266. "schema": {
  267. "type": "boolean",
  268. "default": false
  269. }
  270. },
  271. {
  272. "variable": "dataset_name",
  273. "label": "Dataset Name",
  274. "description": "The name of the dataset to use for storage.",
  275. "schema": {
  276. "type": "string",
  277. "required": true,
  278. "hidden": true,
  279. "default": "config"
  280. }
  281. },
  282. {
  283. "variable": "acl_entries",
  284. "label": "ACL Configuration",
  285. "schema": {
  286. "type": "dict",
  287. "show_if": [
  288. [
  289. "acl_enable",
  290. "=",
  291. true
  292. ]
  293. ],
  294. "attrs": []
  295. }
  296. }
  297. ]
  298. }
  299. },
  300. {
  301. "variable": "host_path_config",
  302. "label": "Host Path Configuration",
  303. "schema": {
  304. "type": "dict",
  305. "show_if": [
  306. [
  307. "type",
  308. "=",
  309. "host_path"
  310. ]
  311. ],
  312. "attrs": [
  313. {
  314. "variable": "acl_enable",
  315. "label": "Enable ACL",
  316. "description": "Enable ACL for the storage.",
  317. "schema": {
  318. "type": "boolean",
  319. "default": false
  320. }
  321. },
  322. {
  323. "variable": "acl",
  324. "label": "ACL Configuration",
  325. "schema": {
  326. "type": "dict",
  327. "show_if": [
  328. [
  329. "acl_enable",
  330. "=",
  331. true
  332. ]
  333. ],
  334. "attrs": [],
  335. "$ref": [
  336. "normalize/acl"
  337. ]
  338. }
  339. },
  340. {
  341. "variable": "path",
  342. "label": "Host Path",
  343. "description": "The host path to use for storage.",
  344. "schema": {
  345. "type": "hostpath",
  346. "show_if": [
  347. [
  348. "acl_enable",
  349. "=",
  350. false
  351. ]
  352. ],
  353. "required": true
  354. }
  355. }
  356. ]
  357. }
  358. }
  359. ]
  360. }
  361. },
  362. {
  363. "variable": "additional_storage",
  364. "label": "Additional Storage",
  365. "schema": {
  366. "type": "list",
  367. "default": [],
  368. "items": [
  369. {
  370. "variable": "storageEntry",
  371. "label": "Storage Entry",
  372. "schema": {
  373. "type": "dict",
  374. "attrs": [
  375. {
  376. "variable": "type",
  377. "label": "Type",
  378. "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 as a volume.\n",
  379. "schema": {
  380. "type": "string",
  381. "required": true,
  382. "default": "ix_volume",
  383. "enum": [
  384. {
  385. "value": "host_path",
  386. "description": "Host Path (Path that already exists on the system)"
  387. },
  388. {
  389. "value": "ix_volume",
  390. "description": "ixVolume (Dataset created automatically by the system)"
  391. },
  392. {
  393. "value": "cifs",
  394. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  395. }
  396. ]
  397. }
  398. },
  399. {
  400. "variable": "read_only",
  401. "label": "Read Only",
  402. "description": "Mount the volume as read only.",
  403. "schema": {
  404. "type": "boolean",
  405. "default": false
  406. }
  407. },
  408. {
  409. "variable": "mount_path",
  410. "label": "Mount Path",
  411. "description": "The path inside the container to mount the storage.",
  412. "schema": {
  413. "type": "path",
  414. "required": true
  415. }
  416. },
  417. {
  418. "variable": "host_path_config",
  419. "label": "Host Path Configuration",
  420. "schema": {
  421. "type": "dict",
  422. "show_if": [
  423. [
  424. "type",
  425. "=",
  426. "host_path"
  427. ]
  428. ],
  429. "attrs": [
  430. {
  431. "variable": "acl_enable",
  432. "label": "Enable ACL",
  433. "description": "Enable ACL for the storage.",
  434. "schema": {
  435. "type": "boolean",
  436. "default": false
  437. }
  438. },
  439. {
  440. "variable": "acl",
  441. "label": "ACL Configuration",
  442. "schema": {
  443. "type": "dict",
  444. "show_if": [
  445. [
  446. "acl_enable",
  447. "=",
  448. true
  449. ]
  450. ],
  451. "attrs": [],
  452. "$ref": [
  453. "normalize/acl"
  454. ]
  455. }
  456. },
  457. {
  458. "variable": "path",
  459. "label": "Host Path",
  460. "description": "The host path to use for storage.",
  461. "schema": {
  462. "type": "hostpath",
  463. "show_if": [
  464. [
  465. "acl_enable",
  466. "=",
  467. false
  468. ]
  469. ],
  470. "required": true
  471. }
  472. }
  473. ]
  474. }
  475. },
  476. {
  477. "variable": "ix_volume_config",
  478. "label": "ixVolume Configuration",
  479. "description": "The configuration for the ixVolume dataset.",
  480. "schema": {
  481. "type": "dict",
  482. "show_if": [
  483. [
  484. "type",
  485. "=",
  486. "ix_volume"
  487. ]
  488. ],
  489. "$ref": [
  490. "normalize/ix_volume"
  491. ],
  492. "attrs": [
  493. {
  494. "variable": "acl_enable",
  495. "label": "Enable ACL",
  496. "description": "Enable ACL for the storage.",
  497. "schema": {
  498. "type": "boolean",
  499. "default": false
  500. }
  501. },
  502. {
  503. "variable": "dataset_name",
  504. "label": "Dataset Name",
  505. "description": "The name of the dataset to use for storage.",
  506. "schema": {
  507. "type": "string",
  508. "required": true,
  509. "default": "storage_entry"
  510. }
  511. },
  512. {
  513. "variable": "acl_entries",
  514. "label": "ACL Configuration",
  515. "schema": {
  516. "type": "dict",
  517. "show_if": [
  518. [
  519. "acl_enable",
  520. "=",
  521. true
  522. ]
  523. ],
  524. "attrs": [],
  525. "$ref": [
  526. "normalize/acl"
  527. ]
  528. }
  529. }
  530. ]
  531. }
  532. },
  533. {
  534. "variable": "cifs_config",
  535. "label": "SMB Configuration",
  536. "description": "The configuration for the SMB dataset.",
  537. "schema": {
  538. "type": "dict",
  539. "show_if": [
  540. [
  541. "type",
  542. "=",
  543. "cifs"
  544. ]
  545. ],
  546. "attrs": [
  547. {
  548. "variable": "server",
  549. "label": "Server",
  550. "description": "The server to mount the SMB share.",
  551. "schema": {
  552. "type": "string",
  553. "required": true
  554. }
  555. },
  556. {
  557. "variable": "path",
  558. "label": "Path",
  559. "description": "The path to mount the SMB share.",
  560. "schema": {
  561. "type": "string",
  562. "required": true
  563. }
  564. },
  565. {
  566. "variable": "username",
  567. "label": "Username",
  568. "description": "The username to use for the SMB share.",
  569. "schema": {
  570. "type": "string",
  571. "required": true
  572. }
  573. },
  574. {
  575. "variable": "password",
  576. "label": "Password",
  577. "description": "The password to use for the SMB share.",
  578. "schema": {
  579. "type": "string",
  580. "required": true,
  581. "private": true
  582. }
  583. },
  584. {
  585. "variable": "domain",
  586. "label": "Domain",
  587. "description": "The domain to use for the SMB share.",
  588. "schema": {
  589. "type": "string"
  590. }
  591. }
  592. ]
  593. }
  594. }
  595. ]
  596. }
  597. }
  598. ]
  599. }
  600. }
  601. ]
  602. }
  603. },
  604. {
  605. "variable": "labels",
  606. "label": "",
  607. "group": "Labels Configuration",
  608. "schema": {
  609. "type": "list",
  610. "default": [],
  611. "items": [
  612. {
  613. "variable": "label",
  614. "label": "Label",
  615. "schema": {
  616. "type": "dict",
  617. "attrs": [
  618. {
  619. "variable": "key",
  620. "label": "Key",
  621. "schema": {
  622. "type": "string",
  623. "required": true
  624. }
  625. },
  626. {
  627. "variable": "value",
  628. "label": "Value",
  629. "schema": {
  630. "type": "string",
  631. "required": true
  632. }
  633. },
  634. {
  635. "variable": "containers",
  636. "label": "Containers",
  637. "description": "Containers where the label should be applied",
  638. "schema": {
  639. "type": "list",
  640. "items": [
  641. {
  642. "variable": "container",
  643. "label": "Container",
  644. "schema": {
  645. "type": "string",
  646. "required": true,
  647. "enum": [
  648. {
  649. "value": "recyclarr",
  650. "description": "recyclarr"
  651. }
  652. ]
  653. }
  654. }
  655. ]
  656. }
  657. }
  658. ]
  659. }
  660. }
  661. ]
  662. }
  663. },
  664. {
  665. "variable": "resources",
  666. "label": "",
  667. "group": "Resources Configuration",
  668. "schema": {
  669. "type": "dict",
  670. "attrs": [
  671. {
  672. "variable": "limits",
  673. "label": "Limits",
  674. "schema": {
  675. "type": "dict",
  676. "attrs": [
  677. {
  678. "variable": "cpus",
  679. "label": "CPUs",
  680. "description": "CPUs limit for Recyclarr.",
  681. "schema": {
  682. "type": "int",
  683. "default": 2,
  684. "required": true
  685. }
  686. },
  687. {
  688. "variable": "memory",
  689. "label": "Memory (in MB)",
  690. "description": "Memory limit for Recyclarr.",
  691. "schema": {
  692. "type": "int",
  693. "default": 4096,
  694. "required": true
  695. }
  696. }
  697. ]
  698. }
  699. }
  700. ]
  701. }
  702. }
  703. ]
  704. },
  705. "readme": "<h1>Recyclarr</h1> <p><a href=\"https://github.com/recyclarr/recyclarr\">Recyclarr</a> synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.</p>",
  706. "changelog": null,
  707. "chart_metadata": {
  708. "app_version": "7.4.1",
  709. "capabilities": [],
  710. "categories": [
  711. "media"
  712. ],
  713. "changelog_url": "https://github.com/recyclarr/recyclarr/blob/master/CHANGELOG.md",
  714. "date_added": "2024-09-10",
  715. "description": "Recyclarr synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.",
  716. "home": "https://recyclarr.dev",
  717. "host_mounts": [],
  718. "icon": "https://media.sys.truenas.net/apps/recyclarr/icons/icon.png",
  719. "keywords": [
  720. "sync",
  721. "sonarr",
  722. "radarr"
  723. ],
  724. "lib_version": "2.1.49",
  725. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  726. "maintainers": [
  727. {
  728. "email": "dev@ixsystems.com",
  729. "name": "truenas",
  730. "url": "https://www.truenas.com/"
  731. }
  732. ],
  733. "name": "recyclarr",
  734. "run_as_context": [
  735. {
  736. "description": "Recyclarr runs as any non-root user.",
  737. "gid": 568,
  738. "group_name": "recyclarr",
  739. "uid": 568,
  740. "user_name": "recyclarr"
  741. }
  742. ],
  743. "screenshots": [],
  744. "sources": [
  745. "https://recyclarr.dev",
  746. "https://github.com/recyclarr/recyclarr/tree/recyclarr"
  747. ],
  748. "title": "Recyclarr",
  749. "train": "community",
  750. "version": "1.2.5"
  751. }
  752. }
  753. }