app_versions.json 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. {
  2. "1.1.6": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/metube/1.1.6",
  7. "last_update": "2023-11-23 22:47:30",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "2023-11-16_1.1.6",
  12. "version": "1.1.6",
  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.6",
  21. "apiVersion": "v2",
  22. "appVersion": "2023-11-16",
  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.3"
  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. "immutable": true,
  302. "required": true
  303. }
  304. }
  305. ]
  306. }
  307. },
  308. {
  309. "variable": "additionalStorages",
  310. "label": "Additional Storage",
  311. "description": "Additional storage for MeTube.",
  312. "schema": {
  313. "type": "list",
  314. "default": [],
  315. "items": [
  316. {
  317. "variable": "storageEntry",
  318. "label": "Storage Entry",
  319. "schema": {
  320. "type": "dict",
  321. "attrs": [
  322. {
  323. "variable": "type",
  324. "label": "Type",
  325. "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",
  326. "schema": {
  327. "type": "string",
  328. "required": true,
  329. "default": "ixVolume",
  330. "immutable": true,
  331. "enum": [
  332. {
  333. "value": "hostPath",
  334. "description": "Host Path (Path that already exists on the system)"
  335. },
  336. {
  337. "value": "ixVolume",
  338. "description": "ixVolume (Dataset created automatically by the system)"
  339. },
  340. {
  341. "value": "smb-pv-pvc",
  342. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  343. }
  344. ]
  345. }
  346. },
  347. {
  348. "variable": "mountPath",
  349. "label": "Mount Path",
  350. "description": "The path inside the container to mount the storage.",
  351. "schema": {
  352. "type": "path",
  353. "required": true
  354. }
  355. },
  356. {
  357. "variable": "hostPath",
  358. "label": "Host Path",
  359. "description": "The host path to use for storage.",
  360. "schema": {
  361. "type": "hostpath",
  362. "show_if": [
  363. [
  364. "type",
  365. "=",
  366. "hostPath"
  367. ]
  368. ],
  369. "required": true
  370. }
  371. },
  372. {
  373. "variable": "datasetName",
  374. "label": "Dataset Name",
  375. "description": "The name of the dataset to use for storage.",
  376. "schema": {
  377. "type": "string",
  378. "show_if": [
  379. [
  380. "type",
  381. "=",
  382. "ixVolume"
  383. ]
  384. ],
  385. "required": true,
  386. "immutable": true,
  387. "default": "storage_entry",
  388. "$ref": [
  389. "normalize/ixVolume"
  390. ]
  391. }
  392. },
  393. {
  394. "variable": "server",
  395. "label": "Server",
  396. "description": "The server for the SMB share.",
  397. "schema": {
  398. "type": "string",
  399. "show_if": [
  400. [
  401. "type",
  402. "=",
  403. "smb-pv-pvc"
  404. ]
  405. ],
  406. "required": true
  407. }
  408. },
  409. {
  410. "variable": "share",
  411. "label": "Share",
  412. "description": "The share name for the SMB share.",
  413. "schema": {
  414. "type": "string",
  415. "show_if": [
  416. [
  417. "type",
  418. "=",
  419. "smb-pv-pvc"
  420. ]
  421. ],
  422. "required": true
  423. }
  424. },
  425. {
  426. "variable": "domain",
  427. "label": "Domain (Optional)",
  428. "description": "The domain for the SMB share.",
  429. "schema": {
  430. "type": "string",
  431. "show_if": [
  432. [
  433. "type",
  434. "=",
  435. "smb-pv-pvc"
  436. ]
  437. ]
  438. }
  439. },
  440. {
  441. "variable": "username",
  442. "label": "Username",
  443. "description": "The username for the SMB share.",
  444. "schema": {
  445. "type": "string",
  446. "show_if": [
  447. [
  448. "type",
  449. "=",
  450. "smb-pv-pvc"
  451. ]
  452. ],
  453. "required": true
  454. }
  455. },
  456. {
  457. "variable": "password",
  458. "label": "Password",
  459. "description": "The password for the SMB share.",
  460. "schema": {
  461. "type": "string",
  462. "show_if": [
  463. [
  464. "type",
  465. "=",
  466. "smb-pv-pvc"
  467. ]
  468. ],
  469. "required": true,
  470. "private": true
  471. }
  472. },
  473. {
  474. "variable": "size",
  475. "label": "Size (in Gi)",
  476. "description": "The size of the volume quota.",
  477. "schema": {
  478. "type": "int",
  479. "show_if": [
  480. [
  481. "type",
  482. "=",
  483. "smb-pv-pvc"
  484. ]
  485. ],
  486. "required": true,
  487. "min": 1,
  488. "default": 1
  489. }
  490. }
  491. ]
  492. }
  493. }
  494. ]
  495. }
  496. }
  497. ]
  498. }
  499. },
  500. {
  501. "variable": "resources",
  502. "group": "Resources Configuration",
  503. "label": "",
  504. "schema": {
  505. "type": "dict",
  506. "attrs": [
  507. {
  508. "variable": "limits",
  509. "label": "Limits",
  510. "schema": {
  511. "type": "dict",
  512. "attrs": [
  513. {
  514. "variable": "cpu",
  515. "label": "CPU",
  516. "description": "CPU limit for MeTube.",
  517. "schema": {
  518. "type": "string",
  519. "max_length": 6,
  520. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  521. "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",
  522. "default": "4000m",
  523. "required": true
  524. }
  525. },
  526. {
  527. "variable": "memory",
  528. "label": "Memory",
  529. "description": "Memory limit for MeTube.",
  530. "schema": {
  531. "type": "string",
  532. "max_length": 12,
  533. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  534. "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",
  535. "default": "8Gi",
  536. "required": true
  537. }
  538. }
  539. ]
  540. }
  541. }
  542. ]
  543. }
  544. }
  545. ]
  546. },
  547. "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>",
  548. "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>",
  549. "changelog": null
  550. }
  551. }