app_versions.json 57 KB

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