app_versions.json 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746
  1. {
  2. "1.3.6": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/apps/apps/trains/community/plex-auto-languages/1.3.6",
  7. "last_update": "2025-09-02 11:33:24",
  8. "required_features": [],
  9. "human_version": "1.3.10_1.3.6",
  10. "version": "1.3.6",
  11. "app_metadata": {
  12. "app_version": "1.3.10",
  13. "capabilities": [],
  14. "categories": [
  15. "media"
  16. ],
  17. "date_added": "2024-08-08",
  18. "description": "Plex Auto Languages offer automated language selection for Plex TV Shows",
  19. "home": "https://github.com/JourneyDocker/Plex-Auto-Languages",
  20. "host_mounts": [],
  21. "icon": "https://media.sys.truenas.net/apps/plex-auto-languages/icons/icon.svg",
  22. "keywords": [
  23. "plex",
  24. "languages"
  25. ],
  26. "lib_version": "2.1.49",
  27. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  28. "maintainers": [
  29. {
  30. "email": "dev@ixsystems.com",
  31. "name": "truenas",
  32. "url": "https://www.truenas.com/"
  33. }
  34. ],
  35. "name": "plex-auto-languages",
  36. "run_as_context": [
  37. {
  38. "description": "Plex Auto Languages runs as any non-root user.",
  39. "gid": 568,
  40. "group_name": "plex-auto-languages",
  41. "uid": 568,
  42. "user_name": "plex-auto-languages"
  43. }
  44. ],
  45. "screenshots": [],
  46. "sources": [
  47. "https://github.com/JourneyDocker/Plex-Auto-Languages"
  48. ],
  49. "title": "Plex Auto Languages",
  50. "train": "community",
  51. "version": "1.3.6"
  52. },
  53. "schema": {
  54. "groups": [
  55. {
  56. "name": "Plex Auto Languages Configuration",
  57. "description": "Configure Plex Auto Languages"
  58. },
  59. {
  60. "name": "User and Group Configuration",
  61. "description": "Configure User and Group for Plex Auto Languages"
  62. },
  63. {
  64. "name": "Network Configuration",
  65. "description": "Configure Network for Plex Auto Languages"
  66. },
  67. {
  68. "name": "Storage Configuration",
  69. "description": "Configure Storage for Plex Auto Languages"
  70. },
  71. {
  72. "name": "Labels Configuration",
  73. "description": "Configure Labels for Plex Auto Languages"
  74. },
  75. {
  76. "name": "Resources Configuration",
  77. "description": "Configure Resources for Plex Auto Languages"
  78. }
  79. ],
  80. "questions": [
  81. {
  82. "variable": "TZ",
  83. "group": "Plex Auto Languages Configuration",
  84. "label": "Timezone",
  85. "schema": {
  86. "type": "string",
  87. "default": "Etc/UTC",
  88. "required": true,
  89. "$ref": [
  90. "definitions/timezone"
  91. ]
  92. }
  93. },
  94. {
  95. "variable": "plex_auto_languages",
  96. "label": "",
  97. "group": "Plex Auto Languages Configuration",
  98. "schema": {
  99. "type": "dict",
  100. "attrs": [
  101. {
  102. "variable": "plex_url",
  103. "label": "Plex URL",
  104. "description": "The URL of your Plex server.",
  105. "schema": {
  106. "type": "string",
  107. "required": true
  108. }
  109. },
  110. {
  111. "variable": "plex_token",
  112. "label": "Plex Token",
  113. "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",
  114. "schema": {
  115. "type": "string",
  116. "required": true
  117. }
  118. },
  119. {
  120. "variable": "additional_envs",
  121. "label": "Additional Environment Variables",
  122. "schema": {
  123. "type": "list",
  124. "default": [],
  125. "items": [
  126. {
  127. "variable": "env",
  128. "label": "Environment Variable",
  129. "schema": {
  130. "type": "dict",
  131. "attrs": [
  132. {
  133. "variable": "name",
  134. "label": "Name",
  135. "schema": {
  136. "type": "string",
  137. "required": true
  138. }
  139. },
  140. {
  141. "variable": "value",
  142. "label": "Value",
  143. "schema": {
  144. "type": "string"
  145. }
  146. }
  147. ]
  148. }
  149. }
  150. ]
  151. }
  152. }
  153. ]
  154. }
  155. },
  156. {
  157. "variable": "run_as",
  158. "label": "",
  159. "group": "User and Group Configuration",
  160. "schema": {
  161. "type": "dict",
  162. "attrs": [
  163. {
  164. "variable": "user",
  165. "label": "User ID",
  166. "description": "The user id that Plex Auto Languages files will be owned by.",
  167. "schema": {
  168. "type": "int",
  169. "min": 568,
  170. "default": 568,
  171. "required": true
  172. }
  173. },
  174. {
  175. "variable": "group",
  176. "label": "Group ID",
  177. "description": "The group id that Plex Auto Languages files will be owned by.",
  178. "schema": {
  179. "type": "int",
  180. "min": 568,
  181. "default": 568,
  182. "required": true
  183. }
  184. }
  185. ]
  186. }
  187. },
  188. {
  189. "variable": "network",
  190. "label": "",
  191. "group": "Network Configuration",
  192. "schema": {
  193. "type": "dict",
  194. "attrs": [
  195. {
  196. "variable": "host_network",
  197. "label": "Host Network",
  198. "description": "Bind to the host network. It's recommended to keep this disabled.\n",
  199. "schema": {
  200. "type": "boolean",
  201. "default": false
  202. }
  203. }
  204. ]
  205. }
  206. },
  207. {
  208. "variable": "storage",
  209. "label": "",
  210. "group": "Storage Configuration",
  211. "schema": {
  212. "type": "dict",
  213. "attrs": [
  214. {
  215. "variable": "config",
  216. "label": "Plex Auto Languages Config Storage",
  217. "description": "The path to store Plex Auto Languages Config.",
  218. "schema": {
  219. "type": "dict",
  220. "attrs": [
  221. {
  222. "variable": "type",
  223. "label": "Type",
  224. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  225. "schema": {
  226. "type": "string",
  227. "required": true,
  228. "default": "ix_volume",
  229. "enum": [
  230. {
  231. "value": "host_path",
  232. "description": "Host Path (Path that already exists on the system)"
  233. },
  234. {
  235. "value": "ix_volume",
  236. "description": "ixVolume (Dataset created automatically by the system)"
  237. }
  238. ]
  239. }
  240. },
  241. {
  242. "variable": "ix_volume_config",
  243. "label": "ixVolume Configuration",
  244. "description": "The configuration for the ixVolume dataset.",
  245. "schema": {
  246. "type": "dict",
  247. "show_if": [
  248. [
  249. "type",
  250. "=",
  251. "ix_volume"
  252. ]
  253. ],
  254. "$ref": [
  255. "normalize/ix_volume"
  256. ],
  257. "attrs": [
  258. {
  259. "variable": "acl_enable",
  260. "label": "Enable ACL",
  261. "description": "Enable ACL for the storage.",
  262. "schema": {
  263. "type": "boolean",
  264. "default": false
  265. }
  266. },
  267. {
  268. "variable": "dataset_name",
  269. "label": "Dataset Name",
  270. "description": "The name of the dataset to use for storage.",
  271. "schema": {
  272. "type": "string",
  273. "required": true,
  274. "hidden": true,
  275. "default": "config"
  276. }
  277. },
  278. {
  279. "variable": "acl_entries",
  280. "label": "ACL Configuration",
  281. "schema": {
  282. "type": "dict",
  283. "show_if": [
  284. [
  285. "acl_enable",
  286. "=",
  287. true
  288. ]
  289. ],
  290. "attrs": []
  291. }
  292. }
  293. ]
  294. }
  295. },
  296. {
  297. "variable": "host_path_config",
  298. "label": "Host Path Configuration",
  299. "schema": {
  300. "type": "dict",
  301. "show_if": [
  302. [
  303. "type",
  304. "=",
  305. "host_path"
  306. ]
  307. ],
  308. "attrs": [
  309. {
  310. "variable": "acl_enable",
  311. "label": "Enable ACL",
  312. "description": "Enable ACL for the storage.",
  313. "schema": {
  314. "type": "boolean",
  315. "default": false
  316. }
  317. },
  318. {
  319. "variable": "acl",
  320. "label": "ACL Configuration",
  321. "schema": {
  322. "type": "dict",
  323. "show_if": [
  324. [
  325. "acl_enable",
  326. "=",
  327. true
  328. ]
  329. ],
  330. "attrs": [],
  331. "$ref": [
  332. "normalize/acl"
  333. ]
  334. }
  335. },
  336. {
  337. "variable": "path",
  338. "label": "Host Path",
  339. "description": "The host path to use for storage.",
  340. "schema": {
  341. "type": "hostpath",
  342. "show_if": [
  343. [
  344. "acl_enable",
  345. "=",
  346. false
  347. ]
  348. ],
  349. "required": true
  350. }
  351. }
  352. ]
  353. }
  354. }
  355. ]
  356. }
  357. },
  358. {
  359. "variable": "additional_storage",
  360. "label": "Additional Storage",
  361. "schema": {
  362. "type": "list",
  363. "default": [],
  364. "items": [
  365. {
  366. "variable": "storageEntry",
  367. "label": "Storage Entry",
  368. "schema": {
  369. "type": "dict",
  370. "attrs": [
  371. {
  372. "variable": "type",
  373. "label": "Type",
  374. "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 as a volume.\n",
  375. "schema": {
  376. "type": "string",
  377. "required": true,
  378. "default": "ix_volume",
  379. "enum": [
  380. {
  381. "value": "host_path",
  382. "description": "Host Path (Path that already exists on the system)"
  383. },
  384. {
  385. "value": "ix_volume",
  386. "description": "ixVolume (Dataset created automatically by the system)"
  387. },
  388. {
  389. "value": "cifs",
  390. "description": "SMB/CIFS Share (Mounts a volume to a SMB share)"
  391. }
  392. ]
  393. }
  394. },
  395. {
  396. "variable": "read_only",
  397. "label": "Read Only",
  398. "description": "Mount the volume as read only.",
  399. "schema": {
  400. "type": "boolean",
  401. "default": false
  402. }
  403. },
  404. {
  405. "variable": "mount_path",
  406. "label": "Mount Path",
  407. "description": "The path inside the container to mount the storage.",
  408. "schema": {
  409. "type": "path",
  410. "required": true
  411. }
  412. },
  413. {
  414. "variable": "host_path_config",
  415. "label": "Host Path Configuration",
  416. "schema": {
  417. "type": "dict",
  418. "show_if": [
  419. [
  420. "type",
  421. "=",
  422. "host_path"
  423. ]
  424. ],
  425. "attrs": [
  426. {
  427. "variable": "acl_enable",
  428. "label": "Enable ACL",
  429. "description": "Enable ACL for the storage.",
  430. "schema": {
  431. "type": "boolean",
  432. "default": false
  433. }
  434. },
  435. {
  436. "variable": "acl",
  437. "label": "ACL Configuration",
  438. "schema": {
  439. "type": "dict",
  440. "show_if": [
  441. [
  442. "acl_enable",
  443. "=",
  444. true
  445. ]
  446. ],
  447. "attrs": [],
  448. "$ref": [
  449. "normalize/acl"
  450. ]
  451. }
  452. },
  453. {
  454. "variable": "path",
  455. "label": "Host Path",
  456. "description": "The host path to use for storage.",
  457. "schema": {
  458. "type": "hostpath",
  459. "show_if": [
  460. [
  461. "acl_enable",
  462. "=",
  463. false
  464. ]
  465. ],
  466. "required": true
  467. }
  468. }
  469. ]
  470. }
  471. },
  472. {
  473. "variable": "ix_volume_config",
  474. "label": "ixVolume Configuration",
  475. "description": "The configuration for the ixVolume dataset.",
  476. "schema": {
  477. "type": "dict",
  478. "show_if": [
  479. [
  480. "type",
  481. "=",
  482. "ix_volume"
  483. ]
  484. ],
  485. "$ref": [
  486. "normalize/ix_volume"
  487. ],
  488. "attrs": [
  489. {
  490. "variable": "acl_enable",
  491. "label": "Enable ACL",
  492. "description": "Enable ACL for the storage.",
  493. "schema": {
  494. "type": "boolean",
  495. "default": false
  496. }
  497. },
  498. {
  499. "variable": "dataset_name",
  500. "label": "Dataset Name",
  501. "description": "The name of the dataset to use for storage.",
  502. "schema": {
  503. "type": "string",
  504. "required": true,
  505. "default": "storage_entry"
  506. }
  507. },
  508. {
  509. "variable": "acl_entries",
  510. "label": "ACL Configuration",
  511. "schema": {
  512. "type": "dict",
  513. "show_if": [
  514. [
  515. "acl_enable",
  516. "=",
  517. true
  518. ]
  519. ],
  520. "attrs": [],
  521. "$ref": [
  522. "normalize/acl"
  523. ]
  524. }
  525. }
  526. ]
  527. }
  528. },
  529. {
  530. "variable": "cifs_config",
  531. "label": "SMB Configuration",
  532. "description": "The configuration for the SMB dataset.",
  533. "schema": {
  534. "type": "dict",
  535. "show_if": [
  536. [
  537. "type",
  538. "=",
  539. "cifs"
  540. ]
  541. ],
  542. "attrs": [
  543. {
  544. "variable": "server",
  545. "label": "Server",
  546. "description": "The server to mount the SMB share.",
  547. "schema": {
  548. "type": "string",
  549. "required": true
  550. }
  551. },
  552. {
  553. "variable": "path",
  554. "label": "Path",
  555. "description": "The path to mount the SMB share.",
  556. "schema": {
  557. "type": "string",
  558. "required": true
  559. }
  560. },
  561. {
  562. "variable": "username",
  563. "label": "Username",
  564. "description": "The username to use for the SMB share.",
  565. "schema": {
  566. "type": "string",
  567. "required": true
  568. }
  569. },
  570. {
  571. "variable": "password",
  572. "label": "Password",
  573. "description": "The password to use for the SMB share.",
  574. "schema": {
  575. "type": "string",
  576. "required": true,
  577. "private": true
  578. }
  579. },
  580. {
  581. "variable": "domain",
  582. "label": "Domain",
  583. "description": "The domain to use for the SMB share.",
  584. "schema": {
  585. "type": "string"
  586. }
  587. }
  588. ]
  589. }
  590. }
  591. ]
  592. }
  593. }
  594. ]
  595. }
  596. }
  597. ]
  598. }
  599. },
  600. {
  601. "variable": "labels",
  602. "label": "",
  603. "group": "Labels Configuration",
  604. "schema": {
  605. "type": "list",
  606. "default": [],
  607. "items": [
  608. {
  609. "variable": "label",
  610. "label": "Label",
  611. "schema": {
  612. "type": "dict",
  613. "attrs": [
  614. {
  615. "variable": "key",
  616. "label": "Key",
  617. "schema": {
  618. "type": "string",
  619. "required": true
  620. }
  621. },
  622. {
  623. "variable": "value",
  624. "label": "Value",
  625. "schema": {
  626. "type": "string",
  627. "required": true
  628. }
  629. },
  630. {
  631. "variable": "containers",
  632. "label": "Containers",
  633. "description": "Containers where the label should be applied",
  634. "schema": {
  635. "type": "list",
  636. "items": [
  637. {
  638. "variable": "container",
  639. "label": "Container",
  640. "schema": {
  641. "type": "string",
  642. "required": true,
  643. "enum": [
  644. {
  645. "value": "plex-auto-languages",
  646. "description": "plex-auto-languages"
  647. }
  648. ]
  649. }
  650. }
  651. ]
  652. }
  653. }
  654. ]
  655. }
  656. }
  657. ]
  658. }
  659. },
  660. {
  661. "variable": "resources",
  662. "label": "",
  663. "group": "Resources Configuration",
  664. "schema": {
  665. "type": "dict",
  666. "attrs": [
  667. {
  668. "variable": "limits",
  669. "label": "Limits",
  670. "schema": {
  671. "type": "dict",
  672. "attrs": [
  673. {
  674. "variable": "cpus",
  675. "label": "CPUs",
  676. "description": "CPUs limit for Plex Auto Languages.",
  677. "schema": {
  678. "type": "int",
  679. "default": 2,
  680. "required": true
  681. }
  682. },
  683. {
  684. "variable": "memory",
  685. "label": "Memory (in MB)",
  686. "description": "Memory limit for Plex Auto Languages.",
  687. "schema": {
  688. "type": "int",
  689. "default": 4096,
  690. "required": true
  691. }
  692. }
  693. ]
  694. }
  695. }
  696. ]
  697. }
  698. }
  699. ]
  700. },
  701. "readme": "<h1>Plex Auto Languages</h1> <p><a href=\"https://github.com/RemiRigal/Plex-Auto-Languages\">Plex Auto Languages</a> offer automated language selection for Plex TV Shows</p>",
  702. "changelog": null,
  703. "chart_metadata": {
  704. "app_version": "1.3.10",
  705. "capabilities": [],
  706. "categories": [
  707. "media"
  708. ],
  709. "date_added": "2024-08-08",
  710. "description": "Plex Auto Languages offer automated language selection for Plex TV Shows",
  711. "home": "https://github.com/JourneyDocker/Plex-Auto-Languages",
  712. "host_mounts": [],
  713. "icon": "https://media.sys.truenas.net/apps/plex-auto-languages/icons/icon.svg",
  714. "keywords": [
  715. "plex",
  716. "languages"
  717. ],
  718. "lib_version": "2.1.49",
  719. "lib_version_hash": "e71e6b0122c9446fa5ea6fb07e7eb01b11fb42d549a19845426bbd7e21a42634",
  720. "maintainers": [
  721. {
  722. "email": "dev@ixsystems.com",
  723. "name": "truenas",
  724. "url": "https://www.truenas.com/"
  725. }
  726. ],
  727. "name": "plex-auto-languages",
  728. "run_as_context": [
  729. {
  730. "description": "Plex Auto Languages runs as any non-root user.",
  731. "gid": 568,
  732. "group_name": "plex-auto-languages",
  733. "uid": 568,
  734. "user_name": "plex-auto-languages"
  735. }
  736. ],
  737. "screenshots": [],
  738. "sources": [
  739. "https://github.com/JourneyDocker/Plex-Auto-Languages"
  740. ],
  741. "title": "Plex Auto Languages",
  742. "train": "community",
  743. "version": "1.3.6"
  744. }
  745. }
  746. }