This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich) | minor | `c14dcca` -> `9a7fdfb` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>immich-app/immich (ghcr.io/immich-app/immich-server)</summary> ### [`v1.125.1`](https://redirect.github.com/immich-app/immich/releases/tag/v1.125.1) [Compare Source](https://redirect.github.com/immich-app/immich/compare/v1.124.2...v1.125.1) ### v1.125.1 *There was a hiccup with the release pipeline for `v1.125.0` so we have to change the version* > \[!IMPORTANT] > If you are running remote machine learning, please make sure the remote service pulls the latest version. #### Highlights Welcome to release `v1.125.1` of Immich. The release improves how the server queries the database, using a type-safe query builder, `Kysely`, instead of relying on the magic of `TypeORM`. Many queries have been given a speed boost to be much faster; some got several times faster. You should see a quicker app experience overall. It has been the work for the last couple of months and a foundation we have been building for many changes in the coming months to the data model of the whole app, which is needed to enable some long-awaited features. *Kudos* to the entire team for completing it. Alongside that improvement, this release also brings new features, enhancements, and bug fixes. Please see some of the highlights below: - Node.js security update - Share-to mechanism on the mobile app - Enable slideshow everywhere on the web app. - Fixed a bug where the Android app cannot get newly taken photos from the gallery. However, this fix requires us to roll back another mechanism that allows the app to choose empty albums as targets for backup. - Fixed a bug where playing particular video codecs would crash the Android mobile app. ##### Node.js security update This release includes [a Node.js security update](https://nodejs.org/en/blog/vulnerability/january-2025-security-releases). While we don’t believe any of these vulnerabilities affect Immich, we still recommend updating soon to avoid any risk. ##### Share-to Immich You can now directly share media from other apps to Immich without saving them to the phone’s local gallery first. > \[!IMPORTANT] > > For uploading photos from the gallery, it is still recommeded to use the built-in backup feature since the share-to mechanism that can cause mismatching upload status. Additionally, iOS defaults to sharing an exported JPEG image instead of the original for formats like HEIC. You can change this by tapping “Options” near the top of the iOS sharing menu and selecting “Current” instead of “Automatic”. https://github.com/user-attachments/assets/da14a9f9-5087-42e3-a636-bd6863df6d26 ##### Slideshow everywhere You can now toggle the slideshow mode from all the views on the web app. ##### Lens information This release includes the lens information in the detail panel for our photographer users, making it easier to know which of your favorite lenses was used to capture the photo.  #### Support Immich <p align="center"> <img src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExbjY2eWc5Y2F0ZW56MmR4aWE0dDhzZXlidXRmYWZyajl1bWZidXZpcyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/87CKDqErVfMqY/giphy.gif" width="450" title="SUPPORT THE PROJECT!"> </p> If you find the project helpful, you can support Immich by purchasing a product key at https://buy.immich.app/. Cheers! 🍻 <!-- Release notes generated using configuration in .github/release.yml at v1.125.0 --> #### What's Changed ##### 🚨 Breaking Changes - chore(server)!: default max bitrate unit to kbps by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15264](https://redirect.github.com/immich-app/immich/pull/15264) - feat: better spec urls by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15487](https://redirect.github.com/immich-app/immich/pull/15487) ##### 🚀 Features - feat: Upgrade devcontainer setup by [@​Zer0x00](https://redirect.github.com/Zer0x00) in [https://github.com/immich-app/immich/pull/14419](https://redirect.github.com/immich-app/immich/pull/14419) - feat(web): immich-ui components by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/14263](https://redirect.github.com/immich-app/immich/pull/14263) - feat(mobile): share to mechanism by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15229](https://redirect.github.com/immich-app/immich/pull/15229) - feat: Allow multiple ML models to be preloaded by [@​1-tempest](https://redirect.github.com/1-tempest) in [https://github.com/immich-app/immich/pull/15418](https://redirect.github.com/immich-app/immich/pull/15418) ##### 🌟 Enhancements - refactor(server): use kysely by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/12857](https://redirect.github.com/immich-app/immich/pull/12857) - feat: [#​15237](https://redirect.github.com/immich-app/immich/issues/15237) toggle password visibility on shared albums by [@​imakida](https://redirect.github.com/imakida) in [https://github.com/immich-app/immich/pull/15238](https://redirect.github.com/immich-app/immich/pull/15238) - feat(web): Slideshow is enabled everywhere. It no longer needs assetStore. by [@​matitalatina](https://redirect.github.com/matitalatina) in [https://github.com/immich-app/immich/pull/15077](https://redirect.github.com/immich-app/immich/pull/15077) - feat: Add additional env variables for Machine Learning by [@​1-tempest](https://redirect.github.com/1-tempest) in [https://github.com/immich-app/immich/pull/15326](https://redirect.github.com/immich-app/immich/pull/15326) - feat(web): Context menu scrolls on small devices by [@​matitalatina](https://redirect.github.com/matitalatina) in [https://github.com/immich-app/immich/pull/15367](https://redirect.github.com/immich-app/immich/pull/15367) - feat: Add additional env variables to ML container by [@​1-tempest](https://redirect.github.com/1-tempest) in [https://github.com/immich-app/immich/pull/15398](https://redirect.github.com/immich-app/immich/pull/15398) - feat: Add rule on robots.txt to allow robots access og tags by [@​r1235613](https://redirect.github.com/r1235613) in [https://github.com/immich-app/immich/pull/15470](https://redirect.github.com/immich-app/immich/pull/15470) - feat(web): Show lens model in the asset viewer detail panel by [@​bxtdvd](https://redirect.github.com/bxtdvd) in [https://github.com/immich-app/immich/pull/15460](https://redirect.github.com/immich-app/immich/pull/15460) ##### 🐛 Bug fixes - fix(mobile): 15072 Fix issue with boolean filters filtering out results when they shouldn't by [@​Tyris](https://redirect.github.com/Tyris) in [https://github.com/immich-app/immich/pull/15208](https://redirect.github.com/immich-app/immich/pull/15208) - fix(web): escape key to clear selection and go to previous page ([#​15142](https://redirect.github.com/immich-app/immich/issues/15142)) by [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in [https://github.com/immich-app/immich/pull/15219](https://redirect.github.com/immich-app/immich/pull/15219) - fix(mobile): don't crash android app when video player throws exception by [@​mertalev](https://redirect.github.com/mertalev) in [https://github.com/immich-app/immich/pull/15236](https://redirect.github.com/immich-app/immich/pull/15236) - fix(web): mismatched deviceAssetId when uploading images by [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in [https://github.com/immich-app/immich/pull/15130](https://redirect.github.com/immich-app/immich/pull/15130) - fix(cli): handle folders with single quotes by [@​desmondgc](https://redirect.github.com/desmondgc) in [https://github.com/immich-app/immich/pull/15283](https://redirect.github.com/immich-app/immich/pull/15283) - fix(web): end selection after click when choosing thumbnail, and notify by [@​imakida](https://redirect.github.com/imakida) in [https://github.com/immich-app/immich/pull/15373](https://redirect.github.com/immich-app/immich/pull/15373) - fix(web): map settings by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15375](https://redirect.github.com/immich-app/immich/pull/15375) - fix(mobile): 14983 Images upload to shared album with common name by [@​Tyris](https://redirect.github.com/Tyris) in [https://github.com/immich-app/immich/pull/15127](https://redirect.github.com/immich-app/immich/pull/15127) - fix(web): Update asset count when deleting assets from person page by [@​imakida](https://redirect.github.com/imakida) in [https://github.com/immich-app/immich/pull/15416](https://redirect.github.com/immich-app/immich/pull/15416) - fix(web): scrolling memory timeline reset position by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15429](https://redirect.github.com/immich-app/immich/pull/15429) - fix(mobile): Cannot type date format on Samsung phone by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15430](https://redirect.github.com/immich-app/immich/pull/15430) - fix(deps): use node-addon-api v8 by [@​dotlambda](https://redirect.github.com/dotlambda) in [https://github.com/immich-app/immich/pull/15438](https://redirect.github.com/immich-app/immich/pull/15438) - fix(server): searching for multiple people yields false positives by [@​dav-wolff](https://redirect.github.com/dav-wolff) in [https://github.com/immich-app/immich/pull/15447](https://redirect.github.com/immich-app/immich/pull/15447) - fix(mobile): cannot get new photos on Android by [@​alextran1502](https://redirect.github.com/alextran1502) in [https://github.com/immich-app/immich/pull/15461](https://redirect.github.com/immich-app/immich/pull/15461) - fix: incorrect event configuration by [@​jrasm91](https://redirect.github.com/jrasm91) in [https://github.com/immich-app/immich/pull/15530](https://redirect.github.com/immich-app/immich/pull/15530) ##### 📚 Documentation - chore(docs): clarify experimental network features by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15228](https://redirect.github.com/immich-app/immich/pull/15228) - docs: clarify filesystem backup paths by [@​bo0tzz](https://redirect.github.com/bo0tzz) in [https://github.com/immich-app/immich/pull/15243](https://redirect.github.com/immich-app/immich/pull/15243) - fix(docs): Fix link label to refer to correct location on page by [@​austin-dudzik](https://redirect.github.com/austin-dudzik) in [https://github.com/immich-app/immich/pull/15279](https://redirect.github.com/immich-app/immich/pull/15279) - fix(docs): fix admonition in mobile section by [@​Dr-Electron](https://redirect.github.com/Dr-Electron) in [https://github.com/immich-app/immich/pull/15291](https://redirect.github.com/immich-app/immich/pull/15291) - fix(docs): database name for restore commands by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15276](https://redirect.github.com/immich-app/immich/pull/15276) - fix(docs): Update unraid.md to use correct image url by [@​swils23](https://redirect.github.com/swils23) in [https://github.com/immich-app/immich/pull/15427](https://redirect.github.com/immich-app/immich/pull/15427) - fix: grammar on docs homepage by [@​aaronjrodrigues](https://redirect.github.com/aaronjrodrigues) in [https://github.com/immich-app/immich/pull/15455](https://redirect.github.com/immich-app/immich/pull/15455) - fix: broken link on monitoring page by [@​jsloyer](https://redirect.github.com/jsloyer) in [https://github.com/immich-app/immich/pull/15478](https://redirect.github.com/immich-app/immich/pull/15478) - feat(docs): CIFS/Samba in-Docker example by [@​mmomjian](https://redirect.github.com/mmomjian) in [https://github.com/immich-app/immich/pull/15502](https://redirect.github.com/immich-app/immich/pull/15502) ##### 🌐 Translations - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [https://github.com/immich-app/immich/pull/15145](https://redirect.github.com/immich-app/immich/pull/15145) - chore(web): update translations by [@​weblate](https://redirect.github.com/weblate) in [https://github.com/immich-app/immich/pull/15335](https://redirect.github.com/immich-app/immich/pull/15335) #### New Contributors - [@​jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) made their first contribution in [https://github.com/immich-app/immich/pull/15219](https://redirect.github.com/immich-app/immich/pull/15219) - [@​fholzer](https://redirect.github.com/fholzer) made their first contribution in [https://github.com/immich-app/immich/pull/15266](https://redirect.github.com/immich-app/immich/pull/15266) - [@​desmondgc](https://redirect.github.com/desmondgc) made their first contribution in [https://github.com/immich-app/immich/pull/15283](https://redirect.github.com/immich-app/immich/pull/15283) - [@​austin-dudzik](https://redirect.github.com/austin-dudzik) made their first contribution in [https://github.com/immich-app/immich/pull/15279](https://redirect.github.com/immich-app/immich/pull/15279) - [@​Dr-Electron](https://redirect.github.com/Dr-Electron) made their first contribution in [https://github.com/immich-app/immich/pull/15291](https://redirect.github.com/immich-app/immich/pull/15291) - [@​Zer0x00](https://redirect.github.com/Zer0x00) made their first contribution in [https://github.com/immich-app/immich/pull/14419](https://redirect.github.com/immich-app/immich/pull/14419) - [@​yonran](https://redirect.github.com/yonran) made their first contribution in [https://github.com/immich-app/immich/pull/12794](https://redirect.github.com/immich-app/immich/pull/12794) - [@​1-tempest](https://redirect.github.com/1-tempest) made their first contribution in [https://github.com/immich-app/immich/pull/15326](https://redirect.github.com/immich-app/immich/pull/15326) - [@​swils23](https://redirect.github.com/swils23) made their first contribution in [https://github.com/immich-app/immich/pull/15427](https://redirect.github.com/immich-app/immich/pull/15427) - [@​dav-wolff](https://redirect.github.com/dav-wolff) made their first contribution in [https://github.com/immich-app/immich/pull/15447](https://redirect.github.com/immich-app/immich/pull/15447) - [@​r1235613](https://redirect.github.com/r1235613) made their first contribution in [https://github.com/immich-app/immich/pull/15470](https://redirect.github.com/immich-app/immich/pull/15470) - [@​jsloyer](https://redirect.github.com/jsloyer) made their first contribution in [https://github.com/immich-app/immich/pull/15478](https://redirect.github.com/immich-app/immich/pull/15478) - [@​bxtdvd](https://redirect.github.com/bxtdvd) made their first contribution in [https://github.com/immich-app/immich/pull/15460](https://redirect.github.com/immich-app/immich/pull/15460) **Full Changelog**: https://github.com/immich-app/immich/compare/v1.124.2...v1.125.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
title
| title |
|---|
| TrueCharts |
Community Helm Chart Catalog
TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!
All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.
Getting started using TrueCharts
Support
Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!
Still something not working as expected? Contact us! and we'll figure it out together!
Development
Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.
Getting into creating Charts
For more information check the website: https://truecharts.org
Contact and Support
To contact the TrueCharts project:
-
Create an issue on Github issues
-
Open a Support Ticket
-
Send us an email
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Licence
Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.
An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.
SPDX-License-Identifier: AGPL-3.0