app_versions.json 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  1. {
  2. "1.0.35": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/community/immich/1.0.35",
  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": "1.85.0_1.0.35",
  14. "version": "1.0.35",
  15. "chart_metadata": {
  16. "name": "immich",
  17. "description": "Immich",
  18. "annotations": {
  19. "title": "Immich"
  20. },
  21. "type": "application",
  22. "version": "1.0.35",
  23. "apiVersion": "v2",
  24. "appVersion": "1.85.0",
  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://immich.app",
  41. "icon": "https://media.sys.truenas.net/apps/immich/icons/icon.svg",
  42. "sources": [
  43. "https://immich.app",
  44. "https://github.com/truenas/charts/tree/master/community/immich",
  45. "https://github.com/immich-app/immich"
  46. ],
  47. "keywords": [
  48. "photos",
  49. "backup"
  50. ]
  51. },
  52. "app_metadata": {
  53. "runAsContext": [
  54. {
  55. "userName": "root",
  56. "groupName": "root",
  57. "gid": 0,
  58. "uid": 0,
  59. "description": "Immich runs as root user in order to spawn different sub-processes."
  60. }
  61. ],
  62. "capabilities": [
  63. {
  64. "name": "CHOWN",
  65. "description": "Immich Proxy is able to chown files."
  66. },
  67. {
  68. "name": "SETUID",
  69. "description": "Immich Proxy and Web is able to set user ID for it's sub-processes."
  70. },
  71. {
  72. "name": "SETGID",
  73. "description": "Immich Proxy and Web is able to set group ID for it's sub-processes."
  74. }
  75. ],
  76. "hostMounts": []
  77. },
  78. "schema": {
  79. "groups": [
  80. {
  81. "name": "Immich Configuration",
  82. "description": "Configure Immich"
  83. },
  84. {
  85. "name": "Network Configuration",
  86. "description": "Configure Network for Immich"
  87. },
  88. {
  89. "name": "Storage Configuration",
  90. "description": "Configure Storage for Immich"
  91. },
  92. {
  93. "name": "Resources Configuration",
  94. "description": "Configure Resources for Immich"
  95. }
  96. ],
  97. "portals": {
  98. "web_portal": {
  99. "protocols": [
  100. "$kubernetes-resource_configmap_portal_protocol"
  101. ],
  102. "host": [
  103. "$kubernetes-resource_configmap_portal_host"
  104. ],
  105. "ports": [
  106. "$kubernetes-resource_configmap_portal_port"
  107. ],
  108. "path": "$kubernetes-resource_configmap_portal_path"
  109. }
  110. },
  111. "questions": [
  112. {
  113. "variable": "TZ",
  114. "group": "Immich Configuration",
  115. "label": "Timezone",
  116. "schema": {
  117. "type": "string",
  118. "default": "America/Los_Angeles",
  119. "required": true,
  120. "$ref": [
  121. "definitions/timezone"
  122. ],
  123. "enum": [
  124. {
  125. "value": "Asia/Damascus",
  126. "description": "'Asia/Damascus' timezone"
  127. },
  128. {
  129. "value": "Asia/Saigon",
  130. "description": "'Asia/Saigon' timezone"
  131. }
  132. ]
  133. }
  134. },
  135. {
  136. "variable": "immichConfig",
  137. "label": "",
  138. "group": "Immich Configuration",
  139. "schema": {
  140. "type": "dict",
  141. "attrs": [
  142. {
  143. "variable": "publicLoginMessage",
  144. "label": "Public Login Message",
  145. "description": "The message that will be displayed on the login page.\n",
  146. "schema": {
  147. "type": "string",
  148. "default": ""
  149. }
  150. },
  151. {
  152. "variable": "enableML",
  153. "label": "Enable Machine Learning",
  154. "description": "Enable Machine Learning\n",
  155. "schema": {
  156. "type": "boolean",
  157. "default": true
  158. }
  159. },
  160. {
  161. "variable": "enableTypesense",
  162. "label": "Enable Typesense",
  163. "description": "Enable Typesense\n",
  164. "schema": {
  165. "type": "boolean",
  166. "default": true
  167. }
  168. }
  169. ]
  170. }
  171. },
  172. {
  173. "variable": "immichNetwork",
  174. "label": "",
  175. "group": "Network Configuration",
  176. "schema": {
  177. "type": "dict",
  178. "attrs": [
  179. {
  180. "variable": "webuiPort",
  181. "label": "Web Port",
  182. "description": "The port for the Immich WebUI.",
  183. "schema": {
  184. "type": "int",
  185. "default": 30041,
  186. "min": 9000,
  187. "max": 65535,
  188. "required": true
  189. }
  190. }
  191. ]
  192. }
  193. },
  194. {
  195. "variable": "immichStorage",
  196. "label": "",
  197. "group": "Storage Configuration",
  198. "schema": {
  199. "type": "dict",
  200. "attrs": [
  201. {
  202. "variable": "uploads",
  203. "label": "Immich Uploads Storage",
  204. "description": "The path to store Immich uploads.",
  205. "schema": {
  206. "type": "dict",
  207. "attrs": [
  208. {
  209. "variable": "type",
  210. "label": "Type",
  211. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  212. "schema": {
  213. "type": "string",
  214. "required": true,
  215. "immutable": true,
  216. "default": "ixVolume",
  217. "enum": [
  218. {
  219. "value": "hostPath",
  220. "description": "Host Path (Path that already exists on the system)"
  221. },
  222. {
  223. "value": "ixVolume",
  224. "description": "ixVolume (Dataset created automatically by the system)"
  225. }
  226. ]
  227. }
  228. },
  229. {
  230. "variable": "datasetName",
  231. "label": "Dataset Name",
  232. "schema": {
  233. "type": "string",
  234. "show_if": [
  235. [
  236. "type",
  237. "=",
  238. "ixVolume"
  239. ]
  240. ],
  241. "required": true,
  242. "hidden": true,
  243. "immutable": true,
  244. "default": "uploads",
  245. "$ref": [
  246. "normalize/ixVolume"
  247. ]
  248. }
  249. },
  250. {
  251. "variable": "hostPath",
  252. "label": "Host Path",
  253. "schema": {
  254. "type": "hostpath",
  255. "show_if": [
  256. [
  257. "type",
  258. "=",
  259. "hostPath"
  260. ]
  261. ],
  262. "immutable": true,
  263. "required": true
  264. }
  265. }
  266. ]
  267. }
  268. },
  269. {
  270. "variable": "library",
  271. "label": "Immich Library Storage",
  272. "description": "The path to store Immich library.",
  273. "schema": {
  274. "type": "dict",
  275. "attrs": [
  276. {
  277. "variable": "type",
  278. "label": "Type",
  279. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  280. "schema": {
  281. "type": "string",
  282. "required": true,
  283. "immutable": true,
  284. "default": "ixVolume",
  285. "enum": [
  286. {
  287. "value": "hostPath",
  288. "description": "Host Path (Path that already exists on the system)"
  289. },
  290. {
  291. "value": "ixVolume",
  292. "description": "ixVolume (Dataset created automatically by the system)"
  293. }
  294. ]
  295. }
  296. },
  297. {
  298. "variable": "datasetName",
  299. "label": "Dataset Name",
  300. "schema": {
  301. "type": "string",
  302. "show_if": [
  303. [
  304. "type",
  305. "=",
  306. "ixVolume"
  307. ]
  308. ],
  309. "required": true,
  310. "hidden": true,
  311. "immutable": true,
  312. "default": "library",
  313. "$ref": [
  314. "normalize/ixVolume"
  315. ]
  316. }
  317. },
  318. {
  319. "variable": "hostPath",
  320. "label": "Host Path",
  321. "schema": {
  322. "type": "hostpath",
  323. "show_if": [
  324. [
  325. "type",
  326. "=",
  327. "hostPath"
  328. ]
  329. ],
  330. "immutable": true,
  331. "required": true
  332. }
  333. }
  334. ]
  335. }
  336. },
  337. {
  338. "variable": "thumbs",
  339. "label": "Immich Thumbs Storage",
  340. "description": "The path to store Immich Thumbs.",
  341. "schema": {
  342. "type": "dict",
  343. "attrs": [
  344. {
  345. "variable": "type",
  346. "label": "Type",
  347. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  348. "schema": {
  349. "type": "string",
  350. "required": true,
  351. "immutable": true,
  352. "default": "ixVolume",
  353. "enum": [
  354. {
  355. "value": "hostPath",
  356. "description": "Host Path (Path that already exists on the system)"
  357. },
  358. {
  359. "value": "ixVolume",
  360. "description": "ixVolume (Dataset created automatically by the system)"
  361. }
  362. ]
  363. }
  364. },
  365. {
  366. "variable": "datasetName",
  367. "label": "Dataset Name",
  368. "schema": {
  369. "type": "string",
  370. "show_if": [
  371. [
  372. "type",
  373. "=",
  374. "ixVolume"
  375. ]
  376. ],
  377. "required": true,
  378. "hidden": true,
  379. "immutable": true,
  380. "default": "thumbs",
  381. "$ref": [
  382. "normalize/ixVolume"
  383. ]
  384. }
  385. },
  386. {
  387. "variable": "hostPath",
  388. "label": "Host Path",
  389. "schema": {
  390. "type": "hostpath",
  391. "show_if": [
  392. [
  393. "type",
  394. "=",
  395. "hostPath"
  396. ]
  397. ],
  398. "immutable": true,
  399. "required": true
  400. }
  401. }
  402. ]
  403. }
  404. },
  405. {
  406. "variable": "profile",
  407. "label": "Immich Profile Storage",
  408. "description": "The path to store Immich Profile.",
  409. "schema": {
  410. "type": "dict",
  411. "attrs": [
  412. {
  413. "variable": "type",
  414. "label": "Type",
  415. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  416. "schema": {
  417. "type": "string",
  418. "required": true,
  419. "immutable": true,
  420. "default": "ixVolume",
  421. "enum": [
  422. {
  423. "value": "hostPath",
  424. "description": "Host Path (Path that already exists on the system)"
  425. },
  426. {
  427. "value": "ixVolume",
  428. "description": "ixVolume (Dataset created automatically by the system)"
  429. }
  430. ]
  431. }
  432. },
  433. {
  434. "variable": "datasetName",
  435. "label": "Dataset Name",
  436. "schema": {
  437. "type": "string",
  438. "show_if": [
  439. [
  440. "type",
  441. "=",
  442. "ixVolume"
  443. ]
  444. ],
  445. "required": true,
  446. "hidden": true,
  447. "immutable": true,
  448. "default": "profile",
  449. "$ref": [
  450. "normalize/ixVolume"
  451. ]
  452. }
  453. },
  454. {
  455. "variable": "hostPath",
  456. "label": "Host Path",
  457. "schema": {
  458. "type": "hostpath",
  459. "show_if": [
  460. [
  461. "type",
  462. "=",
  463. "hostPath"
  464. ]
  465. ],
  466. "immutable": true,
  467. "required": true
  468. }
  469. }
  470. ]
  471. }
  472. },
  473. {
  474. "variable": "video",
  475. "label": "Immich Video Storage",
  476. "description": "The path to store Immich Video.",
  477. "schema": {
  478. "type": "dict",
  479. "attrs": [
  480. {
  481. "variable": "type",
  482. "label": "Type",
  483. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  484. "schema": {
  485. "type": "string",
  486. "required": true,
  487. "immutable": true,
  488. "default": "ixVolume",
  489. "enum": [
  490. {
  491. "value": "hostPath",
  492. "description": "Host Path (Path that already exists on the system)"
  493. },
  494. {
  495. "value": "ixVolume",
  496. "description": "ixVolume (Dataset created automatically by the system)"
  497. }
  498. ]
  499. }
  500. },
  501. {
  502. "variable": "datasetName",
  503. "label": "Dataset Name",
  504. "schema": {
  505. "type": "string",
  506. "show_if": [
  507. [
  508. "type",
  509. "=",
  510. "ixVolume"
  511. ]
  512. ],
  513. "required": true,
  514. "hidden": true,
  515. "immutable": true,
  516. "default": "video",
  517. "$ref": [
  518. "normalize/ixVolume"
  519. ]
  520. }
  521. },
  522. {
  523. "variable": "hostPath",
  524. "label": "Host Path",
  525. "schema": {
  526. "type": "hostpath",
  527. "show_if": [
  528. [
  529. "type",
  530. "=",
  531. "hostPath"
  532. ]
  533. ],
  534. "immutable": true,
  535. "required": true
  536. }
  537. }
  538. ]
  539. }
  540. },
  541. {
  542. "variable": "additionalLibraries",
  543. "label": "Additional Libraries",
  544. "description": "Additional libraries for Immich.</br>\nInternal mountPath will be the same as your hostPath</br>\nhttps://immich.app/docs/features/read-only-gallery\n",
  545. "schema": {
  546. "type": "list",
  547. "default": [],
  548. "items": [
  549. {
  550. "variable": "storageEntry",
  551. "label": "Storage Entry",
  552. "schema": {
  553. "type": "dict",
  554. "attrs": [
  555. {
  556. "variable": "hostPath",
  557. "label": "Host Path",
  558. "description": "The host path to use for storage.",
  559. "schema": {
  560. "type": "hostpath",
  561. "required": true
  562. }
  563. }
  564. ]
  565. }
  566. }
  567. ]
  568. }
  569. },
  570. {
  571. "variable": "pgData",
  572. "label": "Immich Postgres Data Storage",
  573. "description": "The path to store Immich Postgres Data.",
  574. "schema": {
  575. "type": "dict",
  576. "attrs": [
  577. {
  578. "variable": "type",
  579. "label": "Type",
  580. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  581. "schema": {
  582. "type": "string",
  583. "required": true,
  584. "immutable": true,
  585. "default": "ixVolume",
  586. "enum": [
  587. {
  588. "value": "hostPath",
  589. "description": "Host Path (Path that already exists on the system)"
  590. },
  591. {
  592. "value": "ixVolume",
  593. "description": "ixVolume (Dataset created automatically by the system)"
  594. }
  595. ]
  596. }
  597. },
  598. {
  599. "variable": "datasetName",
  600. "label": "Dataset Name",
  601. "schema": {
  602. "type": "string",
  603. "show_if": [
  604. [
  605. "type",
  606. "=",
  607. "ixVolume"
  608. ]
  609. ],
  610. "required": true,
  611. "hidden": true,
  612. "immutable": true,
  613. "default": "pgData",
  614. "$ref": [
  615. "normalize/ixVolume"
  616. ]
  617. }
  618. },
  619. {
  620. "variable": "hostPath",
  621. "label": "Host Path",
  622. "schema": {
  623. "type": "hostpath",
  624. "show_if": [
  625. [
  626. "type",
  627. "=",
  628. "hostPath"
  629. ]
  630. ],
  631. "immutable": true,
  632. "required": true
  633. }
  634. }
  635. ]
  636. }
  637. },
  638. {
  639. "variable": "pgBackup",
  640. "label": "Immich Postgres Backup Storage",
  641. "description": "The path to store Immich Postgres Backup.",
  642. "schema": {
  643. "type": "dict",
  644. "attrs": [
  645. {
  646. "variable": "type",
  647. "label": "Type",
  648. "description": "ixVolume: Is dataset created automatically by the system.</br>\nHost Path: Is a path that already exists on the system.\n",
  649. "schema": {
  650. "type": "string",
  651. "required": true,
  652. "immutable": true,
  653. "default": "ixVolume",
  654. "enum": [
  655. {
  656. "value": "hostPath",
  657. "description": "Host Path (Path that already exists on the system)"
  658. },
  659. {
  660. "value": "ixVolume",
  661. "description": "ixVolume (Dataset created automatically by the system)"
  662. }
  663. ]
  664. }
  665. },
  666. {
  667. "variable": "datasetName",
  668. "label": "Dataset Name",
  669. "schema": {
  670. "type": "string",
  671. "show_if": [
  672. [
  673. "type",
  674. "=",
  675. "ixVolume"
  676. ]
  677. ],
  678. "required": true,
  679. "hidden": true,
  680. "immutable": true,
  681. "default": "pgBackup",
  682. "$ref": [
  683. "normalize/ixVolume"
  684. ]
  685. }
  686. },
  687. {
  688. "variable": "hostPath",
  689. "label": "Host Path",
  690. "schema": {
  691. "type": "hostpath",
  692. "show_if": [
  693. [
  694. "type",
  695. "=",
  696. "hostPath"
  697. ]
  698. ],
  699. "immutable": true,
  700. "required": true
  701. }
  702. }
  703. ]
  704. }
  705. }
  706. ]
  707. }
  708. },
  709. {
  710. "variable": "resources",
  711. "label": "",
  712. "group": "Resources Configuration",
  713. "schema": {
  714. "type": "dict",
  715. "attrs": [
  716. {
  717. "variable": "limits",
  718. "label": "Limits",
  719. "schema": {
  720. "type": "dict",
  721. "attrs": [
  722. {
  723. "variable": "cpu",
  724. "label": "CPU",
  725. "description": "CPU limit for Immich.",
  726. "schema": {
  727. "type": "string",
  728. "max_length": 6,
  729. "valid_chars": "^(0\\.[1-9]|[1-9][0-9]*)(\\.[0-9]|m?)$",
  730. "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",
  731. "default": "4000m",
  732. "required": true
  733. }
  734. },
  735. {
  736. "variable": "memory",
  737. "label": "Memory",
  738. "description": "Memory limit for Immich.",
  739. "schema": {
  740. "type": "string",
  741. "max_length": 12,
  742. "valid_chars": "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$",
  743. "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",
  744. "default": "8Gi",
  745. "required": true
  746. }
  747. }
  748. ]
  749. }
  750. }
  751. ]
  752. }
  753. },
  754. {
  755. "variable": "immichGPU",
  756. "group": "Resources Configuration",
  757. "label": "GPU Configuration",
  758. "schema": {
  759. "type": "dict",
  760. "$ref": [
  761. "definitions/gpuConfiguration"
  762. ],
  763. "attrs": []
  764. }
  765. }
  766. ]
  767. },
  768. "app_readme": "<h1>Immich</h1>\n<p><a href=\"https://immich.app\">Immich</a> - Self-hosted backup solution for photos and videos on mobile device</p>",
  769. "detailed_readme": "<h1>Immich</h1>\n<p><a href=\"https://immich.app\">Immich</a> - Self-hosted backup solution for photos and videos on mobile device</p>",
  770. "changelog": null
  771. }
  772. }