app_versions.json 50 KB

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