app_versions.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550
  1. {
  2. "1.1.12": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/metube/1.1.12",
  7. "last_update": "2023-12-27 08:19:23",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "2023-12-13_1.1.12",
  12. "version": "1.1.12",
  13. "chart_metadata": {
  14. "name": "metube",
  15. "description": "MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with playlist support.",
  16. "annotations": {
  17. "title": "MeTube"
  18. },
  19. "type": "application",
  20. "version": "1.1.12",
  21. "apiVersion": "v2",
  22. "appVersion": "2023-12-13",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common",
  35. "version": "1.2.5"
  36. }
  37. ],
  38. "home": "https://github.com/alexta69/metube",
  39. "icon": "https://localhost/no-icon",
  40. "sources": [
  41. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/metube",
  42. "https://github.com/alexta69/metube"
  43. ],
  44. "keywords": [
  45. "youtube-dl",
  46. "yt-dlp"
  47. ]
  48. },
  49. "app_metadata": {
  50. "runAsContext": [
  51. {
  52. "userName": "metube",
  53. "groupName": "metube",
  54. "gid": 568,
  55. "uid": 568,
  56. "description": "MeTube can run as any non-root user."
  57. }
  58. ],
  59. "capabilities": [],
  60. "hostMounts": []
  61. },
  62. "schema": {
  63. "groups": [
  64. {
  65. "name": "MeTube Configuration",
  66. "description": "Configure MeTube"
  67. },
  68. {
  69. "name": "User and Group Configuration",
  70. "description": "Configure User and Group for MeTube"
  71. },
  72. {
  73. "name": "Network Configuration",
  74. "description": "Configure Network for MeTube"
  75. },
  76. {
  77. "name": "Storage Configuration",
  78. "description": "Configure Storage for MeTube"
  79. },
  80. {
  81. "name": "Resources Configuration",
  82. "description": "Configure Resources for MeTube"
  83. }
  84. ],
  85. "portals": {
  86. "web_portal": {
  87. "protocols": [
  88. "$kubernetes-resource_configmap_portal_protocol"
  89. ],
  90. "host": [
  91. "$kubernetes-resource_configmap_portal_host"
  92. ],
  93. "ports": [
  94. "$kubernetes-resource_configmap_portal_port"
  95. ],
  96. "path": "$kubernetes-resource_configmap_portal_path"
  97. }
  98. },
  99. "questions": [
  100. {
  101. "variable": "metubeConfig",
  102. "label": "",
  103. "group": "MeTube Configuration",
  104. "schema": {
  105. "type": "dict",
  106. "attrs": [
  107. {
  108. "variable": "defaultTheme",
  109. "label": "Default Theme",
  110. "description": "The default theme for MeTube.",
  111. "schema": {
  112. "type": "string",
  113. "default": "auto",
  114. "required": true,
  115. "enum": [
  116. {
  117. "value": "auto",
  118. "description": "Auto"
  119. },
  120. {
  121. "value": "dark",
  122. "description": "Dark"
  123. },
  124. {
  125. "value": "light",
  126. "description": "Light"
  127. }
  128. ]
  129. }
  130. },
  131. {
  132. "variable": "additionalEnvs",
  133. "label": "Additional Environment Variables",
  134. "description": "Configure additional environment variables for MeTube.",
  135. "schema": {
  136. "type": "list",
  137. "default": [],
  138. "items": [
  139. {
  140. "variable": "env",
  141. "label": "Environment Variable",
  142. "schema": {
  143. "type": "dict",
  144. "attrs": [
  145. {
  146. "variable": "name",
  147. "label": "Name",
  148. "schema": {
  149. "type": "string",
  150. "required": true
  151. }
  152. },
  153. {
  154. "variable": "value",
  155. "label": "Value",
  156. "schema": {
  157. "type": "string",
  158. "required": true
  159. }
  160. }
  161. ]
  162. }
  163. }
  164. ]
  165. }
  166. }
  167. ]
  168. }
  169. },
  170. {
  171. "variable": "metubeRunAs",
  172. "label": "",
  173. "group": "User and Group Configuration",
  174. "schema": {
  175. "type": "dict",
  176. "attrs": [
  177. {
  178. "variable": "user",
  179. "label": "User ID",
  180. "description": "The user id that MeTube will run as.",
  181. "schema": {
  182. "type": "int",
  183. "min": 2,
  184. "default": 568,
  185. "required": true
  186. }
  187. },
  188. {
  189. "variable": "group",
  190. "label": "Group ID",
  191. "description": "The group id that MeTube will run as.",
  192. "schema": {
  193. "type": "int",
  194. "min": 2,
  195. "default": 568,
  196. "required": true
  197. }
  198. }
  199. ]
  200. }
  201. },
  202. {
  203. "variable": "metubeNetwork",
  204. "label": "",
  205. "group": "Network Configuration",
  206. "schema": {
  207. "type": "dict",
  208. "attrs": [
  209. {
  210. "variable": "webPort",
  211. "label": "Web Port",
  212. "description": "The port for the MeTube Web UI.",
  213. "schema": {
  214. "type": "int",
  215. "default": 30094,
  216. "min": 9000,
  217. "max": 65535,
  218. "required": true
  219. }
  220. },
  221. {
  222. "variable": "hostNetwork",
  223. "label": "Host Network",
  224. "description": "Bind to the host network. It's recommended to keep this disabled.</br>\n",
  225. "schema": {
  226. "type": "boolean",
  227. "default": false
  228. }
  229. }
  230. ]
  231. }
  232. },
  233. {
  234. "variable": "metubeStorage",
  235. "label": "",
  236. "group": "Storage Configuration",
  237. "schema": {
  238. "type": "dict",
  239. "attrs": [
  240. {
  241. "variable": "downloads",
  242. "label": "MeTube Downloads Storage",
  243. "description": "The path to store MeTube Downloads.",
  244. "schema": {
  245. "type": "dict",
  246. "attrs": [
  247. {
  248. "variable": "type",
  249. "label": "Type",
  250. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  251. "schema": {
  252. "type": "string",
  253. "required": true,
  254. "immutable": true,
  255. "default": "ixVolume",
  256. "enum": [
  257. {
  258. "value": "hostPath",
  259. "description": "Host Path (Path that already exists on the system)"
  260. },
  261. {
  262. "value": "ixVolume",
  263. "description": "ixVolume (Dataset created automatically by the system)"
  264. }
  265. ]
  266. }
  267. },
  268. {
  269. "variable": "datasetName",
  270. "label": "Dataset Name",
  271. "schema": {
  272. "type": "string",
  273. "show_if": [
  274. [
  275. "type",
  276. "=",
  277. "ixVolume"
  278. ]
  279. ],
  280. "required": true,
  281. "hidden": true,
  282. "immutable": true,
  283. "default": "downloads",
  284. "$ref": [
  285. "normalize/ixVolume"
  286. ]
  287. }
  288. },
  289. {
  290. "variable": "hostPath",
  291. "label": "Host Path",
  292. "schema": {
  293. "type": "hostpath",
  294. "show_if": [
  295. [
  296. "type",
  297. "=",
  298. "hostPath"
  299. ]
  300. ],
  301. "required": true
  302. }
  303. }
  304. ]
  305. }
  306. },
  307. {
  308. "variable": "additionalStorages",
  309. "label": "Additional Storage",
  310. "description": "Additional storage for MeTube.",
  311. "schema": {
  312. "type": "list",
  313. "default": [],
  314. "items": [
  315. {
  316. "variable": "storageEntry",
  317. "label": "Storage Entry",
  318. "schema": {
  319. "type": "dict",
  320. "attrs": [
  321. {
  322. "variable": "type",
  323. "label": "Type",
  324. "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",
  325. "schema": {
  326. "type": "string",
  327. "required": true,
  328. "default": "ixVolume",
  329. "immutable": true,
  330. "enum": [
  331. {
  332. "value": "hostPath",
  333. "description": "Host Path (Path that already exists on the system)"
  334. },
  335. {
  336. "value": "ixVolume",
  337. "description": "ixVolume (Dataset created automatically by the system)"
  338. },
  339. {
  340. "value": "smb-pv-pvc",
  341. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  342. }
  343. ]
  344. }
  345. },
  346. {
  347. "variable": "mountPath",
  348. "label": "Mount Path",
  349. "description": "The path inside the container to mount the storage.",
  350. "schema": {
  351. "type": "path",
  352. "required": true
  353. }
  354. },
  355. {
  356. "variable": "hostPath",
  357. "label": "Host Path",
  358. "description": "The host path to use for storage.",
  359. "schema": {
  360. "type": "hostpath",
  361. "show_if": [
  362. [
  363. "type",
  364. "=",
  365. "hostPath"
  366. ]
  367. ],
  368. "required": true
  369. }
  370. },
  371. {
  372. "variable": "datasetName",
  373. "label": "Dataset Name",
  374. "description": "The name of the dataset to use for storage.",
  375. "schema": {
  376. "type": "string",
  377. "show_if": [
  378. [
  379. "type",
  380. "=",
  381. "ixVolume"
  382. ]
  383. ],
  384. "required": true,
  385. "immutable": true,
  386. "default": "storage_entry",
  387. "$ref": [
  388. "normalize/ixVolume"
  389. ]
  390. }
  391. },
  392. {
  393. "variable": "server",
  394. "label": "Server",
  395. "description": "The server for the SMB share.",
  396. "schema": {
  397. "type": "string",
  398. "show_if": [
  399. [
  400. "type",
  401. "=",
  402. "smb-pv-pvc"
  403. ]
  404. ],
  405. "required": true
  406. }
  407. },
  408. {
  409. "variable": "share",
  410. "label": "Share",
  411. "description": "The share name for the SMB share.",
  412. "schema": {
  413. "type": "string",
  414. "show_if": [
  415. [
  416. "type",
  417. "=",
  418. "smb-pv-pvc"
  419. ]
  420. ],
  421. "required": true
  422. }
  423. },
  424. {
  425. "variable": "domain",
  426. "label": "Domain (Optional)",
  427. "description": "The domain for the SMB share.",
  428. "schema": {
  429. "type": "string",
  430. "show_if": [
  431. [
  432. "type",
  433. "=",
  434. "smb-pv-pvc"
  435. ]
  436. ]
  437. }
  438. },
  439. {
  440. "variable": "username",
  441. "label": "Username",
  442. "description": "The username for the SMB share.",
  443. "schema": {
  444. "type": "string",
  445. "show_if": [
  446. [
  447. "type",
  448. "=",
  449. "smb-pv-pvc"
  450. ]
  451. ],
  452. "required": true
  453. }
  454. },
  455. {
  456. "variable": "password",
  457. "label": "Password",
  458. "description": "The password for the SMB share.",
  459. "schema": {
  460. "type": "string",
  461. "show_if": [
  462. [
  463. "type",
  464. "=",
  465. "smb-pv-pvc"
  466. ]
  467. ],
  468. "required": true,
  469. "private": true
  470. }
  471. },
  472. {
  473. "variable": "size",
  474. "label": "Size (in Gi)",
  475. "description": "The size of the volume quota.",
  476. "schema": {
  477. "type": "int",
  478. "show_if": [
  479. [
  480. "type",
  481. "=",
  482. "smb-pv-pvc"
  483. ]
  484. ],
  485. "required": true,
  486. "min": 1,
  487. "default": 1
  488. }
  489. }
  490. ]
  491. }
  492. }
  493. ]
  494. }
  495. }
  496. ]
  497. }
  498. },
  499. {
  500. "variable": "resources",
  501. "group": "Resources Configuration",
  502. "label": "",
  503. "schema": {
  504. "type": "dict",
  505. "attrs": [
  506. {
  507. "variable": "limits",
  508. "label": "Limits",
  509. "schema": {
  510. "type": "dict",
  511. "attrs": [
  512. {
  513. "variable": "cpu",
  514. "label": "CPU",
  515. "description": "CPU limit for MeTube.",
  516. "schema": {
  517. "type": "string",
  518. "max_length": 6,
  519. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  520. "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",
  521. "default": "4000m",
  522. "required": true
  523. }
  524. },
  525. {
  526. "variable": "memory",
  527. "label": "Memory",
  528. "description": "Memory limit for MeTube.",
  529. "schema": {
  530. "type": "string",
  531. "max_length": 12,
  532. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  533. "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",
  534. "default": "8Gi",
  535. "required": true
  536. }
  537. }
  538. ]
  539. }
  540. }
  541. ]
  542. }
  543. }
  544. ]
  545. },
  546. "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>",
  547. "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>",
  548. "changelog": null
  549. }
  550. }