app_versions.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/plex-auto-languages/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "definitions/timezone",
  10. "normalize/ixVolume"
  11. ],
  12. "human_version": "1.2.3_1.1.2",
  13. "version": "1.1.2",
  14. "chart_metadata": {
  15. "name": "plex-auto-languages",
  16. "description": "Plex Auto Languages offer automated language selection for Plex TV Shows",
  17. "annotations": {
  18. "title": "Plex Auto Languages"
  19. },
  20. "type": "application",
  21. "version": "1.1.2",
  22. "apiVersion": "v2",
  23. "appVersion": "1.2.3",
  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.2"
  37. }
  38. ],
  39. "home": "https://github.com/RemiRigal/Plex-Auto-Languages",
  40. "icon": "https://localhost/no-icon",
  41. "sources": [
  42. "https://github.com/RemiRigal/Plex-Auto-Languages",
  43. "https://github.com/truenas/charts/tree/master/community/plex-auto-languages",
  44. "https://hub.docker.com/r/remirigal/plex-auto-languages"
  45. ],
  46. "keywords": [
  47. "plex",
  48. "languages"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "plex-auto-languages",
  55. "groupName": "plex-auto-languages",
  56. "gid": 568,
  57. "uid": 568,
  58. "description": "Plex Auto Languages can run as any non-root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Plex Auto Language Configuration",
  68. "description": "Configure Plex Auto Language"
  69. },
  70. {
  71. "name": "User and Group Configuration",
  72. "description": "Configure User and Group for Plex Auto Language"
  73. },
  74. {
  75. "name": "Storage Configuration",
  76. "description": "Configure Storage for Plex Auto Language"
  77. },
  78. {
  79. "name": "Resources Configuration",
  80. "description": "Configure Resources for Plex Auto Language"
  81. }
  82. ],
  83. "questions": [
  84. {
  85. "variable": "TZ",
  86. "group": "Plex Auto Language Configuration",
  87. "label": "Timezone",
  88. "schema": {
  89. "type": "string",
  90. "default": "America/Los_Angeles",
  91. "required": true,
  92. "$ref": [
  93. "definitions/timezone"
  94. ],
  95. "enum": [
  96. {
  97. "value": "Asia/Damascus",
  98. "description": "'Asia/Damascus' timezone"
  99. },
  100. {
  101. "value": "Asia/Saigon",
  102. "description": "'Asia/Saigon' timezone"
  103. }
  104. ]
  105. }
  106. },
  107. {
  108. "variable": "palConfig",
  109. "label": "",
  110. "group": "Plex Auto Language Configuration",
  111. "schema": {
  112. "type": "dict",
  113. "attrs": [
  114. {
  115. "variable": "plexURL",
  116. "label": "Plex URL",
  117. "description": "The URL to your Plex server.",
  118. "schema": {
  119. "type": "string",
  120. "required": true
  121. }
  122. },
  123. {
  124. "variable": "plexToken",
  125. "label": "Plex Token",
  126. "description": "The token to your Plex server.</br>\nMore information on how to get your\ntoken can be found here https://github.com/RemiRigal/Plex-Auto-Languages#getting-started\n",
  127. "schema": {
  128. "type": "string",
  129. "required": true
  130. }
  131. },
  132. {
  133. "variable": "additionalEnvs",
  134. "label": "Additional Environment Variables",
  135. "description": "Configure additional environment variables for Plex Auto Language.",
  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": "palRunAs",
  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 Plex Auto Language 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 Plex Auto Language 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": "palStorage",
  205. "label": "",
  206. "group": "Storage Configuration",
  207. "schema": {
  208. "type": "dict",
  209. "attrs": [
  210. {
  211. "variable": "config",
  212. "label": "Plex Auto Language Config Storage",
  213. "description": "The path to store Plex Auto Language Configuration.",
  214. "schema": {
  215. "type": "dict",
  216. "attrs": [
  217. {
  218. "variable": "type",
  219. "label": "Type",
  220. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  221. "schema": {
  222. "type": "string",
  223. "required": true,
  224. "immutable": true,
  225. "default": "ixVolume",
  226. "enum": [
  227. {
  228. "value": "hostPath",
  229. "description": "Host Path (Path that already exists on the system)"
  230. },
  231. {
  232. "value": "ixVolume",
  233. "description": "ixVolume (Dataset created automatically by the system)"
  234. }
  235. ]
  236. }
  237. },
  238. {
  239. "variable": "datasetName",
  240. "label": "Dataset Name",
  241. "schema": {
  242. "type": "string",
  243. "show_if": [
  244. [
  245. "type",
  246. "=",
  247. "ixVolume"
  248. ]
  249. ],
  250. "required": true,
  251. "hidden": true,
  252. "immutable": true,
  253. "default": "config",
  254. "$ref": [
  255. "normalize/ixVolume"
  256. ]
  257. }
  258. },
  259. {
  260. "variable": "hostPath",
  261. "label": "Host Path",
  262. "schema": {
  263. "type": "hostpath",
  264. "show_if": [
  265. [
  266. "type",
  267. "=",
  268. "hostPath"
  269. ]
  270. ],
  271. "immutable": true,
  272. "required": true
  273. }
  274. }
  275. ]
  276. }
  277. },
  278. {
  279. "variable": "additionalStorages",
  280. "label": "Additional Storage",
  281. "description": "Additional storage for Plex Auto Language.",
  282. "schema": {
  283. "type": "list",
  284. "default": [],
  285. "items": [
  286. {
  287. "variable": "storageEntry",
  288. "label": "Storage Entry",
  289. "schema": {
  290. "type": "dict",
  291. "attrs": [
  292. {
  293. "variable": "type",
  294. "label": "Type",
  295. "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",
  296. "schema": {
  297. "type": "string",
  298. "required": true,
  299. "default": "ixVolume",
  300. "immutable": true,
  301. "enum": [
  302. {
  303. "value": "hostPath",
  304. "description": "Host Path (Path that already exists on the system)"
  305. },
  306. {
  307. "value": "ixVolume",
  308. "description": "ixVolume (Dataset created automatically by the system)"
  309. },
  310. {
  311. "value": "smb-pv-pvc",
  312. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  313. }
  314. ]
  315. }
  316. },
  317. {
  318. "variable": "mountPath",
  319. "label": "Mount Path",
  320. "description": "The path inside the container to mount the storage.",
  321. "schema": {
  322. "type": "path",
  323. "required": true
  324. }
  325. },
  326. {
  327. "variable": "hostPath",
  328. "label": "Host Path",
  329. "description": "The host path to use for storage.",
  330. "schema": {
  331. "type": "hostpath",
  332. "show_if": [
  333. [
  334. "type",
  335. "=",
  336. "hostPath"
  337. ]
  338. ],
  339. "required": true
  340. }
  341. },
  342. {
  343. "variable": "datasetName",
  344. "label": "Dataset Name",
  345. "description": "The name of the dataset to use for storage.",
  346. "schema": {
  347. "type": "string",
  348. "show_if": [
  349. [
  350. "type",
  351. "=",
  352. "ixVolume"
  353. ]
  354. ],
  355. "required": true,
  356. "immutable": true,
  357. "default": "storage_entry",
  358. "$ref": [
  359. "normalize/ixVolume"
  360. ]
  361. }
  362. },
  363. {
  364. "variable": "server",
  365. "label": "Server",
  366. "description": "The server for the SMB share.",
  367. "schema": {
  368. "type": "string",
  369. "show_if": [
  370. [
  371. "type",
  372. "=",
  373. "smb-pv-pvc"
  374. ]
  375. ],
  376. "required": true
  377. }
  378. },
  379. {
  380. "variable": "share",
  381. "label": "Share",
  382. "description": "The share name for the SMB share.",
  383. "schema": {
  384. "type": "string",
  385. "show_if": [
  386. [
  387. "type",
  388. "=",
  389. "smb-pv-pvc"
  390. ]
  391. ],
  392. "required": true
  393. }
  394. },
  395. {
  396. "variable": "domain",
  397. "label": "Domain (Optional)",
  398. "description": "The domain for the SMB share.",
  399. "schema": {
  400. "type": "string",
  401. "show_if": [
  402. [
  403. "type",
  404. "=",
  405. "smb-pv-pvc"
  406. ]
  407. ]
  408. }
  409. },
  410. {
  411. "variable": "username",
  412. "label": "Username",
  413. "description": "The username for the SMB share.",
  414. "schema": {
  415. "type": "string",
  416. "show_if": [
  417. [
  418. "type",
  419. "=",
  420. "smb-pv-pvc"
  421. ]
  422. ],
  423. "required": true
  424. }
  425. },
  426. {
  427. "variable": "password",
  428. "label": "Password",
  429. "description": "The password for the SMB share.",
  430. "schema": {
  431. "type": "string",
  432. "show_if": [
  433. [
  434. "type",
  435. "=",
  436. "smb-pv-pvc"
  437. ]
  438. ],
  439. "required": true,
  440. "private": true
  441. }
  442. },
  443. {
  444. "variable": "size",
  445. "label": "Size (in Gi)",
  446. "description": "The size of the volume quota.",
  447. "schema": {
  448. "type": "int",
  449. "show_if": [
  450. [
  451. "type",
  452. "=",
  453. "smb-pv-pvc"
  454. ]
  455. ],
  456. "required": true,
  457. "min": 1,
  458. "default": 1
  459. }
  460. }
  461. ]
  462. }
  463. }
  464. ]
  465. }
  466. }
  467. ]
  468. }
  469. },
  470. {
  471. "variable": "resources",
  472. "group": "Resources Configuration",
  473. "label": "",
  474. "schema": {
  475. "type": "dict",
  476. "attrs": [
  477. {
  478. "variable": "limits",
  479. "label": "Limits",
  480. "schema": {
  481. "type": "dict",
  482. "attrs": [
  483. {
  484. "variable": "cpu",
  485. "label": "CPU",
  486. "description": "CPU limit for Plex Auto Language.",
  487. "schema": {
  488. "type": "string",
  489. "max_length": 6,
  490. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  491. "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",
  492. "default": "4000m",
  493. "required": true
  494. }
  495. },
  496. {
  497. "variable": "memory",
  498. "label": "Memory",
  499. "description": "Memory limit for Plex Auto Language.",
  500. "schema": {
  501. "type": "string",
  502. "max_length": 12,
  503. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  504. "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",
  505. "default": "8Gi",
  506. "required": true
  507. }
  508. }
  509. ]
  510. }
  511. }
  512. ]
  513. }
  514. }
  515. ]
  516. },
  517. "app_readme": "<h1>Plex Auto Languages</h1>\n<p><a href=\"https://github.com/RemiRigal/Plex-Auto-Languages\">Plex Auto Languages</a> offer automated language selection for Plex TV Shows</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>Plex Auto Languages</code> directories.\nAfterward, the <code>Plex Auto Languages</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>",
  518. "detailed_readme": "<h1>Plex Auto Languages</h1>\n<p><a href=\"https://github.com/RemiRigal/Plex-Auto-Languages\">Plex Auto Languages</a> offer automated language selection for Plex TV Shows</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>Plex Auto Languages</code> directories.\nAfterward, the <code>Plex Auto Languages</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>",
  519. "changelog": null
  520. }
  521. }