app_versions.json 45 KB

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