app_versions.json 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862
  1. {
  2. "1.1.2": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/tdarr/1.1.2",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "definitions/timezone",
  10. "normalize/ixVolume",
  11. "definitions/gpuConfiguration"
  12. ],
  13. "human_version": "2.00.20.1_1.1.2",
  14. "version": "1.1.2",
  15. "chart_metadata": {
  16. "name": "tdarr",
  17. "description": "Tdarr is a Distributed Transcoding System",
  18. "annotations": {
  19. "title": "Tdarr"
  20. },
  21. "type": "application",
  22. "version": "1.1.2",
  23. "apiVersion": "v2",
  24. "appVersion": "2.00.20.1",
  25. "kubeVersion": ">=1.16.0-0",
  26. "maintainers": [
  27. {
  28. "name": "truenas",
  29. "url": "https://www.truenas.com/",
  30. "email": "dev@ixsystems.com"
  31. }
  32. ],
  33. "dependencies": [
  34. {
  35. "name": "common",
  36. "repository": "file://../../../common",
  37. "version": "1.2.2"
  38. }
  39. ],
  40. "home": "https://home.tdarr.io/",
  41. "icon": "https://media.sys.truenas.net/apps/tdarr/icons/icon.png",
  42. "sources": [
  43. "https://home.tdarr.io/",
  44. "https://github.com/truenas/charts/tree/master/community/tdarr",
  45. "https://docs.tdarr.io/docs"
  46. ],
  47. "keywords": [
  48. "media",
  49. "encode",
  50. "transcode"
  51. ]
  52. },
  53. "app_metadata": {
  54. "runAsContext": [
  55. {
  56. "userName": "root",
  57. "groupName": "root",
  58. "gid": 0,
  59. "uid": 0,
  60. "description": "Tdarr requires to run as root to start the Tdarr server (and optionally node)."
  61. }
  62. ],
  63. "capabilities": [
  64. {
  65. "name": "CHOWN",
  66. "description": "Tdarr requires this ability to chown files."
  67. },
  68. {
  69. "name": "FOWNER",
  70. "description": "Tdarr requires this ability to bypass file ownership checks for it's sub-processes."
  71. },
  72. {
  73. "name": "SETGID",
  74. "description": "Tdarr requires this ability to switch group for sub-processes."
  75. },
  76. {
  77. "name": "SETUID",
  78. "description": "Tdarr requires this ability to switch user for sub-processes."
  79. }
  80. ],
  81. "hostMounts": []
  82. },
  83. "schema": {
  84. "groups": [
  85. {
  86. "name": "Tdarr Configuration",
  87. "description": "Configure Tdarr"
  88. },
  89. {
  90. "name": "User and Group Configuration",
  91. "description": "Configure User and Group for Tdarr"
  92. },
  93. {
  94. "name": "Network Configuration",
  95. "description": "Configure Network for Tdarr"
  96. },
  97. {
  98. "name": "Storage Configuration",
  99. "description": "Configure Storage for Tdarr"
  100. },
  101. {
  102. "name": "Resources Configuration",
  103. "description": "Configure Resources for Tdarr"
  104. }
  105. ],
  106. "portals": {
  107. "web_portal": {
  108. "protocols": [
  109. "$kubernetes-resource_configmap_portal_protocol"
  110. ],
  111. "host": [
  112. "$kubernetes-resource_configmap_portal_host"
  113. ],
  114. "ports": [
  115. "$kubernetes-resource_configmap_portal_port"
  116. ],
  117. "path": "$kubernetes-resource_configmap_portal_path"
  118. }
  119. },
  120. "questions": [
  121. {
  122. "variable": "TZ",
  123. "group": "Tdarr Configuration",
  124. "label": "Timezone",
  125. "schema": {
  126. "type": "string",
  127. "default": "America/Los_Angeles",
  128. "required": true,
  129. "$ref": [
  130. "definitions/timezone"
  131. ],
  132. "enum": [
  133. {
  134. "value": "Asia/Damascus",
  135. "description": "'Asia/Damascus' timezone"
  136. },
  137. {
  138. "value": "Asia/Saigon",
  139. "description": "'Asia/Saigon' timezone"
  140. }
  141. ]
  142. }
  143. },
  144. {
  145. "variable": "tdarrConfig",
  146. "label": "",
  147. "group": "Tdarr Configuration",
  148. "schema": {
  149. "type": "dict",
  150. "attrs": [
  151. {
  152. "variable": "internalNode",
  153. "label": "Internal Node",
  154. "description": "If disabled, Tdarr will run only the server and webUI.</br>\nIf enabled, Tdarr will also start an internal node in the same container.\n",
  155. "schema": {
  156. "type": "boolean",
  157. "default": true
  158. }
  159. },
  160. {
  161. "variable": "nodeName",
  162. "label": "Node Name",
  163. "description": "The name of the Tdarr Node.",
  164. "schema": {
  165. "type": "string",
  166. "default": "Tdarr",
  167. "show_if": [
  168. [
  169. "internalNode",
  170. "=",
  171. true
  172. ]
  173. ],
  174. "required": true
  175. }
  176. },
  177. {
  178. "variable": "additionalEnvs",
  179. "label": "Additional Environment Variables",
  180. "description": "Configure additional environment variables for Tdarr.",
  181. "schema": {
  182. "type": "list",
  183. "default": [],
  184. "items": [
  185. {
  186. "variable": "env",
  187. "label": "Environment Variable",
  188. "schema": {
  189. "type": "dict",
  190. "attrs": [
  191. {
  192. "variable": "name",
  193. "label": "Name",
  194. "schema": {
  195. "type": "string",
  196. "required": true
  197. }
  198. },
  199. {
  200. "variable": "value",
  201. "label": "Value",
  202. "schema": {
  203. "type": "string",
  204. "required": true
  205. }
  206. }
  207. ]
  208. }
  209. }
  210. ]
  211. }
  212. }
  213. ]
  214. }
  215. },
  216. {
  217. "variable": "tdarrID",
  218. "label": "",
  219. "group": "User and Group Configuration",
  220. "schema": {
  221. "type": "dict",
  222. "attrs": [
  223. {
  224. "variable": "user",
  225. "label": "User ID",
  226. "description": "The user id that Tdarr files will be owned by.",
  227. "schema": {
  228. "type": "int",
  229. "min": 2,
  230. "default": 568,
  231. "required": true
  232. }
  233. },
  234. {
  235. "variable": "group",
  236. "label": "Group ID",
  237. "description": "The group id that Tdarr files will be owned by.",
  238. "schema": {
  239. "type": "int",
  240. "min": 2,
  241. "default": 568,
  242. "required": true
  243. }
  244. }
  245. ]
  246. }
  247. },
  248. {
  249. "variable": "tdarrNetwork",
  250. "label": "",
  251. "group": "Network Configuration",
  252. "schema": {
  253. "type": "dict",
  254. "attrs": [
  255. {
  256. "variable": "webPort",
  257. "label": "Web Port",
  258. "description": "The port for the Tdarr Web UI.",
  259. "schema": {
  260. "type": "int",
  261. "default": 30028,
  262. "min": 9000,
  263. "max": 65535,
  264. "required": true
  265. }
  266. },
  267. {
  268. "variable": "serverPort",
  269. "label": "Server Port",
  270. "description": "The port for the Tdarr Server.",
  271. "schema": {
  272. "type": "int",
  273. "default": 30029,
  274. "min": 9000,
  275. "max": 65535,
  276. "required": true
  277. }
  278. }
  279. ]
  280. }
  281. },
  282. {
  283. "variable": "tdarrStorage",
  284. "label": "",
  285. "group": "Storage Configuration",
  286. "schema": {
  287. "type": "dict",
  288. "attrs": [
  289. {
  290. "variable": "server",
  291. "label": "Tdarr Server Storage",
  292. "description": "The path to store Tdarr Server Data.",
  293. "schema": {
  294. "type": "dict",
  295. "attrs": [
  296. {
  297. "variable": "type",
  298. "label": "Type",
  299. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  300. "schema": {
  301. "type": "string",
  302. "required": true,
  303. "immutable": true,
  304. "default": "ixVolume",
  305. "enum": [
  306. {
  307. "value": "hostPath",
  308. "description": "Host Path (Path that already exists on the system)"
  309. },
  310. {
  311. "value": "ixVolume",
  312. "description": "ixVolume (Dataset created automatically by the system)"
  313. }
  314. ]
  315. }
  316. },
  317. {
  318. "variable": "datasetName",
  319. "label": "Dataset Name",
  320. "schema": {
  321. "type": "string",
  322. "show_if": [
  323. [
  324. "type",
  325. "=",
  326. "ixVolume"
  327. ]
  328. ],
  329. "required": true,
  330. "hidden": true,
  331. "immutable": true,
  332. "default": "server",
  333. "$ref": [
  334. "normalize/ixVolume"
  335. ]
  336. }
  337. },
  338. {
  339. "variable": "hostPath",
  340. "label": "Host Path",
  341. "schema": {
  342. "type": "hostpath",
  343. "show_if": [
  344. [
  345. "type",
  346. "=",
  347. "hostPath"
  348. ]
  349. ],
  350. "immutable": true,
  351. "required": true
  352. }
  353. }
  354. ]
  355. }
  356. },
  357. {
  358. "variable": "configs",
  359. "label": "Tdarr Config Storage",
  360. "description": "The path to store Tdarr Configuration.",
  361. "schema": {
  362. "type": "dict",
  363. "attrs": [
  364. {
  365. "variable": "type",
  366. "label": "Type",
  367. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  368. "schema": {
  369. "type": "string",
  370. "required": true,
  371. "immutable": true,
  372. "default": "ixVolume",
  373. "enum": [
  374. {
  375. "value": "hostPath",
  376. "description": "Host Path (Path that already exists on the system)"
  377. },
  378. {
  379. "value": "ixVolume",
  380. "description": "ixVolume (Dataset created automatically by the system)"
  381. }
  382. ]
  383. }
  384. },
  385. {
  386. "variable": "datasetName",
  387. "label": "Dataset Name",
  388. "schema": {
  389. "type": "string",
  390. "show_if": [
  391. [
  392. "type",
  393. "=",
  394. "ixVolume"
  395. ]
  396. ],
  397. "required": true,
  398. "hidden": true,
  399. "immutable": true,
  400. "default": "configs",
  401. "$ref": [
  402. "normalize/ixVolume"
  403. ]
  404. }
  405. },
  406. {
  407. "variable": "hostPath",
  408. "label": "Host Path",
  409. "schema": {
  410. "type": "hostpath",
  411. "show_if": [
  412. [
  413. "type",
  414. "=",
  415. "hostPath"
  416. ]
  417. ],
  418. "immutable": true,
  419. "required": true
  420. }
  421. }
  422. ]
  423. }
  424. },
  425. {
  426. "variable": "logs",
  427. "label": "Tdarr Logs Storage",
  428. "description": "The path to store Tdarr Logs.",
  429. "schema": {
  430. "type": "dict",
  431. "attrs": [
  432. {
  433. "variable": "type",
  434. "label": "Type",
  435. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  436. "schema": {
  437. "type": "string",
  438. "required": true,
  439. "immutable": true,
  440. "default": "ixVolume",
  441. "enum": [
  442. {
  443. "value": "hostPath",
  444. "description": "Host Path (Path that already exists on the system)"
  445. },
  446. {
  447. "value": "ixVolume",
  448. "description": "ixVolume (Dataset created automatically by the system)"
  449. }
  450. ]
  451. }
  452. },
  453. {
  454. "variable": "datasetName",
  455. "label": "Dataset Name",
  456. "schema": {
  457. "type": "string",
  458. "show_if": [
  459. [
  460. "type",
  461. "=",
  462. "ixVolume"
  463. ]
  464. ],
  465. "required": true,
  466. "hidden": true,
  467. "immutable": true,
  468. "default": "logs",
  469. "$ref": [
  470. "normalize/ixVolume"
  471. ]
  472. }
  473. },
  474. {
  475. "variable": "hostPath",
  476. "label": "Host Path",
  477. "schema": {
  478. "type": "hostpath",
  479. "show_if": [
  480. [
  481. "type",
  482. "=",
  483. "hostPath"
  484. ]
  485. ],
  486. "immutable": true,
  487. "required": true
  488. }
  489. }
  490. ]
  491. }
  492. },
  493. {
  494. "variable": "transcodes",
  495. "label": "Tdarr Transcodes Storage",
  496. "description": "The path to store Tdarr Transcodes.",
  497. "schema": {
  498. "type": "dict",
  499. "attrs": [
  500. {
  501. "variable": "type",
  502. "label": "Type",
  503. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.</br>\nemptyDir: Is a temporary directory that will be created on the disk or in memory.\n",
  504. "schema": {
  505. "type": "string",
  506. "required": true,
  507. "immutable": true,
  508. "default": "ixVolume",
  509. "enum": [
  510. {
  511. "value": "hostPath",
  512. "description": "Host Path (Path that already exists on the system)"
  513. },
  514. {
  515. "value": "ixVolume",
  516. "description": "ixVolume (Dataset created automatically by the system)"
  517. },
  518. {
  519. "value": "emptyDir",
  520. "description": "emptyDir (Temporary directory created on the disk or in memory)"
  521. }
  522. ]
  523. }
  524. },
  525. {
  526. "variable": "datasetName",
  527. "label": "Dataset Name",
  528. "schema": {
  529. "type": "string",
  530. "show_if": [
  531. [
  532. "type",
  533. "=",
  534. "ixVolume"
  535. ]
  536. ],
  537. "required": true,
  538. "hidden": true,
  539. "immutable": true,
  540. "default": "transcodes",
  541. "$ref": [
  542. "normalize/ixVolume"
  543. ]
  544. }
  545. },
  546. {
  547. "variable": "hostPath",
  548. "label": "Host Path",
  549. "schema": {
  550. "type": "hostpath",
  551. "show_if": [
  552. [
  553. "type",
  554. "=",
  555. "hostPath"
  556. ]
  557. ],
  558. "immutable": true,
  559. "required": true
  560. }
  561. },
  562. {
  563. "variable": "medium",
  564. "label": "emptyDir Medium",
  565. "description": "Disk: Creates a temporary directory on the disk.</br>\nMemory: Creates a temporary directory in memory.\n",
  566. "schema": {
  567. "type": "string",
  568. "show_if": [
  569. [
  570. "type",
  571. "=",
  572. "emptyDir"
  573. ]
  574. ],
  575. "default": "",
  576. "enum": [
  577. {
  578. "value": "",
  579. "description": "Disk (Temporary directory created on the disk)"
  580. },
  581. {
  582. "value": "Memory",
  583. "description": "Memory (Temporary directory created in memory)"
  584. }
  585. ]
  586. }
  587. },
  588. {
  589. "variable": "size",
  590. "label": "emptyDir Size Limit",
  591. "description": "The maximum size of the temporary directory.</br>\nFor example: 2Gi\n",
  592. "schema": {
  593. "type": "string",
  594. "show_if": [
  595. [
  596. "type",
  597. "=",
  598. "emptyDir"
  599. ]
  600. ],
  601. "default": "2Gi"
  602. }
  603. }
  604. ]
  605. }
  606. },
  607. {
  608. "variable": "additionalStorages",
  609. "label": "Additional Storage",
  610. "description": "Additional storage for Tdarr.",
  611. "schema": {
  612. "type": "list",
  613. "default": [],
  614. "items": [
  615. {
  616. "variable": "storageEntry",
  617. "label": "Storage Entry",
  618. "schema": {
  619. "type": "dict",
  620. "attrs": [
  621. {
  622. "variable": "type",
  623. "label": "Type",
  624. "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",
  625. "schema": {
  626. "type": "string",
  627. "required": true,
  628. "default": "ixVolume",
  629. "immutable": true,
  630. "enum": [
  631. {
  632. "value": "hostPath",
  633. "description": "Host Path (Path that already exists on the system)"
  634. },
  635. {
  636. "value": "ixVolume",
  637. "description": "ixVolume (Dataset created automatically by the system)"
  638. },
  639. {
  640. "value": "smb-pv-pvc",
  641. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  642. }
  643. ]
  644. }
  645. },
  646. {
  647. "variable": "mountPath",
  648. "label": "Mount Path",
  649. "description": "The path inside the container to mount the storage.",
  650. "schema": {
  651. "type": "path",
  652. "required": true
  653. }
  654. },
  655. {
  656. "variable": "hostPath",
  657. "label": "Host Path",
  658. "description": "The host path to use for storage.",
  659. "schema": {
  660. "type": "hostpath",
  661. "show_if": [
  662. [
  663. "type",
  664. "=",
  665. "hostPath"
  666. ]
  667. ],
  668. "required": true
  669. }
  670. },
  671. {
  672. "variable": "datasetName",
  673. "label": "Dataset Name",
  674. "description": "The name of the dataset to use for storage.",
  675. "schema": {
  676. "type": "string",
  677. "show_if": [
  678. [
  679. "type",
  680. "=",
  681. "ixVolume"
  682. ]
  683. ],
  684. "required": true,
  685. "immutable": true,
  686. "default": "storage_entry",
  687. "$ref": [
  688. "normalize/ixVolume"
  689. ]
  690. }
  691. },
  692. {
  693. "variable": "server",
  694. "label": "Server",
  695. "description": "The server for the SMB share.",
  696. "schema": {
  697. "type": "string",
  698. "show_if": [
  699. [
  700. "type",
  701. "=",
  702. "smb-pv-pvc"
  703. ]
  704. ],
  705. "required": true
  706. }
  707. },
  708. {
  709. "variable": "share",
  710. "label": "Share",
  711. "description": "The share name for the SMB share.",
  712. "schema": {
  713. "type": "string",
  714. "show_if": [
  715. [
  716. "type",
  717. "=",
  718. "smb-pv-pvc"
  719. ]
  720. ],
  721. "required": true
  722. }
  723. },
  724. {
  725. "variable": "domain",
  726. "label": "Domain (Optional)",
  727. "description": "The domain for the SMB share.",
  728. "schema": {
  729. "type": "string",
  730. "show_if": [
  731. [
  732. "type",
  733. "=",
  734. "smb-pv-pvc"
  735. ]
  736. ]
  737. }
  738. },
  739. {
  740. "variable": "username",
  741. "label": "Username",
  742. "description": "The username for the SMB share.",
  743. "schema": {
  744. "type": "string",
  745. "show_if": [
  746. [
  747. "type",
  748. "=",
  749. "smb-pv-pvc"
  750. ]
  751. ],
  752. "required": true
  753. }
  754. },
  755. {
  756. "variable": "password",
  757. "label": "Password",
  758. "description": "The password for the SMB share.",
  759. "schema": {
  760. "type": "string",
  761. "show_if": [
  762. [
  763. "type",
  764. "=",
  765. "smb-pv-pvc"
  766. ]
  767. ],
  768. "required": true,
  769. "private": true
  770. }
  771. },
  772. {
  773. "variable": "size",
  774. "label": "Size (in Gi)",
  775. "description": "The size of the volume quota.",
  776. "schema": {
  777. "type": "int",
  778. "show_if": [
  779. [
  780. "type",
  781. "=",
  782. "smb-pv-pvc"
  783. ]
  784. ],
  785. "required": true,
  786. "min": 1,
  787. "default": 1
  788. }
  789. }
  790. ]
  791. }
  792. }
  793. ]
  794. }
  795. }
  796. ]
  797. }
  798. },
  799. {
  800. "variable": "resources",
  801. "group": "Resources Configuration",
  802. "label": "",
  803. "schema": {
  804. "type": "dict",
  805. "attrs": [
  806. {
  807. "variable": "limits",
  808. "label": "Limits",
  809. "schema": {
  810. "type": "dict",
  811. "attrs": [
  812. {
  813. "variable": "cpu",
  814. "label": "CPU",
  815. "description": "CPU limit for Tdarr.",
  816. "schema": {
  817. "type": "string",
  818. "max_length": 6,
  819. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  820. "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",
  821. "default": "4000m",
  822. "required": true
  823. }
  824. },
  825. {
  826. "variable": "memory",
  827. "label": "Memory",
  828. "description": "Memory limit for Tdarr.",
  829. "schema": {
  830. "type": "string",
  831. "max_length": 12,
  832. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  833. "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",
  834. "default": "8Gi",
  835. "required": true
  836. }
  837. }
  838. ]
  839. }
  840. }
  841. ]
  842. }
  843. },
  844. {
  845. "variable": "tdarrGPU",
  846. "group": "Resources Configuration",
  847. "label": "GPU Configuration",
  848. "schema": {
  849. "type": "dict",
  850. "$ref": [
  851. "definitions/gpuConfiguration"
  852. ],
  853. "attrs": []
  854. }
  855. }
  856. ]
  857. },
  858. "app_readme": "<h1>Tdarr</h1>\n<p><a href=\"https://home.tdarr.io/\">Tdarr</a> is a Distributed Transcoding System</p>\n<ul>\n<li>App runs as <code>root</code> user</li>\n</ul>",
  859. "detailed_readme": "<h1>Tdarr</h1>\n<p><a href=\"https://home.tdarr.io/\">Tdarr</a> is a Distributed Transcoding System</p>\n<ul>\n<li>App runs as <code>root</code> user</li>\n</ul>",
  860. "changelog": null
  861. }
  862. }