app_versions.json 30 KB

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