app_versions.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. {
  2. "1.1.3": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/tiny-media-manager/1.1.3",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "4.3.14_1.1.3",
  12. "version": "1.1.3",
  13. "chart_metadata": {
  14. "name": "tiny-media-manager",
  15. "description": "tinyMediaManager is a media management tool written in Java/Swing.",
  16. "annotations": {
  17. "title": "tinyMediaManager"
  18. },
  19. "type": "application",
  20. "version": "1.1.3",
  21. "apiVersion": "v2",
  22. "appVersion": "4.3.14",
  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.2"
  36. }
  37. ],
  38. "home": "https://www.tinymediamanager.org/",
  39. "icon": "https://media.sys.truenas.net/apps/tiny-media-manager/icons/icon.png",
  40. "sources": [
  41. "https://www.tinymediamanager.org/",
  42. "https://github.com/truenas/charts/tree/master/library/ix-dev/community/tiny-media-manager",
  43. "https://hub.docker.com/r/tinymediamanager/tinymediamanager"
  44. ],
  45. "keywords": [
  46. "media",
  47. "tv-shows",
  48. "movies"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "root",
  55. "groupName": "root",
  56. "gid": 0,
  57. "uid": 0,
  58. "description": "tinyMediaManager runs as root user"
  59. }
  60. ],
  61. "capabilities": [
  62. {
  63. "name": "CHOWN",
  64. "description": "tinyMediaManager is able to chown files."
  65. },
  66. {
  67. "name": "SETGID",
  68. "description": "tinyMediaManager is able to set group ID for it's sub-processes."
  69. },
  70. {
  71. "name": "SETUID",
  72. "description": "tinyMediaManager is able to set user ID for it's sub-processes."
  73. }
  74. ],
  75. "hostMounts": []
  76. },
  77. "schema": {
  78. "groups": [
  79. {
  80. "name": "tinyMediaManager Configuration",
  81. "description": "Configure tinyMediaManager"
  82. },
  83. {
  84. "name": "User and Group Configuration",
  85. "description": "Configure User and Group for tinyMediaManager"
  86. },
  87. {
  88. "name": "Network Configuration",
  89. "description": "Configure Network for tinyMediaManager"
  90. },
  91. {
  92. "name": "Storage Configuration",
  93. "description": "Configure Storage for tinyMediaManager"
  94. },
  95. {
  96. "name": "Resources Configuration",
  97. "description": "Configure Resources for tinyMediaManager"
  98. }
  99. ],
  100. "portals": {
  101. "web_portal": {
  102. "protocols": [
  103. "$kubernetes-resource_configmap_portal_protocol"
  104. ],
  105. "host": [
  106. "$kubernetes-resource_configmap_portal_host"
  107. ],
  108. "ports": [
  109. "$kubernetes-resource_configmap_portal_port"
  110. ],
  111. "path": "$kubernetes-resource_configmap_portal_path"
  112. }
  113. },
  114. "questions": [
  115. {
  116. "variable": "tmmConfig",
  117. "label": "",
  118. "group": "tinyMediaManager Configuration",
  119. "schema": {
  120. "type": "dict",
  121. "attrs": [
  122. {
  123. "variable": "password",
  124. "label": "Password (Optional)",
  125. "description": "The password for tinyMediaManager.",
  126. "schema": {
  127. "type": "string",
  128. "default": ""
  129. }
  130. },
  131. {
  132. "variable": "additionalEnvs",
  133. "label": "Additional Environment Variables",
  134. "description": "Configure additional environment variables for tinyMediaManager.",
  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": "tmmID",
  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 tinyMediaManager files will be owned by.",
  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 tinyMediaManager files will be owned by.",
  192. "schema": {
  193. "type": "int",
  194. "min": 2,
  195. "default": 568,
  196. "required": true
  197. }
  198. }
  199. ]
  200. }
  201. },
  202. {
  203. "variable": "tmmNetwork",
  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 tinyMediaManager Web UI.",
  213. "schema": {
  214. "type": "int",
  215. "default": 30057,
  216. "min": 9000,
  217. "max": 65535,
  218. "required": true
  219. }
  220. }
  221. ]
  222. }
  223. },
  224. {
  225. "variable": "tmmStorage",
  226. "label": "",
  227. "group": "Storage Configuration",
  228. "schema": {
  229. "type": "dict",
  230. "attrs": [
  231. {
  232. "variable": "data",
  233. "label": "tinyMediaManager Data Storage",
  234. "description": "The path to store tinyMediaManager Data.",
  235. "schema": {
  236. "type": "dict",
  237. "attrs": [
  238. {
  239. "variable": "type",
  240. "label": "Type",
  241. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  242. "schema": {
  243. "type": "string",
  244. "required": true,
  245. "immutable": true,
  246. "default": "ixVolume",
  247. "enum": [
  248. {
  249. "value": "hostPath",
  250. "description": "Host Path (Path that already exists on the system)"
  251. },
  252. {
  253. "value": "ixVolume",
  254. "description": "ixVolume (Dataset created automatically by the system)"
  255. }
  256. ]
  257. }
  258. },
  259. {
  260. "variable": "datasetName",
  261. "label": "Dataset Name",
  262. "schema": {
  263. "type": "string",
  264. "show_if": [
  265. [
  266. "type",
  267. "=",
  268. "ixVolume"
  269. ]
  270. ],
  271. "required": true,
  272. "hidden": true,
  273. "immutable": true,
  274. "default": "data",
  275. "$ref": [
  276. "normalize/ixVolume"
  277. ]
  278. }
  279. },
  280. {
  281. "variable": "hostPath",
  282. "label": "Host Path",
  283. "schema": {
  284. "type": "hostpath",
  285. "show_if": [
  286. [
  287. "type",
  288. "=",
  289. "hostPath"
  290. ]
  291. ],
  292. "immutable": true,
  293. "required": true
  294. }
  295. }
  296. ]
  297. }
  298. },
  299. {
  300. "variable": "additionalStorages",
  301. "label": "Additional Storage",
  302. "description": "Additional storage for tinyMediaManager.",
  303. "schema": {
  304. "type": "list",
  305. "default": [],
  306. "items": [
  307. {
  308. "variable": "storageEntry",
  309. "label": "Storage Entry",
  310. "schema": {
  311. "type": "dict",
  312. "attrs": [
  313. {
  314. "variable": "type",
  315. "label": "Type",
  316. "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",
  317. "schema": {
  318. "type": "string",
  319. "required": true,
  320. "default": "ixVolume",
  321. "immutable": true,
  322. "enum": [
  323. {
  324. "value": "hostPath",
  325. "description": "Host Path (Path that already exists on the system)"
  326. },
  327. {
  328. "value": "ixVolume",
  329. "description": "ixVolume (Dataset created automatically by the system)"
  330. },
  331. {
  332. "value": "smb-pv-pvc",
  333. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  334. }
  335. ]
  336. }
  337. },
  338. {
  339. "variable": "mountPath",
  340. "label": "Mount Path",
  341. "description": "The path inside the container to mount the storage.",
  342. "schema": {
  343. "type": "path",
  344. "required": true
  345. }
  346. },
  347. {
  348. "variable": "hostPath",
  349. "label": "Host Path",
  350. "description": "The host path to use for storage.",
  351. "schema": {
  352. "type": "hostpath",
  353. "show_if": [
  354. [
  355. "type",
  356. "=",
  357. "hostPath"
  358. ]
  359. ],
  360. "required": true
  361. }
  362. },
  363. {
  364. "variable": "datasetName",
  365. "label": "Dataset Name",
  366. "description": "The name of the dataset to use for storage.",
  367. "schema": {
  368. "type": "string",
  369. "show_if": [
  370. [
  371. "type",
  372. "=",
  373. "ixVolume"
  374. ]
  375. ],
  376. "required": true,
  377. "immutable": true,
  378. "default": "storage_entry",
  379. "$ref": [
  380. "normalize/ixVolume"
  381. ]
  382. }
  383. },
  384. {
  385. "variable": "server",
  386. "label": "Server",
  387. "description": "The server for the SMB share.",
  388. "schema": {
  389. "type": "string",
  390. "show_if": [
  391. [
  392. "type",
  393. "=",
  394. "smb-pv-pvc"
  395. ]
  396. ],
  397. "required": true
  398. }
  399. },
  400. {
  401. "variable": "share",
  402. "label": "Share",
  403. "description": "The share name for the SMB share.",
  404. "schema": {
  405. "type": "string",
  406. "show_if": [
  407. [
  408. "type",
  409. "=",
  410. "smb-pv-pvc"
  411. ]
  412. ],
  413. "required": true
  414. }
  415. },
  416. {
  417. "variable": "domain",
  418. "label": "Domain (Optional)",
  419. "description": "The domain for the SMB share.",
  420. "schema": {
  421. "type": "string",
  422. "show_if": [
  423. [
  424. "type",
  425. "=",
  426. "smb-pv-pvc"
  427. ]
  428. ]
  429. }
  430. },
  431. {
  432. "variable": "username",
  433. "label": "Username",
  434. "description": "The username for the SMB share.",
  435. "schema": {
  436. "type": "string",
  437. "show_if": [
  438. [
  439. "type",
  440. "=",
  441. "smb-pv-pvc"
  442. ]
  443. ],
  444. "required": true
  445. }
  446. },
  447. {
  448. "variable": "password",
  449. "label": "Password",
  450. "description": "The password for the SMB share.",
  451. "schema": {
  452. "type": "string",
  453. "show_if": [
  454. [
  455. "type",
  456. "=",
  457. "smb-pv-pvc"
  458. ]
  459. ],
  460. "required": true,
  461. "private": true
  462. }
  463. },
  464. {
  465. "variable": "size",
  466. "label": "Size (in Gi)",
  467. "description": "The size of the volume quota.",
  468. "schema": {
  469. "type": "int",
  470. "show_if": [
  471. [
  472. "type",
  473. "=",
  474. "smb-pv-pvc"
  475. ]
  476. ],
  477. "required": true,
  478. "min": 1,
  479. "default": 1
  480. }
  481. }
  482. ]
  483. }
  484. }
  485. ]
  486. }
  487. }
  488. ]
  489. }
  490. },
  491. {
  492. "variable": "resources",
  493. "group": "Resources Configuration",
  494. "label": "",
  495. "schema": {
  496. "type": "dict",
  497. "attrs": [
  498. {
  499. "variable": "limits",
  500. "label": "Limits",
  501. "schema": {
  502. "type": "dict",
  503. "attrs": [
  504. {
  505. "variable": "cpu",
  506. "label": "CPU",
  507. "description": "CPU limit for tinyMediaManager.",
  508. "schema": {
  509. "type": "string",
  510. "max_length": 6,
  511. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  512. "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",
  513. "default": "4000m",
  514. "required": true
  515. }
  516. },
  517. {
  518. "variable": "memory",
  519. "label": "Memory",
  520. "description": "Memory limit for tinyMediaManager.",
  521. "schema": {
  522. "type": "string",
  523. "max_length": 12,
  524. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  525. "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",
  526. "default": "8Gi",
  527. "required": true
  528. }
  529. }
  530. ]
  531. }
  532. }
  533. ]
  534. }
  535. }
  536. ]
  537. },
  538. "app_readme": "<h1>tinyMediaManager</h1>\n<p><a href=\"https://www.tinymediamanager.org/\">tinyMediaManager</a> is a media management tool written in Java/Swing.</p>",
  539. "detailed_readme": "<h1>tinyMediaManager</h1>\n<p><a href=\"https://www.tinymediamanager.org/\">tinyMediaManager</a> is a media management tool written in Java/Swing.</p>",
  540. "changelog": null
  541. }
  542. }