app_versions.json 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735
  1. {
  2. "1.0.16": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/test/jellyfin/1.0.16",
  7. "last_update": "2025-03-06 08:26:26",
  8. "required_features": [
  9. "normalize/ixVolume",
  10. "definitions/gpuConfiguration"
  11. ],
  12. "human_version": "10.8.13_1.0.16",
  13. "version": "1.0.16",
  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.0.16",
  22. "apiVersion": "v2",
  23. "appVersion": "10.8.13",
  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://jellyfin.org/images/logo.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. "default": "ixVolume",
  249. "enum": [
  250. {
  251. "value": "hostPath",
  252. "description": "Host Path (Path that already exists on the system)"
  253. },
  254. {
  255. "value": "ixVolume",
  256. "description": "ixVolume (Dataset created automatically by the system)"
  257. }
  258. ]
  259. }
  260. },
  261. {
  262. "variable": "datasetName",
  263. "label": "Dataset Name",
  264. "schema": {
  265. "type": "string",
  266. "show_if": [
  267. [
  268. "type",
  269. "=",
  270. "ixVolume"
  271. ]
  272. ],
  273. "required": true,
  274. "hidden": true,
  275. "immutable": true,
  276. "default": "config",
  277. "$ref": [
  278. "normalize/ixVolume"
  279. ]
  280. }
  281. },
  282. {
  283. "variable": "hostPath",
  284. "label": "Host Path",
  285. "schema": {
  286. "type": "hostpath",
  287. "show_if": [
  288. [
  289. "type",
  290. "=",
  291. "hostPath"
  292. ]
  293. ],
  294. "immutable": true,
  295. "required": true
  296. }
  297. }
  298. ]
  299. }
  300. },
  301. {
  302. "variable": "cache",
  303. "label": "Jellyfin Cache Storage",
  304. "description": "The path to store Jellyfin Cache.",
  305. "schema": {
  306. "type": "dict",
  307. "attrs": [
  308. {
  309. "variable": "type",
  310. "label": "Type",
  311. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  312. "schema": {
  313. "type": "string",
  314. "required": true,
  315. "default": "ixVolume",
  316. "enum": [
  317. {
  318. "value": "hostPath",
  319. "description": "Host Path (Path that already exists on the system)"
  320. },
  321. {
  322. "value": "ixVolume",
  323. "description": "ixVolume (Dataset created automatically by the system)"
  324. }
  325. ]
  326. }
  327. },
  328. {
  329. "variable": "datasetName",
  330. "label": "Dataset Name",
  331. "schema": {
  332. "type": "string",
  333. "show_if": [
  334. [
  335. "type",
  336. "=",
  337. "ixVolume"
  338. ]
  339. ],
  340. "required": true,
  341. "hidden": true,
  342. "immutable": true,
  343. "default": "cache",
  344. "$ref": [
  345. "normalize/ixVolume"
  346. ]
  347. }
  348. },
  349. {
  350. "variable": "hostPath",
  351. "label": "Host Path",
  352. "schema": {
  353. "type": "hostpath",
  354. "show_if": [
  355. [
  356. "type",
  357. "=",
  358. "hostPath"
  359. ]
  360. ],
  361. "immutable": true,
  362. "required": true
  363. }
  364. }
  365. ]
  366. }
  367. },
  368. {
  369. "variable": "transcodes",
  370. "label": "Jellyfin Transcodes Storage",
  371. "description": "The path to store Jellyfin Transcodes.",
  372. "schema": {
  373. "type": "dict",
  374. "attrs": [
  375. {
  376. "variable": "type",
  377. "label": "Type",
  378. "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",
  379. "schema": {
  380. "type": "string",
  381. "required": true,
  382. "default": "ixVolume",
  383. "enum": [
  384. {
  385. "value": "hostPath",
  386. "description": "Host Path (Path that already exists on the system)"
  387. },
  388. {
  389. "value": "ixVolume",
  390. "description": "ixVolume (Dataset created automatically by the system)"
  391. },
  392. {
  393. "value": "emptyDir",
  394. "description": "emptyDir (Temporary directory created on the disk or in memory)"
  395. }
  396. ]
  397. }
  398. },
  399. {
  400. "variable": "datasetName",
  401. "label": "Dataset Name",
  402. "schema": {
  403. "type": "string",
  404. "show_if": [
  405. [
  406. "type",
  407. "=",
  408. "ixVolume"
  409. ]
  410. ],
  411. "required": true,
  412. "hidden": true,
  413. "immutable": true,
  414. "default": "transcodes",
  415. "$ref": [
  416. "normalize/ixVolume"
  417. ]
  418. }
  419. },
  420. {
  421. "variable": "hostPath",
  422. "label": "Host Path",
  423. "schema": {
  424. "type": "hostpath",
  425. "show_if": [
  426. [
  427. "type",
  428. "=",
  429. "hostPath"
  430. ]
  431. ],
  432. "immutable": true,
  433. "required": true
  434. }
  435. },
  436. {
  437. "variable": "medium",
  438. "label": "emptyDir Medium",
  439. "description": "Disk: Creates a temporary directory on the disk.</br>\nMemory: Creates a temporary directory in memory.\n",
  440. "schema": {
  441. "type": "string",
  442. "show_if": [
  443. [
  444. "type",
  445. "=",
  446. "emptyDir"
  447. ]
  448. ],
  449. "default": "",
  450. "enum": [
  451. {
  452. "value": "",
  453. "description": "Disk (Temporary directory created on the disk)"
  454. },
  455. {
  456. "value": "Memory",
  457. "description": "Memory (Temporary directory created in memory)"
  458. }
  459. ]
  460. }
  461. },
  462. {
  463. "variable": "size",
  464. "label": "emptyDir Size Limit",
  465. "description": "The maximum size of the temporary directory.</br>\nFor example: 2Gi\n",
  466. "schema": {
  467. "type": "string",
  468. "show_if": [
  469. [
  470. "type",
  471. "=",
  472. "emptyDir"
  473. ]
  474. ],
  475. "default": "2Gi"
  476. }
  477. }
  478. ]
  479. }
  480. },
  481. {
  482. "variable": "additionalStorages",
  483. "label": "Additional Storage",
  484. "description": "Additional storage for Jellyfin.",
  485. "schema": {
  486. "type": "list",
  487. "default": [],
  488. "items": [
  489. {
  490. "variable": "storageEntry",
  491. "label": "Storage Entry",
  492. "schema": {
  493. "type": "dict",
  494. "attrs": [
  495. {
  496. "variable": "type",
  497. "label": "Type",
  498. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  499. "schema": {
  500. "type": "string",
  501. "required": true,
  502. "default": "ixVolume",
  503. "enum": [
  504. {
  505. "value": "hostPath",
  506. "description": "Host Path (Path that already exists on the system)"
  507. },
  508. {
  509. "value": "ixVolume",
  510. "description": "ixVolume (Dataset created automatically by the system)"
  511. },
  512. {
  513. "value": "smb-pv-pvc",
  514. "description": "SMB Share (Mounts a persistent volume claim to a SMB share)"
  515. }
  516. ]
  517. }
  518. },
  519. {
  520. "variable": "mountPath",
  521. "label": "Mount Path",
  522. "description": "The path inside the container to mount the storage.",
  523. "schema": {
  524. "type": "path",
  525. "required": true
  526. }
  527. },
  528. {
  529. "variable": "hostPath",
  530. "label": "Host Path",
  531. "description": "The host path to use for storage.",
  532. "schema": {
  533. "type": "hostpath",
  534. "show_if": [
  535. [
  536. "type",
  537. "=",
  538. "hostPath"
  539. ]
  540. ],
  541. "required": true
  542. }
  543. },
  544. {
  545. "variable": "datasetName",
  546. "label": "Dataset Name",
  547. "description": "The name of the dataset to use for storage.",
  548. "schema": {
  549. "type": "string",
  550. "show_if": [
  551. [
  552. "type",
  553. "=",
  554. "ixVolume"
  555. ]
  556. ],
  557. "required": true,
  558. "immutable": true,
  559. "default": "storage_entry",
  560. "$ref": [
  561. "normalize/ixVolume"
  562. ]
  563. }
  564. },
  565. {
  566. "variable": "server",
  567. "label": "Server",
  568. "description": "The server for the SMB share.",
  569. "schema": {
  570. "type": "string",
  571. "show_if": [
  572. [
  573. "type",
  574. "=",
  575. "smb-pv-pvc"
  576. ]
  577. ],
  578. "required": true
  579. }
  580. },
  581. {
  582. "variable": "share",
  583. "label": "Share",
  584. "description": "The share name for the SMB share.",
  585. "schema": {
  586. "type": "string",
  587. "show_if": [
  588. [
  589. "type",
  590. "=",
  591. "smb-pv-pvc"
  592. ]
  593. ],
  594. "required": true
  595. }
  596. },
  597. {
  598. "variable": "domain",
  599. "label": "Domain (Optional)",
  600. "description": "The domain for the SMB share.",
  601. "schema": {
  602. "type": "string",
  603. "show_if": [
  604. [
  605. "type",
  606. "=",
  607. "smb-pv-pvc"
  608. ]
  609. ]
  610. }
  611. },
  612. {
  613. "variable": "username",
  614. "label": "Username",
  615. "description": "The username for the SMB share.",
  616. "schema": {
  617. "type": "string",
  618. "show_if": [
  619. [
  620. "type",
  621. "=",
  622. "smb-pv-pvc"
  623. ]
  624. ],
  625. "required": true
  626. }
  627. },
  628. {
  629. "variable": "password",
  630. "label": "Password",
  631. "description": "The password for the SMB share.",
  632. "schema": {
  633. "type": "string",
  634. "show_if": [
  635. [
  636. "type",
  637. "=",
  638. "smb-pv-pvc"
  639. ]
  640. ],
  641. "required": true,
  642. "private": true
  643. }
  644. },
  645. {
  646. "variable": "size",
  647. "label": "Size (in Gi)",
  648. "description": "The size of the volume quota.",
  649. "schema": {
  650. "type": "int",
  651. "show_if": [
  652. [
  653. "type",
  654. "=",
  655. "smb-pv-pvc"
  656. ]
  657. ],
  658. "required": true,
  659. "min": 1,
  660. "default": 1
  661. }
  662. }
  663. ]
  664. }
  665. }
  666. ]
  667. }
  668. }
  669. ]
  670. }
  671. },
  672. {
  673. "variable": "resources",
  674. "group": "Resources Configuration",
  675. "label": "",
  676. "schema": {
  677. "type": "dict",
  678. "attrs": [
  679. {
  680. "variable": "limits",
  681. "label": "Limits",
  682. "schema": {
  683. "type": "dict",
  684. "attrs": [
  685. {
  686. "variable": "cpu",
  687. "label": "CPU",
  688. "description": "CPU limit for Jellyfin.",
  689. "schema": {
  690. "type": "string",
  691. "max_length": 6,
  692. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  693. "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",
  694. "default": "4000m",
  695. "required": true
  696. }
  697. },
  698. {
  699. "variable": "memory",
  700. "label": "Memory",
  701. "description": "Memory limit for Jellyfin.",
  702. "schema": {
  703. "type": "string",
  704. "max_length": 12,
  705. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  706. "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",
  707. "default": "8Gi",
  708. "required": true
  709. }
  710. }
  711. ]
  712. }
  713. }
  714. ]
  715. }
  716. },
  717. {
  718. "variable": "jellyfinGPU",
  719. "group": "Resources Configuration",
  720. "label": "GPU Configuration",
  721. "schema": {
  722. "type": "dict",
  723. "$ref": [
  724. "definitions/gpuConfiguration"
  725. ],
  726. "attrs": []
  727. }
  728. }
  729. ]
  730. },
  731. "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>",
  732. "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>",
  733. "changelog": null
  734. }
  735. }