app_versions.json 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  1. {
  2. "1.1.4": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/jellyfin/1.1.4",
  7. "last_update": "2023-11-23 22:48:53",
  8. "required_features": [
  9. "definitions/gpuConfiguration",
  10. "normalize/ixVolume"
  11. ],
  12. "human_version": "10.8.12_1.1.4",
  13. "version": "1.1.4",
  14. "chart_metadata": {
  15. "name": "jellyfin",
  16. "description": "Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media.",
  17. "annotations": {
  18. "title": "Jellyfin"
  19. },
  20. "type": "application",
  21. "version": "1.1.4",
  22. "apiVersion": "v2",
  23. "appVersion": "10.8.12",
  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.3"
  37. }
  38. ],
  39. "home": "https://jellyfin.org/",
  40. "icon": "https://media.sys.truenas.net/apps/jellyfin/icons/icon.svg",
  41. "sources": [
  42. "https://hub.docker.com/r/jellyfin/jellyfin",
  43. "https://github.com/truenas/charts/tree/master/community/jellyfin",
  44. "https://jellyfin.org/"
  45. ],
  46. "keywords": [
  47. "media",
  48. "streaming"
  49. ]
  50. },
  51. "app_metadata": {
  52. "runAsContext": [
  53. {
  54. "userName": "jellyfin",
  55. "groupName": "jellyfin",
  56. "gid": 568,
  57. "uid": 568,
  58. "description": "Jellyfin runs as any non-root user."
  59. }
  60. ],
  61. "capabilities": [],
  62. "hostMounts": []
  63. },
  64. "schema": {
  65. "groups": [
  66. {
  67. "name": "Jellyfin Configuration",
  68. "description": "Configure Jellyfin"
  69. },
  70. {
  71. "name": "User and Group Configuration",
  72. "description": "Configure User and Group for Jellyfin"
  73. },
  74. {
  75. "name": "Network Configuration",
  76. "description": "Configure Network for Jellyfin"
  77. },
  78. {
  79. "name": "Storage Configuration",
  80. "description": "Configure Storage for Jellyfin"
  81. },
  82. {
  83. "name": "Resources Configuration",
  84. "description": "Configure Resources for Jellyfin"
  85. }
  86. ],
  87. "portals": {
  88. "web_portal": {
  89. "protocols": [
  90. "$kubernetes-resource_configmap_portal_protocol"
  91. ],
  92. "host": [
  93. "$kubernetes-resource_configmap_portal_host"
  94. ],
  95. "ports": [
  96. "$kubernetes-resource_configmap_portal_port"
  97. ],
  98. "path": "$kubernetes-resource_configmap_portal_path"
  99. }
  100. },
  101. "questions": [
  102. {
  103. "variable": "jellyfinConfig",
  104. "label": "",
  105. "group": "Jellyfin Configuration",
  106. "schema": {
  107. "type": "dict",
  108. "attrs": [
  109. {
  110. "variable": "publishServerUrl",
  111. "label": "Published Server URL",
  112. "description": "Optional - The URL that Jellyfin will be advertised.",
  113. "schema": {
  114. "type": "string",
  115. "default": ""
  116. }
  117. },
  118. {
  119. "variable": "additionalEnvs",
  120. "label": "Additional Environment Variables",
  121. "description": "Configure additional environment variables for Jellyfin.",
  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. "required": true
  146. }
  147. }
  148. ]
  149. }
  150. }
  151. ]
  152. }
  153. }
  154. ]
  155. }
  156. },
  157. {
  158. "variable": "jellyfinRunAs",
  159. "label": "",
  160. "group": "User and Group Configuration",
  161. "schema": {
  162. "type": "dict",
  163. "attrs": [
  164. {
  165. "variable": "user",
  166. "label": "User ID",
  167. "description": "The user id that Jellyfin will run as.",
  168. "schema": {
  169. "type": "int",
  170. "min": 2,
  171. "default": 568,
  172. "required": true
  173. }
  174. },
  175. {
  176. "variable": "group",
  177. "label": "Group ID",
  178. "description": "The group id that Jellyfin will run as.",
  179. "schema": {
  180. "type": "int",
  181. "min": 2,
  182. "default": 568,
  183. "required": true
  184. }
  185. }
  186. ]
  187. }
  188. },
  189. {
  190. "variable": "jellyfinNetwork",
  191. "label": "",
  192. "group": "Network Configuration",
  193. "schema": {
  194. "type": "dict",
  195. "attrs": [
  196. {
  197. "variable": "hostNetwork",
  198. "label": "Host Network",
  199. "description": "Bind to the host network. While it's recommended to keep this disabled.</br>\nIt's required for autodiscovery to work.\n",
  200. "schema": {
  201. "type": "boolean",
  202. "default": false
  203. }
  204. },
  205. {
  206. "variable": "webPort",
  207. "label": "Web Port",
  208. "description": "The port for the Jellyfin Web UI.",
  209. "schema": {
  210. "type": "int",
  211. "default": 30013,
  212. "show_if": [
  213. [
  214. "hostNetwork",
  215. "=",
  216. false
  217. ]
  218. ],
  219. "min": 9000,
  220. "max": 65535,
  221. "required": true
  222. }
  223. }
  224. ]
  225. }
  226. },
  227. {
  228. "variable": "jellyfinStorage",
  229. "label": "",
  230. "group": "Storage Configuration",
  231. "schema": {
  232. "type": "dict",
  233. "attrs": [
  234. {
  235. "variable": "config",
  236. "label": "Jellyfin Config Storage",
  237. "description": "The path to store Jellyfin Configuration.",
  238. "schema": {
  239. "type": "dict",
  240. "attrs": [
  241. {
  242. "variable": "type",
  243. "label": "Type",
  244. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  245. "schema": {
  246. "type": "string",
  247. "required": true,
  248. "immutable": true,
  249. "default": "ixVolume",
  250. "enum": [
  251. {
  252. "value": "hostPath",
  253. "description": "Host Path (Path that already exists on the system)"
  254. },
  255. {
  256. "value": "ixVolume",
  257. "description": "ixVolume (Dataset created automatically by the system)"
  258. }
  259. ]
  260. }
  261. },
  262. {
  263. "variable": "datasetName",
  264. "label": "Dataset Name",
  265. "schema": {
  266. "type": "string",
  267. "show_if": [
  268. [
  269. "type",
  270. "=",
  271. "ixVolume"
  272. ]
  273. ],
  274. "required": true,
  275. "hidden": true,
  276. "immutable": true,
  277. "default": "config",
  278. "$ref": [
  279. "normalize/ixVolume"
  280. ]
  281. }
  282. },
  283. {
  284. "variable": "hostPath",
  285. "label": "Host Path",
  286. "schema": {
  287. "type": "hostpath",
  288. "show_if": [
  289. [
  290. "type",
  291. "=",
  292. "hostPath"
  293. ]
  294. ],
  295. "immutable": true,
  296. "required": true
  297. }
  298. }
  299. ]
  300. }
  301. },
  302. {
  303. "variable": "cache",
  304. "label": "Jellyfin Cache Storage",
  305. "description": "The path to store Jellyfin Cache.",
  306. "schema": {
  307. "type": "dict",
  308. "attrs": [
  309. {
  310. "variable": "type",
  311. "label": "Type",
  312. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  313. "schema": {
  314. "type": "string",
  315. "required": true,
  316. "immutable": true,
  317. "default": "ixVolume",
  318. "enum": [
  319. {
  320. "value": "hostPath",
  321. "description": "Host Path (Path that already exists on the system)"
  322. },
  323. {
  324. "value": "ixVolume",
  325. "description": "ixVolume (Dataset created automatically by the system)"
  326. }
  327. ]
  328. }
  329. },
  330. {
  331. "variable": "datasetName",
  332. "label": "Dataset Name",
  333. "schema": {
  334. "type": "string",
  335. "show_if": [
  336. [
  337. "type",
  338. "=",
  339. "ixVolume"
  340. ]
  341. ],
  342. "required": true,
  343. "hidden": true,
  344. "immutable": true,
  345. "default": "cache",
  346. "$ref": [
  347. "normalize/ixVolume"
  348. ]
  349. }
  350. },
  351. {
  352. "variable": "hostPath",
  353. "label": "Host Path",
  354. "schema": {
  355. "type": "hostpath",
  356. "show_if": [
  357. [
  358. "type",
  359. "=",
  360. "hostPath"
  361. ]
  362. ],
  363. "immutable": true,
  364. "required": true
  365. }
  366. }
  367. ]
  368. }
  369. },
  370. {
  371. "variable": "transcodes",
  372. "label": "Jellyfin Transcodes Storage",
  373. "description": "The path to store Jellyfin Transcodes.",
  374. "schema": {
  375. "type": "dict",
  376. "attrs": [
  377. {
  378. "variable": "type",
  379. "label": "Type",
  380. "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",
  381. "schema": {
  382. "type": "string",
  383. "required": true,
  384. "immutable": true,
  385. "default": "ixVolume",
  386. "enum": [
  387. {
  388. "value": "hostPath",
  389. "description": "Host Path (Path that already exists on the system)"
  390. },
  391. {
  392. "value": "ixVolume",
  393. "description": "ixVolume (Dataset created automatically by the system)"
  394. },
  395. {
  396. "value": "emptyDir",
  397. "description": "emptyDir (Temporary directory created on the disk or in memory)"
  398. }
  399. ]
  400. }
  401. },
  402. {
  403. "variable": "datasetName",
  404. "label": "Dataset Name",
  405. "schema": {
  406. "type": "string",
  407. "show_if": [
  408. [
  409. "type",
  410. "=",
  411. "ixVolume"
  412. ]
  413. ],
  414. "required": true,
  415. "hidden": true,
  416. "immutable": true,
  417. "default": "transcodes",
  418. "$ref": [
  419. "normalize/ixVolume"
  420. ]
  421. }
  422. },
  423. {
  424. "variable": "hostPath",
  425. "label": "Host Path",
  426. "schema": {
  427. "type": "hostpath",
  428. "show_if": [
  429. [
  430. "type",
  431. "=",
  432. "hostPath"
  433. ]
  434. ],
  435. "immutable": true,
  436. "required": true
  437. }
  438. },
  439. {
  440. "variable": "medium",
  441. "label": "emptyDir Medium",
  442. "description": "Disk: Creates a temporary directory on the disk.</br>\nMemory: Creates a temporary directory in memory.\n",
  443. "schema": {
  444. "type": "string",
  445. "show_if": [
  446. [
  447. "type",
  448. "=",
  449. "emptyDir"
  450. ]
  451. ],
  452. "default": "",
  453. "enum": [
  454. {
  455. "value": "",
  456. "description": "Disk (Temporary directory created on the disk)"
  457. },
  458. {
  459. "value": "Memory",
  460. "description": "Memory (Temporary directory created in memory)"
  461. }
  462. ]
  463. }
  464. },
  465. {
  466. "variable": "size",
  467. "label": "emptyDir Size Limit",
  468. "description": "The maximum size of the temporary directory.</br>\nFor example: 2Gi\n",
  469. "schema": {
  470. "type": "string",
  471. "show_if": [
  472. [
  473. "type",
  474. "=",
  475. "emptyDir"
  476. ]
  477. ],
  478. "default": "2Gi"
  479. }
  480. }
  481. ]
  482. }
  483. },
  484. {
  485. "variable": "additionalStorages",
  486. "label": "Additional Storage",
  487. "description": "Additional storage for Jellyfin.",
  488. "schema": {
  489. "type": "list",
  490. "default": [],
  491. "items": [
  492. {
  493. "variable": "storageEntry",
  494. "label": "Storage Entry",
  495. "schema": {
  496. "type": "dict",
  497. "attrs": [
  498. {
  499. "variable": "type",
  500. "label": "Type",
  501. "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",
  502. "schema": {
  503. "type": "string",
  504. "required": true,
  505. "default": "ixVolume",
  506. "immutable": true,
  507. "enum": [
  508. {
  509. "value": "hostPath",
  510. "description": "Host Path (Path that already exists on the system)"
  511. },
  512. {
  513. "value": "ixVolume",
  514. "description": "ixVolume (Dataset created automatically by the system)"
  515. },
  516. {
  517. "value": "smb-pv-pvc",
  518. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  519. }
  520. ]
  521. }
  522. },
  523. {
  524. "variable": "mountPath",
  525. "label": "Mount Path",
  526. "description": "The path inside the container to mount the storage.",
  527. "schema": {
  528. "type": "path",
  529. "required": true
  530. }
  531. },
  532. {
  533. "variable": "hostPath",
  534. "label": "Host Path",
  535. "description": "The host path to use for storage.",
  536. "schema": {
  537. "type": "hostpath",
  538. "show_if": [
  539. [
  540. "type",
  541. "=",
  542. "hostPath"
  543. ]
  544. ],
  545. "required": true
  546. }
  547. },
  548. {
  549. "variable": "datasetName",
  550. "label": "Dataset Name",
  551. "description": "The name of the dataset to use for storage.",
  552. "schema": {
  553. "type": "string",
  554. "show_if": [
  555. [
  556. "type",
  557. "=",
  558. "ixVolume"
  559. ]
  560. ],
  561. "required": true,
  562. "immutable": true,
  563. "default": "storage_entry",
  564. "$ref": [
  565. "normalize/ixVolume"
  566. ]
  567. }
  568. },
  569. {
  570. "variable": "server",
  571. "label": "Server",
  572. "description": "The server for the SMB share.",
  573. "schema": {
  574. "type": "string",
  575. "show_if": [
  576. [
  577. "type",
  578. "=",
  579. "smb-pv-pvc"
  580. ]
  581. ],
  582. "required": true
  583. }
  584. },
  585. {
  586. "variable": "share",
  587. "label": "Share",
  588. "description": "The share name for the SMB share.",
  589. "schema": {
  590. "type": "string",
  591. "show_if": [
  592. [
  593. "type",
  594. "=",
  595. "smb-pv-pvc"
  596. ]
  597. ],
  598. "required": true
  599. }
  600. },
  601. {
  602. "variable": "domain",
  603. "label": "Domain (Optional)",
  604. "description": "The domain for the SMB share.",
  605. "schema": {
  606. "type": "string",
  607. "show_if": [
  608. [
  609. "type",
  610. "=",
  611. "smb-pv-pvc"
  612. ]
  613. ]
  614. }
  615. },
  616. {
  617. "variable": "username",
  618. "label": "Username",
  619. "description": "The username for the SMB share.",
  620. "schema": {
  621. "type": "string",
  622. "show_if": [
  623. [
  624. "type",
  625. "=",
  626. "smb-pv-pvc"
  627. ]
  628. ],
  629. "required": true
  630. }
  631. },
  632. {
  633. "variable": "password",
  634. "label": "Password",
  635. "description": "The password for the SMB share.",
  636. "schema": {
  637. "type": "string",
  638. "show_if": [
  639. [
  640. "type",
  641. "=",
  642. "smb-pv-pvc"
  643. ]
  644. ],
  645. "required": true,
  646. "private": true
  647. }
  648. },
  649. {
  650. "variable": "size",
  651. "label": "Size (in Gi)",
  652. "description": "The size of the volume quota.",
  653. "schema": {
  654. "type": "int",
  655. "show_if": [
  656. [
  657. "type",
  658. "=",
  659. "smb-pv-pvc"
  660. ]
  661. ],
  662. "required": true,
  663. "min": 1,
  664. "default": 1
  665. }
  666. }
  667. ]
  668. }
  669. }
  670. ]
  671. }
  672. }
  673. ]
  674. }
  675. },
  676. {
  677. "variable": "resources",
  678. "group": "Resources Configuration",
  679. "label": "",
  680. "schema": {
  681. "type": "dict",
  682. "attrs": [
  683. {
  684. "variable": "limits",
  685. "label": "Limits",
  686. "schema": {
  687. "type": "dict",
  688. "attrs": [
  689. {
  690. "variable": "cpu",
  691. "label": "CPU",
  692. "description": "CPU limit for Jellyfin.",
  693. "schema": {
  694. "type": "string",
  695. "max_length": 6,
  696. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  697. "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",
  698. "default": "4000m",
  699. "required": true
  700. }
  701. },
  702. {
  703. "variable": "memory",
  704. "label": "Memory",
  705. "description": "Memory limit for Jellyfin.",
  706. "schema": {
  707. "type": "string",
  708. "max_length": 12,
  709. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  710. "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",
  711. "default": "8Gi",
  712. "required": true
  713. }
  714. }
  715. ]
  716. }
  717. }
  718. ]
  719. }
  720. },
  721. {
  722. "variable": "jellyfinGPU",
  723. "group": "Resources Configuration",
  724. "label": "GPU Configuration",
  725. "schema": {
  726. "type": "dict",
  727. "$ref": [
  728. "definitions/gpuConfiguration"
  729. ],
  730. "attrs": []
  731. }
  732. }
  733. ]
  734. },
  735. "app_readme": "<h1>Jellyfin</h1>\n<p><a href=\"https://jellyfin.org/\">Jellyfin</a> is a Free Software Media System that puts you in control of managing and streaming your media.</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>Jellyfin</code> directories.\nAfterward, the <code>Jellyfin</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>",
  736. "detailed_readme": "<h1>Jellyfin</h1>\n<p><a href=\"https://jellyfin.org/\">Jellyfin</a> is a Free Software Media System that puts you in control of managing and streaming your media.</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>Jellyfin</code> directories.\nAfterward, the <code>Jellyfin</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>",
  737. "changelog": null
  738. }
  739. }