app_versions.json 30 KB

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