app_versions.json 58 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  1. {
  2. "1.0.13": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/nzbget/1.0.13",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "v25.3_1.0.13",
  10. "version": "1.0.13",
  11. "app_metadata": {
  12. "app_version": "v25.3",
  13. "capabilities": [
  14. {
  15. "description": "NZBGet is able to change file ownership arbitrarily",
  16. "name": "CHOWN"
  17. },
  18. {
  19. "description": "NZBGet is able to bypass permission checks for file operations",
  20. "name": "FOWNER"
  21. },
  22. {
  23. "description": "NZBGet is able to change group ID of processes",
  24. "name": "SETGID"
  25. },
  26. {
  27. "description": "NZBGet is able to change user ID of processes",
  28. "name": "SETUID"
  29. }
  30. ],
  31. "categories": [
  32. "media"
  33. ],
  34. "changelog_url": "https://github.com/nzbgetcom/nzbget/blob/develop/ChangeLog.md",
  35. "date_added": "2025-03-12",
  36. "description": "NZBGet is a binary downloader, which downloads files from Usenet based-on information given in nzb files.",
  37. "home": "https://nzbget.com/",
  38. "host_mounts": [],
  39. "icon": "https://media.sys.truenas.net/apps/nzbget/icons/icon.svg",
  40. "keywords": [
  41. "media",
  42. "usenet",
  43. "newsreader"
  44. ],
  45. "lib_version": "2.1.49",
  46. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  47. "maintainers": [
  48. {
  49. "email": "dev@ixsystems.com",
  50. "name": "truenas",
  51. "url": "https://www.truenas.com/"
  52. }
  53. ],
  54. "name": "nzbget",
  55. "run_as_context": [
  56. {
  57. "description": "NZBGet runs as root user.",
  58. "gid": 0,
  59. "group_name": "root",
  60. "uid": 0,
  61. "user_name": "root"
  62. }
  63. ],
  64. "screenshots": [
  65. "https://media.sys.truenas.net/apps/nzbget/screenshots/screenshot1.png",
  66. "https://media.sys.truenas.net/apps/nzbget/screenshots/screenshot2.png",
  67. "https://media.sys.truenas.net/apps/nzbget/screenshots/screenshot3.png"
  68. ],
  69. "sources": [
  70. "https://github.com/nzbgetcom/nzbget"
  71. ],
  72. "title": "NZBGet",
  73. "train": "community",
  74. "version": "1.0.13"
  75. },
  76. "schema": {
  77. "groups": [
  78. {
  79. "name": "NZBGet Configuration",
  80. "description": "Configure NZBGet"
  81. },
  82. {
  83. "name": "User and Group Configuration",
  84. "description": "Configure User and Group for NZBGet"
  85. },
  86. {
  87. "name": "Network Configuration",
  88. "description": "Configure Network for NZBGet"
  89. },
  90. {
  91. "name": "Storage Configuration",
  92. "description": "Configure Storage for NZBGet"
  93. },
  94. {
  95. "name": "Labels Configuration",
  96. "description": "Configure Labels for NZBGet"
  97. },
  98. {
  99. "name": "Resources Configuration",
  100. "description": "Configure Resources for NZBGet"
  101. }
  102. ],
  103. "questions": [
  104. {
  105. "variable": "TZ",
  106. "group": "NZBGet Configuration",
  107. "label": "Timezone",
  108. "schema": {
  109. "type": "string",
  110. "default": "Etc/UTC",
  111. "required": true,
  112. "$ref": [
  113. "definitions/timezone"
  114. ]
  115. }
  116. },
  117. {
  118. "variable": "nzbget",
  119. "label": "",
  120. "group": "NZBGet Configuration",
  121. "schema": {
  122. "type": "dict",
  123. "attrs": [
  124. {
  125. "variable": "additional_envs",
  126. "label": "Additional Environment Variables",
  127. "schema": {
  128. "type": "list",
  129. "default": [],
  130. "items": [
  131. {
  132. "variable": "env",
  133. "label": "Environment Variable",
  134. "schema": {
  135. "type": "dict",
  136. "attrs": [
  137. {
  138. "variable": "name",
  139. "label": "Name",
  140. "schema": {
  141. "type": "string",
  142. "required": true
  143. }
  144. },
  145. {
  146. "variable": "value",
  147. "label": "Value",
  148. "schema": {
  149. "type": "string"
  150. }
  151. }
  152. ]
  153. }
  154. }
  155. ]
  156. }
  157. }
  158. ]
  159. }
  160. },
  161. {
  162. "variable": "run_as",
  163. "label": "",
  164. "group": "User and Group Configuration",
  165. "schema": {
  166. "type": "dict",
  167. "attrs": [
  168. {
  169. "variable": "user",
  170. "label": "User ID",
  171. "description": "The user id that NZBGet files will be owned by.",
  172. "schema": {
  173. "type": "int",
  174. "min": 568,
  175. "default": 568,
  176. "required": true
  177. }
  178. },
  179. {
  180. "variable": "group",
  181. "label": "Group ID",
  182. "description": "The group id that NZBGet files will be owned by.",
  183. "schema": {
  184. "type": "int",
  185. "min": 568,
  186. "default": 568,
  187. "required": true
  188. }
  189. }
  190. ]
  191. }
  192. },
  193. {
  194. "variable": "network",
  195. "label": "",
  196. "group": "Network Configuration",
  197. "schema": {
  198. "type": "dict",
  199. "attrs": [
  200. {
  201. "variable": "web_port",
  202. "label": "WebUI Port",
  203. "schema": {
  204. "type": "dict",
  205. "attrs": [
  206. {
  207. "variable": "bind_mode",
  208. "label": "Port Bind Mode",
  209. "description": "The port bind mode.</br>\n- Publish: The port will be published on the host for external access.</br>\n- Expose: The port will be exposed for inter-container communication.</br>\n- None: The port will not be exposed or published.</br>\nNote: If the Dockerfile defines an EXPOSE directive,\nthe port will still be exposed for inter-container communication regardless of this setting.\n",
  210. "schema": {
  211. "type": "string",
  212. "default": "published",
  213. "enum": [
  214. {
  215. "value": "published",
  216. "description": "Publish port on the host for external access"
  217. },
  218. {
  219. "value": "exposed",
  220. "description": "Expose port for inter-container communication"
  221. },
  222. {
  223. "value": "",
  224. "description": "None"
  225. }
  226. ]
  227. }
  228. },
  229. {
  230. "variable": "port_number",
  231. "label": "Port Number",
  232. "schema": {
  233. "type": "int",
  234. "default": 6789,
  235. "show_if": [
  236. [
  237. "bind_mode",
  238. "=",
  239. "published"
  240. ]
  241. ],
  242. "min": 1,
  243. "max": 65535,
  244. "required": true
  245. }
  246. },
  247. {
  248. "variable": "host_ips",
  249. "label": "Host IPs",
  250. "description": "IPs on the host to bind this port",
  251. "schema": {
  252. "type": "list",
  253. "show_if": [
  254. [
  255. "bind_mode",
  256. "=",
  257. "published"
  258. ]
  259. ],
  260. "default": [],
  261. "items": [
  262. {
  263. "variable": "host_ip",
  264. "label": "Host IP",
  265. "schema": {
  266. "type": "string",
  267. "required": true,
  268. "$ref": [
  269. "definitions/node_bind_ip"
  270. ]
  271. }
  272. }
  273. ]
  274. }
  275. }
  276. ]
  277. }
  278. }
  279. ]
  280. }
  281. },
  282. {
  283. "variable": "storage",
  284. "label": "",
  285. "group": "Storage Configuration",
  286. "schema": {
  287. "type": "dict",
  288. "attrs": [
  289. {
  290. "variable": "config",
  291. "label": "NZBGet Config Storage",
  292. "description": "The path to store NZBGet Config.",
  293. "schema": {
  294. "type": "dict",
  295. "attrs": [
  296. {
  297. "variable": "type",
  298. "label": "Type",
  299. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  300. "schema": {
  301. "type": "string",
  302. "required": true,
  303. "default": "ix_volume",
  304. "enum": [
  305. {
  306. "value": "host_path",
  307. "description": "Host Path (Path that already exists on the system)"
  308. },
  309. {
  310. "value": "ix_volume",
  311. "description": "ixVolume (Dataset created automatically by the system)"
  312. }
  313. ]
  314. }
  315. },
  316. {
  317. "variable": "ix_volume_config",
  318. "label": "ixVolume Configuration",
  319. "description": "The configuration for the ixVolume dataset.",
  320. "schema": {
  321. "type": "dict",
  322. "show_if": [
  323. [
  324. "type",
  325. "=",
  326. "ix_volume"
  327. ]
  328. ],
  329. "$ref": [
  330. "normalize/ix_volume"
  331. ],
  332. "attrs": [
  333. {
  334. "variable": "acl_enable",
  335. "label": "Enable ACL",
  336. "description": "Enable ACL for the storage.",
  337. "schema": {
  338. "type": "boolean",
  339. "default": false
  340. }
  341. },
  342. {
  343. "variable": "dataset_name",
  344. "label": "Dataset Name",
  345. "description": "The name of the dataset to use for storage.",
  346. "schema": {
  347. "type": "string",
  348. "required": true,
  349. "hidden": true,
  350. "default": "config"
  351. }
  352. },
  353. {
  354. "variable": "acl_entries",
  355. "label": "ACL Configuration",
  356. "schema": {
  357. "type": "dict",
  358. "show_if": [
  359. [
  360. "acl_enable",
  361. "=",
  362. true
  363. ]
  364. ],
  365. "attrs": []
  366. }
  367. }
  368. ]
  369. }
  370. },
  371. {
  372. "variable": "host_path_config",
  373. "label": "Host Path Configuration",
  374. "schema": {
  375. "type": "dict",
  376. "show_if": [
  377. [
  378. "type",
  379. "=",
  380. "host_path"
  381. ]
  382. ],
  383. "attrs": [
  384. {
  385. "variable": "acl_enable",
  386. "label": "Enable ACL",
  387. "description": "Enable ACL for the storage.",
  388. "schema": {
  389. "type": "boolean",
  390. "default": false
  391. }
  392. },
  393. {
  394. "variable": "acl",
  395. "label": "ACL Configuration",
  396. "schema": {
  397. "type": "dict",
  398. "show_if": [
  399. [
  400. "acl_enable",
  401. "=",
  402. true
  403. ]
  404. ],
  405. "attrs": [],
  406. "$ref": [
  407. "normalize/acl"
  408. ]
  409. }
  410. },
  411. {
  412. "variable": "path",
  413. "label": "Host Path",
  414. "description": "The host path to use for storage.",
  415. "schema": {
  416. "type": "hostpath",
  417. "show_if": [
  418. [
  419. "acl_enable",
  420. "=",
  421. false
  422. ]
  423. ],
  424. "required": true
  425. }
  426. }
  427. ]
  428. }
  429. }
  430. ]
  431. }
  432. },
  433. {
  434. "variable": "downloads",
  435. "label": "NZBGet Downloads Storage",
  436. "description": "The path to the NZBGet downloads.",
  437. "schema": {
  438. "type": "dict",
  439. "attrs": [
  440. {
  441. "variable": "type",
  442. "label": "Type",
  443. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  444. "schema": {
  445. "type": "string",
  446. "required": true,
  447. "default": "ix_volume",
  448. "enum": [
  449. {
  450. "value": "host_path",
  451. "description": "Host Path (Path that already exists on the system)"
  452. },
  453. {
  454. "value": "ix_volume",
  455. "description": "ixVolume (Dataset created automatically by the system)"
  456. }
  457. ]
  458. }
  459. },
  460. {
  461. "variable": "ix_volume_config",
  462. "label": "ixVolume Configuration",
  463. "description": "The configuration for the ixVolume dataset.",
  464. "schema": {
  465. "type": "dict",
  466. "show_if": [
  467. [
  468. "type",
  469. "=",
  470. "ix_volume"
  471. ]
  472. ],
  473. "$ref": [
  474. "normalize/ix_volume"
  475. ],
  476. "attrs": [
  477. {
  478. "variable": "acl_enable",
  479. "label": "Enable ACL",
  480. "description": "Enable ACL for the storage.",
  481. "schema": {
  482. "type": "boolean",
  483. "default": false
  484. }
  485. },
  486. {
  487. "variable": "dataset_name",
  488. "label": "Dataset Name",
  489. "description": "The name of the dataset to use for storage.",
  490. "schema": {
  491. "type": "string",
  492. "required": true,
  493. "hidden": true,
  494. "default": "downloads"
  495. }
  496. },
  497. {
  498. "variable": "acl_entries",
  499. "label": "ACL Configuration",
  500. "schema": {
  501. "type": "dict",
  502. "show_if": [
  503. [
  504. "acl_enable",
  505. "=",
  506. true
  507. ]
  508. ],
  509. "attrs": []
  510. }
  511. }
  512. ]
  513. }
  514. },
  515. {
  516. "variable": "host_path_config",
  517. "label": "Host Path Configuration",
  518. "schema": {
  519. "type": "dict",
  520. "show_if": [
  521. [
  522. "type",
  523. "=",
  524. "host_path"
  525. ]
  526. ],
  527. "attrs": [
  528. {
  529. "variable": "acl_enable",
  530. "label": "Enable ACL",
  531. "description": "Enable ACL for the storage.",
  532. "schema": {
  533. "type": "boolean",
  534. "default": false
  535. }
  536. },
  537. {
  538. "variable": "acl",
  539. "label": "ACL Configuration",
  540. "schema": {
  541. "type": "dict",
  542. "show_if": [
  543. [
  544. "acl_enable",
  545. "=",
  546. true
  547. ]
  548. ],
  549. "attrs": [],
  550. "$ref": [
  551. "normalize/acl"
  552. ]
  553. }
  554. },
  555. {
  556. "variable": "path",
  557. "label": "Host Path",
  558. "description": "The host path to use for storage.",
  559. "schema": {
  560. "type": "hostpath",
  561. "show_if": [
  562. [
  563. "acl_enable",
  564. "=",
  565. false
  566. ]
  567. ],
  568. "required": true
  569. }
  570. }
  571. ]
  572. }
  573. }
  574. ]
  575. }
  576. },
  577. {
  578. "variable": "additional_storage",
  579. "label": "Additional Storage",
  580. "schema": {
  581. "type": "list",
  582. "default": [],
  583. "items": [
  584. {
  585. "variable": "storageEntry",
  586. "label": "Storage Entry",
  587. "schema": {
  588. "type": "dict",
  589. "attrs": [
  590. {
  591. "variable": "type",
  592. "label": "Type",
  593. "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",
  594. "schema": {
  595. "type": "string",
  596. "required": true,
  597. "default": "ix_volume",
  598. "enum": [
  599. {
  600. "value": "host_path",
  601. "description": "Host Path (Path that already exists on the system)"
  602. },
  603. {
  604. "value": "ix_volume",
  605. "description": "ixVolume (Dataset created automatically by the system)"
  606. },
  607. {
  608. "value": "cifs",
  609. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  610. }
  611. ]
  612. }
  613. },
  614. {
  615. "variable": "read_only",
  616. "label": "Read Only",
  617. "description": "Mount the volume as read only.",
  618. "schema": {
  619. "type": "boolean",
  620. "default": false
  621. }
  622. },
  623. {
  624. "variable": "mount_path",
  625. "label": "Mount Path",
  626. "description": "The path inside the container to mount the storage.",
  627. "schema": {
  628. "type": "path",
  629. "required": true
  630. }
  631. },
  632. {
  633. "variable": "host_path_config",
  634. "label": "Host Path Configuration",
  635. "schema": {
  636. "type": "dict",
  637. "show_if": [
  638. [
  639. "type",
  640. "=",
  641. "host_path"
  642. ]
  643. ],
  644. "attrs": [
  645. {
  646. "variable": "acl_enable",
  647. "label": "Enable ACL",
  648. "description": "Enable ACL for the storage.",
  649. "schema": {
  650. "type": "boolean",
  651. "default": false
  652. }
  653. },
  654. {
  655. "variable": "acl",
  656. "label": "ACL Configuration",
  657. "schema": {
  658. "type": "dict",
  659. "show_if": [
  660. [
  661. "acl_enable",
  662. "=",
  663. true
  664. ]
  665. ],
  666. "attrs": [],
  667. "$ref": [
  668. "normalize/acl"
  669. ]
  670. }
  671. },
  672. {
  673. "variable": "path",
  674. "label": "Host Path",
  675. "description": "The host path to use for storage.",
  676. "schema": {
  677. "type": "hostpath",
  678. "show_if": [
  679. [
  680. "acl_enable",
  681. "=",
  682. false
  683. ]
  684. ],
  685. "required": true
  686. }
  687. }
  688. ]
  689. }
  690. },
  691. {
  692. "variable": "ix_volume_config",
  693. "label": "ixVolume Configuration",
  694. "description": "The configuration for the ixVolume dataset.",
  695. "schema": {
  696. "type": "dict",
  697. "show_if": [
  698. [
  699. "type",
  700. "=",
  701. "ix_volume"
  702. ]
  703. ],
  704. "$ref": [
  705. "normalize/ix_volume"
  706. ],
  707. "attrs": [
  708. {
  709. "variable": "acl_enable",
  710. "label": "Enable ACL",
  711. "description": "Enable ACL for the storage.",
  712. "schema": {
  713. "type": "boolean",
  714. "default": false
  715. }
  716. },
  717. {
  718. "variable": "dataset_name",
  719. "label": "Dataset Name",
  720. "description": "The name of the dataset to use for storage.",
  721. "schema": {
  722. "type": "string",
  723. "required": true,
  724. "default": "storage_entry"
  725. }
  726. },
  727. {
  728. "variable": "acl_entries",
  729. "label": "ACL Configuration",
  730. "schema": {
  731. "type": "dict",
  732. "show_if": [
  733. [
  734. "acl_enable",
  735. "=",
  736. true
  737. ]
  738. ],
  739. "attrs": []
  740. }
  741. }
  742. ]
  743. }
  744. },
  745. {
  746. "variable": "cifs_config",
  747. "label": "SMB Configuration",
  748. "description": "The configuration for the SMB dataset.",
  749. "schema": {
  750. "type": "dict",
  751. "show_if": [
  752. [
  753. "type",
  754. "=",
  755. "cifs"
  756. ]
  757. ],
  758. "attrs": [
  759. {
  760. "variable": "server",
  761. "label": "Server",
  762. "description": "The server to mount the SMB share.",
  763. "schema": {
  764. "type": "string",
  765. "required": true
  766. }
  767. },
  768. {
  769. "variable": "path",
  770. "label": "Path",
  771. "description": "The path to mount the SMB share.",
  772. "schema": {
  773. "type": "string",
  774. "required": true
  775. }
  776. },
  777. {
  778. "variable": "username",
  779. "label": "Username",
  780. "description": "The username to use for the SMB share.",
  781. "schema": {
  782. "type": "string",
  783. "required": true
  784. }
  785. },
  786. {
  787. "variable": "password",
  788. "label": "Password",
  789. "description": "The password to use for the SMB share.",
  790. "schema": {
  791. "type": "string",
  792. "required": true,
  793. "private": true
  794. }
  795. },
  796. {
  797. "variable": "domain",
  798. "label": "Domain",
  799. "description": "The domain to use for the SMB share.",
  800. "schema": {
  801. "type": "string"
  802. }
  803. }
  804. ]
  805. }
  806. }
  807. ]
  808. }
  809. }
  810. ]
  811. }
  812. }
  813. ]
  814. }
  815. },
  816. {
  817. "variable": "labels",
  818. "label": "",
  819. "group": "Labels Configuration",
  820. "schema": {
  821. "type": "list",
  822. "default": [],
  823. "items": [
  824. {
  825. "variable": "label",
  826. "label": "Label",
  827. "schema": {
  828. "type": "dict",
  829. "attrs": [
  830. {
  831. "variable": "key",
  832. "label": "Key",
  833. "schema": {
  834. "type": "string",
  835. "required": true
  836. }
  837. },
  838. {
  839. "variable": "value",
  840. "label": "Value",
  841. "schema": {
  842. "type": "string",
  843. "required": true
  844. }
  845. },
  846. {
  847. "variable": "containers",
  848. "label": "Containers",
  849. "description": "Containers where the label should be applied",
  850. "schema": {
  851. "type": "list",
  852. "items": [
  853. {
  854. "variable": "container",
  855. "label": "Container",
  856. "schema": {
  857. "type": "string",
  858. "required": true,
  859. "enum": [
  860. {
  861. "value": "nzbget",
  862. "description": "nzbget"
  863. }
  864. ]
  865. }
  866. }
  867. ]
  868. }
  869. }
  870. ]
  871. }
  872. }
  873. ]
  874. }
  875. },
  876. {
  877. "variable": "resources",
  878. "label": "",
  879. "group": "Resources Configuration",
  880. "schema": {
  881. "type": "dict",
  882. "attrs": [
  883. {
  884. "variable": "limits",
  885. "label": "Limits",
  886. "schema": {
  887. "type": "dict",
  888. "attrs": [
  889. {
  890. "variable": "cpus",
  891. "label": "CPUs",
  892. "description": "CPUs limit for NZBGet.",
  893. "schema": {
  894. "type": "int",
  895. "default": 2,
  896. "required": true
  897. }
  898. },
  899. {
  900. "variable": "memory",
  901. "label": "Memory (in MB)",
  902. "description": "Memory limit for NZBGet.",
  903. "schema": {
  904. "type": "int",
  905. "default": 4096,
  906. "required": true
  907. }
  908. }
  909. ]
  910. }
  911. }
  912. ]
  913. }
  914. }
  915. ]
  916. },
  917. "readme": "<h1>NZBGet</h1> <p><a href=\"https://github.com/nzbgetcom/nzbget\">NZBGet</a> is a binary downloader, which downloads files from Usenet based-on information given in nzb files.</p>",
  918. "changelog": null,
  919. "chart_metadata": {
  920. "app_version": "v25.3",
  921. "capabilities": [
  922. {
  923. "description": "NZBGet is able to change file ownership arbitrarily",
  924. "name": "CHOWN"
  925. },
  926. {
  927. "description": "NZBGet is able to bypass permission checks for file operations",
  928. "name": "FOWNER"
  929. },
  930. {
  931. "description": "NZBGet is able to change group ID of processes",
  932. "name": "SETGID"
  933. },
  934. {
  935. "description": "NZBGet is able to change user ID of processes",
  936. "name": "SETUID"
  937. }
  938. ],
  939. "categories": [
  940. "media"
  941. ],
  942. "changelog_url": "https://github.com/nzbgetcom/nzbget/blob/develop/ChangeLog.md",
  943. "date_added": "2025-03-12",
  944. "description": "NZBGet is a binary downloader, which downloads files from Usenet based-on information given in nzb files.",
  945. "home": "https://nzbget.com/",
  946. "host_mounts": [],
  947. "icon": "https://media.sys.truenas.net/apps/nzbget/icons/icon.svg",
  948. "keywords": [
  949. "media",
  950. "usenet",
  951. "newsreader"
  952. ],
  953. "lib_version": "2.1.49",
  954. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  955. "maintainers": [
  956. {
  957. "email": "dev@ixsystems.com",
  958. "name": "truenas",
  959. "url": "https://www.truenas.com/"
  960. }
  961. ],
  962. "name": "nzbget",
  963. "run_as_context": [
  964. {
  965. "description": "NZBGet runs as root user.",
  966. "gid": 0,
  967. "group_name": "root",
  968. "uid": 0,
  969. "user_name": "root"
  970. }
  971. ],
  972. "screenshots": [
  973. "https://media.sys.truenas.net/apps/nzbget/screenshots/screenshot1.png",
  974. "https://media.sys.truenas.net/apps/nzbget/screenshots/screenshot2.png",
  975. "https://media.sys.truenas.net/apps/nzbget/screenshots/screenshot3.png"
  976. ],
  977. "sources": [
  978. "https://github.com/nzbgetcom/nzbget"
  979. ],
  980. "title": "NZBGet",
  981. "train": "community",
  982. "version": "1.0.13"
  983. }
  984. }
  985. }