app_versions.json 79 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041
  1. {
  2. "1.2.53": {
  3. "healthy": true,
  4. "supported": false,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/metube/1.2.53",
  7. "last_update": "2025-03-06 08:27:48",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "normalize/acl"
  11. ],
  12. "human_version": "2025-03-05_1.2.53",
  13. "version": "1.2.53",
  14. "chart_metadata": {
  15. "name": "metube",
  16. "description": "MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with playlist support.",
  17. "annotations": {
  18. "title": "MeTube"
  19. },
  20. "type": "application",
  21. "version": "1.2.53",
  22. "apiVersion": "v2",
  23. "appVersion": "2025-03-05",
  24. "kubeVersion": ">=1.16.0-0",
  25. "maintainers": [
  26. {
  27. "name": "truenas",
  28. "url": "https://www.truenas.com/",
  29. "email": "dev@ixsystems.com"
  30. }
  31. ],
  32. "dependencies": [
  33. {
  34. "name": "common",
  35. "repository": "file://../../../common",
  36. "version": "1.2.9"
  37. }
  38. ],
  39. "home": "https://github.com/alexta69/metube",
  40. "icon": "https://media.sys.truenas.net/apps/metube/icons/icon.svg",
  41. "sources": [
  42. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/metube",
  43. "https://github.com/alexta69/metube"
  44. ],
  45. "keywords": [
  46. "youtube-dl",
  47. "yt-dlp"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "metube",
  54. "groupName": "metube",
  55. "gid": 568,
  56. "uid": 568,
  57. "description": "MeTube can run as any non-root user."
  58. }
  59. ],
  60. "capabilities": [],
  61. "hostMounts": []
  62. },
  63. "schema": {
  64. "groups": [
  65. {
  66. "name": "MeTube Configuration",
  67. "description": "Configure MeTube"
  68. },
  69. {
  70. "name": "User and Group Configuration",
  71. "description": "Configure User and Group for MeTube"
  72. },
  73. {
  74. "name": "Network Configuration",
  75. "description": "Configure Network for MeTube"
  76. },
  77. {
  78. "name": "Storage Configuration",
  79. "description": "Configure Storage for MeTube"
  80. },
  81. {
  82. "name": "Resources Configuration",
  83. "description": "Configure Resources for MeTube"
  84. }
  85. ],
  86. "portals": {
  87. "web_portal": {
  88. "protocols": [
  89. "$kubernetes-resource_configmap_portal_protocol"
  90. ],
  91. "host": [
  92. "$kubernetes-resource_configmap_portal_host"
  93. ],
  94. "ports": [
  95. "$kubernetes-resource_configmap_portal_port"
  96. ],
  97. "path": "$kubernetes-resource_configmap_portal_path"
  98. }
  99. },
  100. "questions": [
  101. {
  102. "variable": "metubeConfig",
  103. "label": "",
  104. "group": "MeTube Configuration",
  105. "schema": {
  106. "type": "dict",
  107. "attrs": [
  108. {
  109. "variable": "defaultTheme",
  110. "label": "Default Theme",
  111. "description": "The default theme for MeTube.",
  112. "schema": {
  113. "type": "string",
  114. "default": "auto",
  115. "required": true,
  116. "enum": [
  117. {
  118. "value": "auto",
  119. "description": "Auto"
  120. },
  121. {
  122. "value": "dark",
  123. "description": "Dark"
  124. },
  125. {
  126. "value": "light",
  127. "description": "Light"
  128. }
  129. ]
  130. }
  131. },
  132. {
  133. "variable": "additionalEnvs",
  134. "label": "Additional Environment Variables",
  135. "description": "Configure additional environment variables for MeTube.",
  136. "schema": {
  137. "type": "list",
  138. "default": [],
  139. "items": [
  140. {
  141. "variable": "env",
  142. "label": "Environment Variable",
  143. "schema": {
  144. "type": "dict",
  145. "attrs": [
  146. {
  147. "variable": "name",
  148. "label": "Name",
  149. "schema": {
  150. "type": "string",
  151. "required": true
  152. }
  153. },
  154. {
  155. "variable": "value",
  156. "label": "Value",
  157. "schema": {
  158. "type": "string",
  159. "required": true
  160. }
  161. }
  162. ]
  163. }
  164. }
  165. ]
  166. }
  167. }
  168. ]
  169. }
  170. },
  171. {
  172. "variable": "metubeRunAs",
  173. "label": "",
  174. "group": "User and Group Configuration",
  175. "schema": {
  176. "type": "dict",
  177. "attrs": [
  178. {
  179. "variable": "user",
  180. "label": "User ID",
  181. "description": "The user id that MeTube will run as.",
  182. "schema": {
  183. "type": "int",
  184. "min": 2,
  185. "default": 568,
  186. "required": true
  187. }
  188. },
  189. {
  190. "variable": "group",
  191. "label": "Group ID",
  192. "description": "The group id that MeTube will run as.",
  193. "schema": {
  194. "type": "int",
  195. "min": 2,
  196. "default": 568,
  197. "required": true
  198. }
  199. }
  200. ]
  201. }
  202. },
  203. {
  204. "variable": "metubeNetwork",
  205. "label": "",
  206. "group": "Network Configuration",
  207. "schema": {
  208. "type": "dict",
  209. "attrs": [
  210. {
  211. "variable": "webPort",
  212. "label": "Web Port",
  213. "description": "The port for the MeTube Web UI.",
  214. "schema": {
  215. "type": "int",
  216. "default": 30094,
  217. "min": 9000,
  218. "max": 65535,
  219. "required": true
  220. }
  221. },
  222. {
  223. "variable": "hostNetwork",
  224. "label": "Host Network",
  225. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  226. "schema": {
  227. "type": "boolean",
  228. "default": false
  229. }
  230. }
  231. ]
  232. }
  233. },
  234. {
  235. "variable": "metubeStorage",
  236. "label": "",
  237. "group": "Storage Configuration",
  238. "schema": {
  239. "type": "dict",
  240. "attrs": [
  241. {
  242. "variable": "downloads",
  243. "label": "MeTube Downloads Storage",
  244. "description": "The path to store MeTube Downloads.",
  245. "schema": {
  246. "type": "dict",
  247. "attrs": [
  248. {
  249. "variable": "type",
  250. "label": "Type",
  251. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  252. "schema": {
  253. "type": "string",
  254. "required": true,
  255. "immutable": true,
  256. "default": "ixVolume",
  257. "enum": [
  258. {
  259. "value": "hostPath",
  260. "description": "Host Path (Path that already exists on the system)"
  261. },
  262. {
  263. "value": "ixVolume",
  264. "description": "ixVolume (Dataset created automatically by the system)"
  265. }
  266. ]
  267. }
  268. },
  269. {
  270. "variable": "ixVolumeConfig",
  271. "label": "ixVolume Configuration",
  272. "description": "The configuration for the ixVolume dataset.",
  273. "schema": {
  274. "type": "dict",
  275. "show_if": [
  276. [
  277. "type",
  278. "=",
  279. "ixVolume"
  280. ]
  281. ],
  282. "$ref": [
  283. "normalize/ixVolume"
  284. ],
  285. "attrs": [
  286. {
  287. "variable": "aclEnable",
  288. "label": "Enable ACL",
  289. "description": "Enable ACL for the dataset.",
  290. "schema": {
  291. "type": "boolean",
  292. "default": false
  293. }
  294. },
  295. {
  296. "variable": "datasetName",
  297. "label": "Dataset Name",
  298. "description": "The name of the dataset to use for storage.",
  299. "schema": {
  300. "type": "string",
  301. "required": true,
  302. "immutable": true,
  303. "hidden": true,
  304. "default": "downloads"
  305. }
  306. },
  307. {
  308. "variable": "aclEntries",
  309. "label": "ACL Configuration",
  310. "schema": {
  311. "type": "dict",
  312. "show_if": [
  313. [
  314. "aclEnable",
  315. "=",
  316. true
  317. ]
  318. ],
  319. "attrs": [
  320. {
  321. "variable": "path",
  322. "label": "Path",
  323. "description": "Path to perform ACL",
  324. "schema": {
  325. "type": "string",
  326. "hidden": true
  327. }
  328. },
  329. {
  330. "variable": "entries",
  331. "label": "ACL Entries",
  332. "description": "ACL Entries",
  333. "schema": {
  334. "type": "list",
  335. "items": [
  336. {
  337. "variable": "aclEntry",
  338. "label": "ACL Entry",
  339. "schema": {
  340. "type": "dict",
  341. "attrs": [
  342. {
  343. "variable": "id_type",
  344. "label": "ID Type",
  345. "schema": {
  346. "type": "string",
  347. "enum": [
  348. {
  349. "value": "USER",
  350. "description": "Entry is for a USER"
  351. },
  352. {
  353. "value": "GROUP",
  354. "description": "Entry is for a GROUP"
  355. }
  356. ],
  357. "default": "USER"
  358. }
  359. },
  360. {
  361. "variable": "id",
  362. "label": "ID",
  363. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  364. "schema": {
  365. "type": "int",
  366. "required": true,
  367. "min": 0
  368. }
  369. },
  370. {
  371. "variable": "access",
  372. "label": "Access",
  373. "schema": {
  374. "type": "string",
  375. "enum": [
  376. {
  377. "value": "READ",
  378. "description": "Read Access"
  379. },
  380. {
  381. "value": "MODIFY",
  382. "description": "Modify Access"
  383. },
  384. {
  385. "value": "FULL_CONTROL",
  386. "description": "FULL_CONTROL Access"
  387. }
  388. ]
  389. }
  390. }
  391. ]
  392. }
  393. }
  394. ]
  395. }
  396. }
  397. ]
  398. }
  399. }
  400. ]
  401. }
  402. },
  403. {
  404. "variable": "hostPathConfig",
  405. "label": "Host Path Configuration",
  406. "schema": {
  407. "type": "dict",
  408. "show_if": [
  409. [
  410. "type",
  411. "=",
  412. "hostPath"
  413. ]
  414. ],
  415. "attrs": [
  416. {
  417. "variable": "aclEnable",
  418. "label": "Enable ACL",
  419. "description": "Enable ACL for the dataset.",
  420. "schema": {
  421. "type": "boolean",
  422. "default": false
  423. }
  424. },
  425. {
  426. "variable": "acl",
  427. "label": "ACL Configuration",
  428. "schema": {
  429. "type": "dict",
  430. "show_if": [
  431. [
  432. "aclEnable",
  433. "=",
  434. true
  435. ]
  436. ],
  437. "attrs": [
  438. {
  439. "variable": "path",
  440. "label": "Host Path",
  441. "description": "Host Path to perform ACL",
  442. "schema": {
  443. "type": "hostpath",
  444. "required": true,
  445. "empty": false
  446. }
  447. },
  448. {
  449. "variable": "entries",
  450. "label": "ACL Entries",
  451. "description": "ACL Entries",
  452. "schema": {
  453. "type": "list",
  454. "items": [
  455. {
  456. "variable": "aclEntry",
  457. "label": "ACL Entry",
  458. "schema": {
  459. "type": "dict",
  460. "attrs": [
  461. {
  462. "variable": "id_type",
  463. "label": "ID Type",
  464. "schema": {
  465. "type": "string",
  466. "enum": [
  467. {
  468. "value": "USER",
  469. "description": "Entry is for a USER"
  470. },
  471. {
  472. "value": "GROUP",
  473. "description": "Entry is for a GROUP"
  474. }
  475. ],
  476. "default": "USER"
  477. }
  478. },
  479. {
  480. "variable": "id",
  481. "label": "ID",
  482. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  483. "schema": {
  484. "type": "int",
  485. "required": true,
  486. "min": 0
  487. }
  488. },
  489. {
  490. "variable": "access",
  491. "label": "Access",
  492. "schema": {
  493. "type": "string",
  494. "enum": [
  495. {
  496. "value": "READ",
  497. "description": "Read Access"
  498. },
  499. {
  500. "value": "MODIFY",
  501. "description": "Modify Access"
  502. },
  503. {
  504. "value": "FULL_CONTROL",
  505. "description": "FULL_CONTROL Access"
  506. }
  507. ]
  508. }
  509. }
  510. ]
  511. }
  512. }
  513. ]
  514. }
  515. },
  516. {
  517. "variable": "options",
  518. "label": "ACL Options",
  519. "schema": {
  520. "type": "dict",
  521. "attrs": [
  522. {
  523. "variable": "force",
  524. "label": "Force Flag",
  525. "description": "Enabling `Force` applies ACL even if the path has existing data",
  526. "schema": {
  527. "type": "boolean",
  528. "default": false
  529. }
  530. }
  531. ]
  532. }
  533. }
  534. ],
  535. "$ref": [
  536. "normalize/acl"
  537. ]
  538. }
  539. },
  540. {
  541. "variable": "hostPath",
  542. "label": "Host Path",
  543. "description": "The host path to use for storage.",
  544. "schema": {
  545. "type": "hostpath",
  546. "show_if": [
  547. [
  548. "aclEnable",
  549. "=",
  550. false
  551. ]
  552. ],
  553. "required": true
  554. }
  555. }
  556. ]
  557. }
  558. }
  559. ]
  560. }
  561. },
  562. {
  563. "variable": "additionalStorages",
  564. "label": "Additional Storage",
  565. "description": "Additional storage for MeTube.",
  566. "schema": {
  567. "type": "list",
  568. "default": [],
  569. "items": [
  570. {
  571. "variable": "storageEntry",
  572. "label": "Storage Entry",
  573. "schema": {
  574. "type": "dict",
  575. "attrs": [
  576. {
  577. "variable": "type",
  578. "label": "Type",
  579. "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 a persistent volume claim.\n",
  580. "schema": {
  581. "type": "string",
  582. "required": true,
  583. "default": "ixVolume",
  584. "immutable": true,
  585. "enum": [
  586. {
  587. "value": "hostPath",
  588. "description": "Host Path (Path that already exists on the system)"
  589. },
  590. {
  591. "value": "ixVolume",
  592. "description": "ixVolume (Dataset created automatically by the system)"
  593. },
  594. {
  595. "value": "smb-pv-pvc",
  596. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  597. }
  598. ]
  599. }
  600. },
  601. {
  602. "variable": "readOnly",
  603. "label": "Read Only",
  604. "description": "Mount the volume as read only.",
  605. "schema": {
  606. "type": "boolean",
  607. "default": false
  608. }
  609. },
  610. {
  611. "variable": "mountPath",
  612. "label": "Mount Path",
  613. "description": "The path inside the container to mount the storage.",
  614. "schema": {
  615. "type": "path",
  616. "required": true
  617. }
  618. },
  619. {
  620. "variable": "hostPathConfig",
  621. "label": "Host Path Configuration",
  622. "schema": {
  623. "type": "dict",
  624. "show_if": [
  625. [
  626. "type",
  627. "=",
  628. "hostPath"
  629. ]
  630. ],
  631. "attrs": [
  632. {
  633. "variable": "aclEnable",
  634. "label": "Enable ACL",
  635. "description": "Enable ACL for the dataset.",
  636. "schema": {
  637. "type": "boolean",
  638. "default": false
  639. }
  640. },
  641. {
  642. "variable": "acl",
  643. "label": "ACL Configuration",
  644. "schema": {
  645. "type": "dict",
  646. "show_if": [
  647. [
  648. "aclEnable",
  649. "=",
  650. true
  651. ]
  652. ],
  653. "attrs": [
  654. {
  655. "variable": "path",
  656. "label": "Host Path",
  657. "description": "Host Path to perform ACL",
  658. "schema": {
  659. "type": "hostpath",
  660. "required": true,
  661. "empty": false
  662. }
  663. },
  664. {
  665. "variable": "entries",
  666. "label": "ACL Entries",
  667. "description": "ACL Entries",
  668. "schema": {
  669. "type": "list",
  670. "items": [
  671. {
  672. "variable": "aclEntry",
  673. "label": "ACL Entry",
  674. "schema": {
  675. "type": "dict",
  676. "attrs": [
  677. {
  678. "variable": "id_type",
  679. "label": "ID Type",
  680. "schema": {
  681. "type": "string",
  682. "enum": [
  683. {
  684. "value": "USER",
  685. "description": "Entry is for a USER"
  686. },
  687. {
  688. "value": "GROUP",
  689. "description": "Entry is for a GROUP"
  690. }
  691. ],
  692. "default": "USER"
  693. }
  694. },
  695. {
  696. "variable": "id",
  697. "label": "ID",
  698. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  699. "schema": {
  700. "type": "int",
  701. "required": true,
  702. "min": 0
  703. }
  704. },
  705. {
  706. "variable": "access",
  707. "label": "Access",
  708. "schema": {
  709. "type": "string",
  710. "enum": [
  711. {
  712. "value": "READ",
  713. "description": "Read Access"
  714. },
  715. {
  716. "value": "MODIFY",
  717. "description": "Modify Access"
  718. },
  719. {
  720. "value": "FULL_CONTROL",
  721. "description": "FULL_CONTROL Access"
  722. }
  723. ]
  724. }
  725. }
  726. ]
  727. }
  728. }
  729. ]
  730. }
  731. },
  732. {
  733. "variable": "options",
  734. "label": "ACL Options",
  735. "schema": {
  736. "type": "dict",
  737. "attrs": [
  738. {
  739. "variable": "force",
  740. "label": "Force Flag",
  741. "description": "Enabling `Force` applies ACL even if the path has existing data",
  742. "schema": {
  743. "type": "boolean",
  744. "default": false
  745. }
  746. }
  747. ]
  748. }
  749. }
  750. ],
  751. "$ref": [
  752. "normalize/acl"
  753. ]
  754. }
  755. },
  756. {
  757. "variable": "hostPath",
  758. "label": "Host Path",
  759. "description": "The host path to use for storage.",
  760. "schema": {
  761. "type": "hostpath",
  762. "show_if": [
  763. [
  764. "aclEnable",
  765. "=",
  766. false
  767. ]
  768. ],
  769. "required": true
  770. }
  771. }
  772. ]
  773. }
  774. },
  775. {
  776. "variable": "ixVolumeConfig",
  777. "label": "ixVolume Configuration",
  778. "description": "The configuration for the ixVolume dataset.",
  779. "schema": {
  780. "type": "dict",
  781. "show_if": [
  782. [
  783. "type",
  784. "=",
  785. "ixVolume"
  786. ]
  787. ],
  788. "$ref": [
  789. "normalize/ixVolume"
  790. ],
  791. "attrs": [
  792. {
  793. "variable": "aclEnable",
  794. "label": "Enable ACL",
  795. "description": "Enable ACL for the dataset.",
  796. "schema": {
  797. "type": "boolean",
  798. "default": false
  799. }
  800. },
  801. {
  802. "variable": "datasetName",
  803. "label": "Dataset Name",
  804. "description": "The name of the dataset to use for storage.",
  805. "schema": {
  806. "type": "string",
  807. "required": true,
  808. "immutable": true,
  809. "default": "storage_entry"
  810. }
  811. },
  812. {
  813. "variable": "aclEntries",
  814. "label": "ACL Configuration",
  815. "schema": {
  816. "type": "dict",
  817. "show_if": [
  818. [
  819. "aclEnable",
  820. "=",
  821. true
  822. ]
  823. ],
  824. "attrs": [
  825. {
  826. "variable": "path",
  827. "label": "Path",
  828. "description": "Path to perform ACL",
  829. "schema": {
  830. "type": "string",
  831. "hidden": true
  832. }
  833. },
  834. {
  835. "variable": "entries",
  836. "label": "ACL Entries",
  837. "description": "ACL Entries",
  838. "schema": {
  839. "type": "list",
  840. "items": [
  841. {
  842. "variable": "aclEntry",
  843. "label": "ACL Entry",
  844. "schema": {
  845. "type": "dict",
  846. "attrs": [
  847. {
  848. "variable": "id_type",
  849. "label": "ID Type",
  850. "schema": {
  851. "type": "string",
  852. "enum": [
  853. {
  854. "value": "USER",
  855. "description": "Entry is for a USER"
  856. },
  857. {
  858. "value": "GROUP",
  859. "description": "Entry is for a GROUP"
  860. }
  861. ],
  862. "default": "USER"
  863. }
  864. },
  865. {
  866. "variable": "id",
  867. "label": "ID",
  868. "description": "Make sure to check the ID value is correct and aligns with RunAs user context of the application",
  869. "schema": {
  870. "type": "int",
  871. "required": true,
  872. "min": 0
  873. }
  874. },
  875. {
  876. "variable": "access",
  877. "label": "Access",
  878. "schema": {
  879. "type": "string",
  880. "enum": [
  881. {
  882. "value": "READ",
  883. "description": "Read Access"
  884. },
  885. {
  886. "value": "MODIFY",
  887. "description": "Modify Access"
  888. },
  889. {
  890. "value": "FULL_CONTROL",
  891. "description": "FULL_CONTROL Access"
  892. }
  893. ]
  894. }
  895. }
  896. ]
  897. }
  898. }
  899. ]
  900. }
  901. }
  902. ]
  903. }
  904. }
  905. ]
  906. }
  907. },
  908. {
  909. "variable": "smbConfig",
  910. "label": "SMB Share Configuration",
  911. "description": "The configuration for the SMB Share.",
  912. "schema": {
  913. "type": "dict",
  914. "show_if": [
  915. [
  916. "type",
  917. "=",
  918. "smb-pv-pvc"
  919. ]
  920. ],
  921. "attrs": [
  922. {
  923. "variable": "server",
  924. "label": "Server",
  925. "description": "The server for the SMB share.",
  926. "schema": {
  927. "type": "string",
  928. "required": true
  929. }
  930. },
  931. {
  932. "variable": "share",
  933. "label": "Share",
  934. "description": "The share name for the SMB share.",
  935. "schema": {
  936. "type": "string",
  937. "required": true
  938. }
  939. },
  940. {
  941. "variable": "domain",
  942. "label": "Domain (Optional)",
  943. "description": "The domain for the SMB share.",
  944. "schema": {
  945. "type": "string"
  946. }
  947. },
  948. {
  949. "variable": "username",
  950. "label": "Username",
  951. "description": "The username for the SMB share.",
  952. "schema": {
  953. "type": "string",
  954. "required": true
  955. }
  956. },
  957. {
  958. "variable": "password",
  959. "label": "Password",
  960. "description": "The password for the SMB share.",
  961. "schema": {
  962. "type": "string",
  963. "required": true,
  964. "private": true
  965. }
  966. },
  967. {
  968. "variable": "size",
  969. "label": "Size (in Gi)",
  970. "description": "The size of the volume quota.",
  971. "schema": {
  972. "type": "int",
  973. "required": true,
  974. "min": 1,
  975. "default": 1
  976. }
  977. }
  978. ]
  979. }
  980. }
  981. ]
  982. }
  983. }
  984. ]
  985. }
  986. }
  987. ]
  988. }
  989. },
  990. {
  991. "variable": "resources",
  992. "group": "Resources Configuration",
  993. "label": "",
  994. "schema": {
  995. "type": "dict",
  996. "attrs": [
  997. {
  998. "variable": "limits",
  999. "label": "Limits",
  1000. "schema": {
  1001. "type": "dict",
  1002. "attrs": [
  1003. {
  1004. "variable": "cpu",
  1005. "label": "CPU",
  1006. "description": "CPU limit for MeTube.",
  1007. "schema": {
  1008. "type": "string",
  1009. "max_length": 6,
  1010. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  1011. "valid_chars_error": "Valid CPU limit formats are</br>\n- Plain Integer - eg. 1</br>\n- Float - eg. 0.5</br>\n- Milicpu - eg. 500m\n",
  1012. "default": "4000m",
  1013. "required": true
  1014. }
  1015. },
  1016. {
  1017. "variable": "memory",
  1018. "label": "Memory",
  1019. "description": "Memory limit for MeTube.",
  1020. "schema": {
  1021. "type": "string",
  1022. "max_length": 12,
  1023. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  1024. "valid_chars_error": "Valid Memory limit formats are</br>\n- Suffixed with E/P/T/G/M/K - eg. 1G</br>\n- Suffixed with Ei/Pi/Ti/Gi/Mi/Ki - eg. 1Gi</br>\n- Plain Integer in bytes - eg. 1024</br>\n- Exponent - eg. 134e6\n",
  1025. "default": "8Gi",
  1026. "required": true
  1027. }
  1028. }
  1029. ]
  1030. }
  1031. }
  1032. ]
  1033. }
  1034. }
  1035. ]
  1036. },
  1037. "app_readme": "<h1>MeTube</h1>\n<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>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>MeTube</code> directories.\nAfterward, the <code>MeTube</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  1038. "detailed_readme": "<h1>MeTube</h1>\n<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>\n<blockquote>\n<p>When application is installed, a container will be launched with <strong>root</strong> privileges.\nThis is required in order to apply the correct permissions to the <code>MeTube</code> directories.\nAfterward, the <code>MeTube</code> container will run as a <strong>non</strong>-root user (Default: <code>568</code>).\nAll mounted storage(s) will be <code>chown</code>ed only if the parent directory does not match the configured user.</p>\n</blockquote>",
  1039. "changelog": null
  1040. }
  1041. }