app_versions.json 52 KB

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