TrueCharts Bot b9bbdf85cd chore(helm): update image ghcr.io/immich-app/immich-server v1.134.0 → v1.135.0 (#36460)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/immich-app/immich-server](https://redirect.github.com/immich-app/immich)
| minor | `073fc04` -> `b5fb7ce` |

---

> [!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.135.0`](https://redirect.github.com/immich-app/immich/releases/tag/v1.135.0)

[Compare
Source](https://redirect.github.com/immich-app/immich/compare/v1.134.0...v1.135.0)

### v1.135.0

#### Highlights

Welcome to the release `v1.135.0` of Immich. Another three-week gap,
another ~200 PRs merged, another big release, let’s dive right in to
what’s new.

-   iOS home screen widgets
-   Granular API key access control creation
-   Google Cast support on the mobile app
-   Opt-in Google Cast on the web
-   New user onboarding
-   Album description on the mobile app
-   Drag-and-drop to the locked folder on the web
-   Support for Vchord 0.4.2
-   Shortcut to navigate the timeline
-   Multiple admins support
-   Devcontainer
- Notable fix: Double swiping issue on iOS when using the gallery viewer

##### iOS Home Screen Widgets

| Memory Widget | Random Widget |
| - | - |
| <img
src="https://github.com/user-attachments/assets/f57cd999-f4df-44fe-bc0c-f6a522ddfe11"
width="300"/>| <img
src="https://github.com/user-attachments/assets/8feb1eeb-9435-45e7-ba55-8b931979d2cb"
width="300"/> |

Immich now supports home screen widgets on iOS! You can now add widgets
to your home screen that:

-   Display a random image from your library
-   Display a random image from an album
-   Show images from memory lane

We support all widget sizes (S, M, L, and XL on iPad). These widgets
update approximately every 20 minutes and pull directly from your Immich
server. Android support is coming in the near future, so keep an eye
out!

> \[!TIP]
> Your server must be on `v1.135.0` for album filtering to work.

##### Granular API key access control creation

You can now select additional permissions when creating an API key to
use in any third-party libraries or software that integrate with Immich.
This mechanism will give you better control over what the other
applications or libraries can do with your Immich’s instance.

<p align="center">
<img
src="https://github.com/user-attachments/assets/e1dc89a9-6818-4137-9baf-3b8da6e98a86"
width="500"/>
</p>

##### Google Cast support on the mobile app

<p align="center">
<img
src="https://github.com/user-attachments/assets/988e615a-03e1-44fc-997e-1e4d9ae1a990"
width="300"/>
</p>

Immich now supports casting photos from the mobile app to Google
Cast-enabled devices! This is a follow-up to the casting feature present
on the web. We support photos and videos, similar to the web feature.
This feature is not controlled by the new “Opt-in Google Cast on the
web” setting since it does not require third-party resources from
Google.

> \[!TIP]
> Your server must be accessible through the server URL from the cast
receiver. There is no limitation on public accessibility or an HTTPS
connection requirement, unlike on the web. In addition, **only assets
that are uploaded to the server may be cast.**

##### Opt-in Google Cast on the web

We received a few reports from users who were concerned about the
privacy implications of Google Cast on the web. Immich needs to fetch a
third-party script from Google to check if casting is supported in the
browser and to communicate with the cast library in Chrome. This causes
a network request to Google each time Immich is loaded.

We have made Google Cast opt-in now to remove this requirement. If you
use Google Cast on the web, you may enable Google Cast for your user by
going to `Account Settings > Features > Settings > Cast` or by using
[this link](https://my.immich.app/user-settings?isOpen=feature+cast).

<p align="center">
<img
src="https://github.com/user-attachments/assets/bd751256-9366-4d7a-9050-c3d6bd6d5a63"
width="600"/>
</p>

**If you have previously used Google Cast on the web and would like to
continue using it, you must also enable it.**

##### New user onboarding


![image](https://redirect.github.com/user-attachments/assets/1fd55979-76a0-4a63-ab5b-b42c02b5715c)

To provide a better user experience for discovering and enabling various
features, settings, and preferences, all new users are now greeted with
an onboarding flow on the web when they first log in. They can select
their language, theme, and personal privacy settings (such as Google
Cast opt-in). Any users present before updating to `v1.135.0` will not
experience the onboarding flow.

##### Album description on the mobile app

The album’s description is now displayed and editable in the mobile app.
The album’s header also gets some styles to make it more presentable.

<p align="center">
<img
src="https://github.com/user-attachments/assets/ea103840-d5f9-4bc4-9436-357894bf460e"
width="400"/>
</p>

##### Support for Vchord 0.4.2

Right after we rolled out the VectorChord vector database extension, the
library dropped a new version
[0.4.2](https://redirect.github.com/tensorchord/VectorChord/releases/tag/0.4.0)
with some significant improvements (classic timing!). We've updated our
server to support it and made it the default in the `docker-compose.yml`
file.

You don't have to upgrade, though - sticking with your current version
(0.3.0) is perfectly fine. But if you want to move to the newer one, it
is an option.

##### Keyboard Navigation in Timeline

The timeline now supports shortcuts to make navigating between days,
months, and years easier.

-   Use `d` or `shift + d` to jump to an earlier or later **day**.
-   Use `m` or `shift + m` to jump to the earlier or later **month**.
-   Use `y` or `shift + y` to jump to the earlier or later **year**.
-   Use `g` to go directly to a specific date


![image](https://redirect.github.com/user-attachments/assets/123d9a9b-c827-46fa-8e92-988225eeba49)

##### Multiple admins support

You can now grant other users administrative permission by navigating to
`Administration > Users > View Users > Edit User` and toggling the Admin
option

<img width="471" alt="image"
src="https://github.com/user-attachments/assets/3b9f965b-573f-48f7-9ad0-6aacc01bb251"
/>

##### Dev Containers

There is an alternative way to set up a development environment using
dev containers. For more information, refer to the
[documentation](https://immich.app/docs/developer/devcontainers).

Contributing has never been easier: Get started right away with a single
click on this button to launch an entire development environment in
GitHub’s Codespaces in the cloud.

[![Open in GitHub
Codespaces](https://redirect.github.com/codespaces/badge.svg)](https://codespaces.new/immich-app/immich/)

Along with the highlights, there are many other improvements and bug
fixes. Make sure to check out the full changes below.

#### 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 or our merchandise at
https://immich.store

<!-- Release notes generated using configuration in .github/release.yml
at main -->

#### What's Changed

##### 🚀 Features

- feat(web): granular api access controls by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/18179](https://redirect.github.com/immich-app/immich/pull/18179)
- feat(server): apk links API endpoint for Obtainium Android
mobile-server version sync by
[@&#8203;NicholasFlamy](https://redirect.github.com/NicholasFlamy) in
[https://github.com/immich-app/immich/pull/18700](https://redirect.github.com/immich-app/immich/pull/18700)
- feat: delta sync by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[https://github.com/immich-app/immich/pull/18428](https://redirect.github.com/immich-app/immich/pull/18428)
- feat(web): improved user onboarding by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/18782](https://redirect.github.com/immich-app/immich/pull/18782)
- feat(mobile): add album description functionality by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/18886](https://redirect.github.com/immich-app/immich/pull/18886)
- feat(web): add a user setting for default album sort order. by
[@&#8203;dagstuan](https://redirect.github.com/dagstuan) in
[https://github.com/immich-app/immich/pull/18950](https://redirect.github.com/immich-app/immich/pull/18950)
- feat(mobile): hash assets in isolate by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[https://github.com/immich-app/immich/pull/18924](https://redirect.github.com/immich-app/immich/pull/18924)
- feat(server): add /search/statistics resource by
[@&#8203;jpg0](https://redirect.github.com/jpg0) in
[https://github.com/immich-app/immich/pull/18885](https://redirect.github.com/immich-app/immich/pull/18885)
- feat(mobile): add cast support by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/18341](https://redirect.github.com/immich-app/immich/pull/18341)
- feat(server): Add album filter to search by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/18985](https://redirect.github.com/immich-app/immich/pull/18985)
- feat(web): manage admin users by
[@&#8203;nosajthenitram](https://redirect.github.com/nosajthenitram) in
[https://github.com/immich-app/immich/pull/15380](https://redirect.github.com/immich-app/immich/pull/15380)

##### 🌟 Enhancements

- feat: keyboard navigation to timeline by
[@&#8203;midzelis](https://redirect.github.com/midzelis) in
[https://github.com/immich-app/immich/pull/17798](https://redirect.github.com/immich-app/immich/pull/17798)
- chore: vchord 0.4.1 by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/18588](https://redirect.github.com/immich-app/immich/pull/18588)
- feat(web): tag shortcut by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/18711](https://redirect.github.com/immich-app/immich/pull/18711)
- feat(server): log failed healthchecks to server container stderr in
verbose mode by [@&#8203;skatsubo](https://redirect.github.com/skatsubo)
in
[https://github.com/immich-app/immich/pull/18709](https://redirect.github.com/immich-app/immich/pull/18709)
- feat(web): make google cast opt in by
[@&#8203;bwees](https://redirect.github.com/bwees) in
[https://github.com/immich-app/immich/pull/18514](https://redirect.github.com/immich-app/immich/pull/18514)
- feat: start oauth with `autoLaunch=1` by
[@&#8203;Yetangitu](https://redirect.github.com/Yetangitu) in
[https://github.com/immich-app/immich/pull/18763](https://redirect.github.com/immich-app/immich/pull/18763)
- feat: add --json-output option to upload command by
[@&#8203;ferdinandyb](https://redirect.github.com/ferdinandyb) in
[https://github.com/immich-app/immich/pull/18845](https://redirect.github.com/immich-app/immich/pull/18845)
- feat: upload assets to locked folder by
[@&#8203;arnolicious](https://redirect.github.com/arnolicious) in
[https://github.com/immich-app/immich/pull/18806](https://redirect.github.com/immich-app/immich/pull/18806)
- feat(web): improve slideshow quality of life by
[@&#8203;dagstuan](https://redirect.github.com/dagstuan) in
[https://github.com/immich-app/immich/pull/18778](https://redirect.github.com/immich-app/immich/pull/18778)
- feat(mobile): Improve language setting UI by
[@&#8203;dvbthien](https://redirect.github.com/dvbthien) in
[https://github.com/immich-app/immich/pull/18854](https://redirect.github.com/immich-app/immich/pull/18854)
- feat(mobile): add bulk download functionality by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/18878](https://redirect.github.com/immich-app/immich/pull/18878)
- feat(web): undo delete by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/18729](https://redirect.github.com/immich-app/immich/pull/18729)
- feat(web): display number of likes in asset viewer by
[@&#8203;robinbrisa](https://redirect.github.com/robinbrisa) in
[https://github.com/immich-app/immich/pull/18911](https://redirect.github.com/immich-app/immich/pull/18911)
- feat(web): Change the primary asset of a stack by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/18913](https://redirect.github.com/immich-app/immich/pull/18913)
- feat(web): Focus on combo box input when opening add tag modal by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/18923](https://redirect.github.com/immich-app/immich/pull/18923)
- feat(mobile): Capitalize first letter when add / edit name by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/19005](https://redirect.github.com/immich-app/immich/pull/19005)
- feat(mobile): update maplibre to support PMTiles in the mobile app by
[@&#8203;savely-krasovsky](https://redirect.github.com/savely-krasovsky)
in
[https://github.com/immich-app/immich/pull/19016](https://redirect.github.com/immich-app/immich/pull/19016)
- refactor(web): tree data structure for folder and tag views by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/18980](https://redirect.github.com/immich-app/immich/pull/18980)
- feat(mobile): enabled DCM by
[@&#8203;atollk](https://redirect.github.com/atollk) in
[https://github.com/immich-app/immich/pull/17957](https://redirect.github.com/immich-app/immich/pull/17957)
- feat(server): add memories statistics resource by
[@&#8203;jpg0](https://redirect.github.com/jpg0) in
[https://github.com/immich-app/immich/pull/19035](https://redirect.github.com/immich-app/immich/pull/19035)
- feat(mobile): Add Scrollbar for vertical scrolling on the actions
button multi-select by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/18940](https://redirect.github.com/immich-app/immich/pull/18940)
- feat: pass filename in body on asset upload by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/19138](https://redirect.github.com/immich-app/immich/pull/19138)
- feat: duplicate delete groups api by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/19142](https://redirect.github.com/immich-app/immich/pull/19142)
- feat: service worker cache static app resources, and all entry points
by [@&#8203;midzelis](https://redirect.github.com/midzelis) in
[https://github.com/immich-app/immich/pull/18043](https://redirect.github.com/immich-app/immich/pull/18043)
- feat: improve mobile screen reader accessibility by
[@&#8203;atollk](https://redirect.github.com/atollk) in
[https://github.com/immich-app/immich/pull/17876](https://redirect.github.com/immich-app/immich/pull/17876)
- feat: devcontainers by
[@&#8203;midzelis](https://redirect.github.com/midzelis) in
[https://github.com/immich-app/immich/pull/18007](https://redirect.github.com/immich-app/immich/pull/18007)
- fix(web): OAuth quota size by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/18526](https://redirect.github.com/immich-app/immich/pull/18526)
- feat(server): lru cache for query embeddings by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/19181](https://redirect.github.com/immich-app/immich/pull/19181)
- fix: partner asset and exif sync backfill by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[https://github.com/immich-app/immich/pull/19224](https://redirect.github.com/immich-app/immich/pull/19224)
- feat(web): wasm justified layout by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/19150](https://redirect.github.com/immich-app/immich/pull/19150)

##### 🐛 Bug fixes

- fix(mobile): local albums translation by
[@&#8203;waclaw66](https://redirect.github.com/waclaw66) in
[https://github.com/immich-app/immich/pull/18637](https://redirect.github.com/immich-app/immich/pull/18637)
- fix(web): hide map button when disable by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/18743](https://redirect.github.com/immich-app/immich/pull/18743)
- fix: pinch zoom in mobile app by
[@&#8203;toamz](https://redirect.github.com/toamz) in
[https://github.com/immich-app/immich/pull/18744](https://redirect.github.com/immich-app/immich/pull/18744)
- fix(mobile): double swipe by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[https://github.com/immich-app/immich/pull/18749](https://redirect.github.com/immich-app/immich/pull/18749)
- fix(mobile): android status bar overlays icon in map by
[@&#8203;YarosMallorca](https://redirect.github.com/YarosMallorca) in
[https://github.com/immich-app/immich/pull/18780](https://redirect.github.com/immich-app/immich/pull/18780)
- fix(web): datetime in storage template example by
[@&#8203;YarosMallorca](https://redirect.github.com/YarosMallorca) in
[https://github.com/immich-app/immich/pull/18784](https://redirect.github.com/immich-app/immich/pull/18784)
- fix: oauth by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/18725](https://redirect.github.com/immich-app/immich/pull/18725)
- fix(mobile): center loading spinner in people page by
[@&#8203;YarosMallorca](https://redirect.github.com/YarosMallorca) in
[https://github.com/immich-app/immich/pull/18781](https://redirect.github.com/immich-app/immich/pull/18781)
- fix(mobile): group settings not respected without restart by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[https://github.com/immich-app/immich/pull/18823](https://redirect.github.com/immich-app/immich/pull/18823)
- fix(server): cannot share album to owner by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/18802](https://redirect.github.com/immich-app/immich/pull/18802)
- fix(mobile): Set the currentAsset to the asset clicked when opening an
asset from folders by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/18825](https://redirect.github.com/immich-app/immich/pull/18825)
- fix(mobile): notification, dialog that don't translate properly by
[@&#8203;dvbthien](https://redirect.github.com/dvbthien) in
[https://github.com/immich-app/immich/pull/18827](https://redirect.github.com/immich-app/immich/pull/18827)
- fix(web): Improve zoom behavior in photo-viewer. by
[@&#8203;dagstuan](https://redirect.github.com/dagstuan) in
[https://github.com/immich-app/immich/pull/18803](https://redirect.github.com/immich-app/immich/pull/18803)
- fix(server): tighten asset visibility by
[@&#8203;mertalev](https://redirect.github.com/mertalev) in
[https://github.com/immich-app/immich/pull/18699](https://redirect.github.com/immich-app/immich/pull/18699)
- fix(mobile): Showing videos of partner in search page quick links by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/18855](https://redirect.github.com/immich-app/immich/pull/18855)
- fix(mobile): photo_manager ignore filters by
[@&#8203;shenlong-tanwen](https://redirect.github.com/shenlong-tanwen)
in
[https://github.com/immich-app/immich/pull/18742](https://redirect.github.com/immich-app/immich/pull/18742)
- fix(mobile): reset current asset if we try to go on a activity list
page by [@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/18895](https://redirect.github.com/immich-app/immich/pull/18895)
- fix(mobile): t function localization by
[@&#8203;waclaw66](https://redirect.github.com/waclaw66) in
[https://github.com/immich-app/immich/pull/18768](https://redirect.github.com/immich-app/immich/pull/18768)
- fix(web): asset-viewer error when selecting a stacked asset by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/18881](https://redirect.github.com/immich-app/immich/pull/18881)
- fix(web): persisted store by
[@&#8203;wuzihao051119](https://redirect.github.com/wuzihao051119) in
[https://github.com/immich-app/immich/pull/18385](https://redirect.github.com/immich-app/immich/pull/18385)
- chore(server): cleanup unused query parameters in time bucket by
[@&#8203;jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in
[https://github.com/immich-app/immich/pull/18893](https://redirect.github.com/immich-app/immich/pull/18893)
- fix(web): add tag button not using translation by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/18910](https://redirect.github.com/immich-app/immich/pull/18910)
- fix(mobile): prevent upload intent replacement in splash screen and
reset upload button when minimize app by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/18914](https://redirect.github.com/immich-app/immich/pull/18914)
- fix: thumbnail fade in by
[@&#8203;midzelis](https://redirect.github.com/midzelis) in
[https://github.com/immich-app/immich/pull/18935](https://redirect.github.com/immich-app/immich/pull/18935)
- fix: regression: sort day by fileCreatedAt again by
[@&#8203;midzelis](https://redirect.github.com/midzelis) in
[https://github.com/immich-app/immich/pull/18732](https://redirect.github.com/immich-app/immich/pull/18732)
- fix(web): Update add to album notification to better announce errors
by [@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/18955](https://redirect.github.com/immich-app/immich/pull/18955)
- fix(web): improve asset name readability in dark mode by
[@&#8203;jinxuan-owyong](https://redirect.github.com/jinxuan-owyong) in
[https://github.com/immich-app/immich/pull/19012](https://redirect.github.com/immich-app/immich/pull/19012)
- fix(mobile): share asset back button exit application by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/18919](https://redirect.github.com/immich-app/immich/pull/18919)
- fix(mobile): people collection page layout broken in landscape by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/19004](https://redirect.github.com/immich-app/immich/pull/19004)
- fix(mobile): After editing people name, back button close the app by
[@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) in
[https://github.com/immich-app/immich/pull/18992](https://redirect.github.com/immich-app/immich/pull/18992)
- fix(web): handling historical timezones in web client by
[@&#8203;dahool](https://redirect.github.com/dahool) in
[https://github.com/immich-app/immich/pull/18905](https://redirect.github.com/immich-app/immich/pull/18905)
- fix(mobile): fix nested MaterialApp by
[@&#8203;dvbthien](https://redirect.github.com/dvbthien) in
[https://github.com/immich-app/immich/pull/18998](https://redirect.github.com/immich-app/immich/pull/18998)
- chore: catch migration error by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/19096](https://redirect.github.com/immich-app/immich/pull/19096)
- fix: count album comments and likes correctly by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[https://github.com/immich-app/immich/pull/19114](https://redirect.github.com/immich-app/immich/pull/19114)
- fix: don't show comments or likes for trashed assets by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[https://github.com/immich-app/immich/pull/19113](https://redirect.github.com/immich-app/immich/pull/19113)
- fix: album comment count including trashed assets by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[https://github.com/immich-app/immich/pull/19117](https://redirect.github.com/immich-app/immich/pull/19117)
- fix(server): add basic auth support by
[@&#8203;elliotbrandwein](https://redirect.github.com/elliotbrandwein)
in
[https://github.com/immich-app/immich/pull/16740](https://redirect.github.com/immich-app/immich/pull/16740)
- chore: callback quotes by
[@&#8203;jrasm91](https://redirect.github.com/jrasm91) in
[https://github.com/immich-app/immich/pull/19126](https://redirect.github.com/immich-app/immich/pull/19126)
- fix(web): properly update activityManager when browsing assets by
[@&#8203;robinbrisa](https://redirect.github.com/robinbrisa) in
[https://github.com/immich-app/immich/pull/18909](https://redirect.github.com/immich-app/immich/pull/18909)
- fix: cli upload deletes files that failed uploading by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/19140](https://redirect.github.com/immich-app/immich/pull/19140)
- fix: skip locked photos during duplicate scan. by
[@&#8203;endthestart](https://redirect.github.com/endthestart) in
[https://github.com/immich-app/immich/pull/19105](https://redirect.github.com/immich-app/immich/pull/19105)
- fix(web): small issues with the memory viewer. by
[@&#8203;dagstuan](https://redirect.github.com/dagstuan) in
[https://github.com/immich-app/immich/pull/19184](https://redirect.github.com/immich-app/immich/pull/19184)
- fix(mobile): add translate extension by
[@&#8203;dvbthien](https://redirect.github.com/dvbthien) in
[https://github.com/immich-app/immich/pull/18942](https://redirect.github.com/immich-app/immich/pull/18942)
- fix: disable map fly animation when switching between assets by
[@&#8203;zackpollard](https://redirect.github.com/zackpollard) in
[https://github.com/immich-app/immich/pull/19223](https://redirect.github.com/immich-app/immich/pull/19223)
- fix(web): Asset viewer stack thumbnails overflow on top of asset by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/19088](https://redirect.github.com/immich-app/immich/pull/19088)
- fix(web): MemoryStore does not initialize on direct navigation by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/18947](https://redirect.github.com/immich-app/immich/pull/18947)
- fix(mobile): correct share option for local asset by
[@&#8203;alextran1502](https://redirect.github.com/alextran1502) in
[https://github.com/immich-app/immich/pull/19233](https://redirect.github.com/immich-app/immich/pull/19233)

##### 📚 Documentation

- fix: cursed knowledge date index by
[@&#8203;bo0tzz](https://redirect.github.com/bo0tzz) in
[https://github.com/immich-app/immich/pull/18801](https://redirect.github.com/immich-app/immich/pull/18801)
- chore: document backup ordering by
[@&#8203;bo0tzz](https://redirect.github.com/bo0tzz) in
[https://github.com/immich-app/immich/pull/18807](https://redirect.github.com/immich-app/immich/pull/18807)
- chore: more cursed knowledge by
[@&#8203;danieldietzler](https://redirect.github.com/danieldietzler) in
[https://github.com/immich-app/immich/pull/18932](https://redirect.github.com/immich-app/immich/pull/18932)
- docs: update instructions for external libraries by
[@&#8203;WhyNotHugo](https://redirect.github.com/WhyNotHugo) in
[https://github.com/immich-app/immich/pull/19080](https://redirect.github.com/immich-app/immich/pull/19080)
- chore(docs): add rename note to synology.md by
[@&#8203;YishGene](https://redirect.github.com/YishGene) in
[https://github.com/immich-app/immich/pull/17425](https://redirect.github.com/immich-app/immich/pull/17425)
- docs: update the picture showing administration link by
[@&#8203;jump](https://redirect.github.com/jump) in
[https://github.com/immich-app/immich/pull/19203](https://redirect.github.com/immich-app/immich/pull/19203)
- chore: update truenas repo link by
[@&#8203;khmyznikov](https://redirect.github.com/khmyznikov) in
[https://github.com/immich-app/immich/pull/19195](https://redirect.github.com/immich-app/immich/pull/19195)

##### 🌐 Translations

- fix: Update locked folder text and improve translations by
[@&#8203;dvbthien](https://redirect.github.com/dvbthien) in
[https://github.com/immich-app/immich/pull/18622](https://redirect.github.com/immich-app/immich/pull/18622)
- fix: update en.json by
[@&#8203;aviv926](https://redirect.github.com/aviv926) in
[https://github.com/immich-app/immich/pull/18835](https://redirect.github.com/immich-app/immich/pull/18835)
- fix: translation in the tag people window by
[@&#8203;nextmwa](https://redirect.github.com/nextmwa) in
[https://github.com/immich-app/immich/pull/18777](https://redirect.github.com/immich-app/immich/pull/18777)
- feat(mobile): Add new language to mobile by
[@&#8203;dvbthien](https://redirect.github.com/dvbthien) in
[https://github.com/immich-app/immich/pull/18891](https://redirect.github.com/immich-app/immich/pull/18891)
- fix(web): add tag button tooltip not using translation by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/18921](https://redirect.github.com/immich-app/immich/pull/18921)
- fix(web): Remove tag buttons in search and modal missing tooltip
translations by
[@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) in
[https://github.com/immich-app/immich/pull/19087](https://redirect.github.com/immich-app/immich/pull/19087)
- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[https://github.com/immich-app/immich/pull/18530](https://redirect.github.com/immich-app/immich/pull/18530)
- chore(web): update translations by
[@&#8203;weblate](https://redirect.github.com/weblate) in
[https://github.com/immich-app/immich/pull/19127](https://redirect.github.com/immich-app/immich/pull/19127)

#### New Contributors

- [@&#8203;Yetangitu](https://redirect.github.com/Yetangitu) made their
first contribution in
[https://github.com/immich-app/immich/pull/18763](https://redirect.github.com/immich-app/immich/pull/18763)
- [@&#8203;ferdinandyb](https://redirect.github.com/ferdinandyb) made
their first contribution in
[https://github.com/immich-app/immich/pull/18845](https://redirect.github.com/immich-app/immich/pull/18845)
- [@&#8203;JobiJoba](https://redirect.github.com/JobiJoba) made their
first contribution in
[https://github.com/immich-app/immich/pull/18825](https://redirect.github.com/immich-app/immich/pull/18825)
- [@&#8203;dagstuan](https://redirect.github.com/dagstuan) made their
first contribution in
[https://github.com/immich-app/immich/pull/18803](https://redirect.github.com/immich-app/immich/pull/18803)
- [@&#8203;nextmwa](https://redirect.github.com/nextmwa) made their
first contribution in
[https://github.com/immich-app/immich/pull/18777](https://redirect.github.com/immich-app/immich/pull/18777)
- [@&#8203;xCJPECKOVERx](https://redirect.github.com/xCJPECKOVERx) made
their first contribution in
[https://github.com/immich-app/immich/pull/18881](https://redirect.github.com/immich-app/immich/pull/18881)
- [@&#8203;robinbrisa](https://redirect.github.com/robinbrisa) made
their first contribution in
[https://github.com/immich-app/immich/pull/18911](https://redirect.github.com/immich-app/immich/pull/18911)
- [@&#8203;jpg0](https://redirect.github.com/jpg0) made their first
contribution in
[https://github.com/immich-app/immich/pull/18885](https://redirect.github.com/immich-app/immich/pull/18885)
- [@&#8203;WhyNotHugo](https://redirect.github.com/WhyNotHugo) made
their first contribution in
[https://github.com/immich-app/immich/pull/19080](https://redirect.github.com/immich-app/immich/pull/19080)
- [@&#8203;nosajthenitram](https://redirect.github.com/nosajthenitram)
made their first contribution in
[https://github.com/immich-app/immich/pull/15380](https://redirect.github.com/immich-app/immich/pull/15380)
- [@&#8203;elliotbrandwein](https://redirect.github.com/elliotbrandwein)
made their first contribution in
[https://github.com/immich-app/immich/pull/16740](https://redirect.github.com/immich-app/immich/pull/16740)
- [@&#8203;YishGene](https://redirect.github.com/YishGene) made their
first contribution in
[https://github.com/immich-app/immich/pull/17425](https://redirect.github.com/immich-app/immich/pull/17425)
- [@&#8203;endthestart](https://redirect.github.com/endthestart) made
their first contribution in
[https://github.com/immich-app/immich/pull/19105](https://redirect.github.com/immich-app/immich/pull/19105)
- [@&#8203;jump](https://redirect.github.com/jump) made their first
contribution in
[https://github.com/immich-app/immich/pull/19203](https://redirect.github.com/immich-app/immich/pull/19203)
- [@&#8203;khmyznikov](https://redirect.github.com/khmyznikov) made
their first contribution in
[https://github.com/immich-app/immich/pull/19195](https://redirect.github.com/immich-app/immich/pull/19195)

**Full Changelog**:
https://github.com/immich-app/immich/compare/v1.134.0...v1.135.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-06-19 02:26:09 +02:00
2025-04-09 18:03:21 +02:00
2025-02-08 19:00:47 +01:00

title
title
TrueCharts

Community Helm Chart Catalog

docs Discord GitHub last commit


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

docs


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

pre-commit renovate GitHub last commit


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

Discord


To contact the TrueCharts project:




Contributors

All Contributors

Thanks goes to these wonderful people (emoji key):


Kjeld Schouten-Lebbing
Kjeld Schouten-Lebbing

💻 🚇 📖 👀 💵
Justin Clift
Justin Clift

📖
whiskerz007
whiskerz007

💻
Stavros Kois
Stavros Kois

💻 📖 🐛 👀 💵
allen-4
allen-4

💻
Troy Prelog
Troy Prelog

💻 📖 💵
Dan Sheridan
Dan Sheridan

💻
Sebastien Dupont
Sebastien Dupont

📖 💵
Vegetto
Vegetto

👀
Ellie Nieuwdorp
Ellie Nieuwdorp

💻
Nate Walck
Nate Walck

💻
Lloyd
Lloyd

💻 💵
Dave Withnall
Dave Withnall

📖
ksimm1
ksimm1

📖 🐛 💵 🧑‍🏫
Aaron Johnson
Aaron Johnson

📖
Ralph
Ralph

💻
Joachim Baten
Joachim Baten

💻 🐛
Michael Yang
Michael Yang

💻
Ciaran Farley
Ciaran Farley

📖
Heavybullets8
Heavybullets8

📖 💻 🐛 📹 🧑‍🏫 💵
662
662

💻
alex171
alex171

📖
Techno Tim
Techno Tim

📖
Mingyao Liu
Mingyao Liu

💻 🐛
NightShaman
NightShaman

💻 📖 🐛 💵 🧑‍🏫
Andrew Smith
Andrew Smith

📖 ⚠️
Bob Klosinski
Bob Klosinski

💻
Sukarn
Sukarn

💻 📖
sebs
sebs

💻
Dyllan Tinoco
Dyllan Tinoco

💻
StevenMcElligott
StevenMcElligott

💻 💵 📖 🐛 🧑‍🏫
brothergomez
brothergomez

💻 🐛
sagit
sagit

💻 🐛 📹 📖 🧑‍🏫
Nevan Chow
Nevan Chow

💻
Daniel Carlsson
Daniel Carlsson

🐛
Devon Louie
Devon Louie

🐛
Alex-Orsholits
Alex-Orsholits

🐛
Tails32
Tails32

🐛
Menaxerius
Menaxerius

🐛
hidefog
hidefog

🐛
Darren Gibbard
Darren Gibbard

🐛
Barti
Barti

🐛
Sunii
Sunii

🐛
trbmchs
trbmchs

🐛
Light
Light

🐛
Boostflow
Boostflow

🐛
Trigardon
Trigardon

🐛
dbb12345
dbb12345

🐛 💻
karypid
karypid

🐛
Philipp
Philipp

🐛
John
John

🐛 📖
John Parton
John Parton

🐛
Marc
Marc

🐛
fdzaebel
fdzaebel

🐛
kloeckwerx
kloeckwerx

🐛
Bradley Bare
Bradley Bare

🐛
Alexander Thamm
Alexander Thamm

🐛
rexit1982
rexit1982

🐛
iaxx
iaxx

🐛
Xstar97
Xstar97

💻 🐛 🧑‍🏫
ornias
ornias

📹
Josh Asplund
Josh Asplund

💵
midnight33233
midnight33233

💵
kbftech
kbftech

💵
hogenf
hogenf

💵
Hawks
Hawks

💵
Jim Russell
Jim Russell

💵
TheGovnah
TheGovnah

💵
famewolf
famewolf

💵 🐛
Konrad Bujak
Konrad Bujak

📖
190n
190n

💻 📖
Alexej Kubarev
Alexej Kubarev

📖
r-vanooyen
r-vanooyen

📖
shadofall
shadofall

📖 🧑‍🏫
agreppin
agreppin

💻
Stavros Ntentos
Stavros Ntentos

💻 🤔
Vlad-Florin Ilie
Vlad-Florin Ilie

💻
huma2000
huma2000

🐛
hugalafutro
hugalafutro

🐛 💵
yehia Amer
yehia Amer

📖
Tyler Stransky
Tyler Stransky

🐛
juggie
juggie

🐛
Ben Tilford
Ben Tilford

🐛 💻
I-nebukad-I
I-nebukad-I

🐛 💻
Ethan Leisinger
Ethan Leisinger

💻 📖
Cullen Murphy
Cullen Murphy

💻 🐛
Jason Thatcher
Jason Thatcher

💻 🐛 📖
Stefan Schramek
Stefan Schramek

🐛
nokaka
nokaka

🐛
Gal Szkolnik
Gal Szkolnik

🐛
Evgeny Stepanovych
Evgeny Stepanovych

🐛
Waqar Ahmed
Waqar Ahmed

🐛
DrSKiZZ
DrSKiZZ

💵
Jan Puciłowski
Jan Puciłowski

💻 ⚠️
Shaun Coyne
Shaun Coyne

💵
Christoph
Christoph

💵
Brandon Rutledge
Brandon Rutledge

🐛
Michael Bestas
Michael Bestas

🐛
Jurģis Rudaks
Jurģis Rudaks

🐛
brunofatia
brunofatia

💵
TopicsLP
TopicsLP

📖
Michael Schnerring
Michael Schnerring

🐛 💻
Tamas Nagy
Tamas Nagy

🐛
OpenSpeedTest™️
OpenSpeedTest™️

💻
Richard James Acton
Richard James Acton

📖
lps-rocks
lps-rocks

🐛
Faust
Faust

🐛
uranderu
uranderu

🐛
Tom Cassady
Tom Cassady

🐛
Huftierchen
Huftierchen

🐛
ZasX
ZasX

📖 🧑‍🏫 💻
Kevin T.
Kevin T.

🐛
Steven Scott
Steven Scott

📖
Watteel Pascal
Watteel Pascal

💻
JamesOsborn-SE
JamesOsborn-SE

💻 📖
NeoToxic
NeoToxic

🧑‍🏫 🐛
jab416171
jab416171

📖
Anna
Anna

📖
ChaosBlades
ChaosBlades

🐛
Patric Stout
Patric Stout

💻
Ben Kochie
Ben Kochie

💻
Jeff Bachtel
Jeff Bachtel

📖
Ben Woods
Ben Woods

💻
Karl Shea
Karl Shea

🐛
Balakumaran MN
Balakumaran MN

📖
Jesperbelt
Jesperbelt

📖
cccs31
cccs31

🐛
Sam Smucny
Sam Smucny

💻
Keith Cirkel
Keith Cirkel

💻
mgale456
mgale456

💻
Alec Fenichel
Alec Fenichel

💻
John Dorman
John Dorman

💻
Dan
Dan

💻
u4ium
u4ium

📖
ErroneousBosch
ErroneousBosch

🐛
MaverickD650
MaverickD650

💻 🐛
Grogdor
Grogdor

📖
Ryan Gooler
Ryan Gooler

📖
Rob Herley
Rob Herley

📖
Christian Heimlich
Christian Heimlich

📖
l-moon-git
l-moon-git

💻
hughes5
hughes5

📖
sdimovv
sdimovv

💻
AllieQpzm
AllieQpzm

💻
Dominik
Dominik

🐛
renovate[bot]
renovate[bot]

🔧
allcontributors[bot]
allcontributors[bot]

🔧
dependabot[bot]
dependabot[bot]

🔧
TrueCharts Bot
TrueCharts Bot

🔧 🚇 💻
Mend Renovate
Mend Renovate

🔧
Simone
Simone

💻
Jean-François Roy
Jean-François Roy

💻
Whiskey24
Whiskey24

💻
inmanturbo
inmanturbo

📖
Alex
Alex

💻
Brian Semrad
Brian Semrad

💻
Christopher
Christopher

💻 📖
Csaba Engedi
Csaba Engedi

💻
Cyb3rzombie
Cyb3rzombie

💻
Eric Cavalcanti
Eric Cavalcanti

💻
Gavin Chappell
Gavin Chappell

💻 🐛
raynay-r
raynay-r

💻
Jip-Hop
Jip-Hop

📖
Jonas Wrede
Jonas Wrede

💻
SilentNyte
SilentNyte

📖
Stan
Stan

💻
Tiago Gaspar
Tiago Gaspar

💻
gismo2004
gismo2004

💻
jsegaert
jsegaert

📖
Miguel Angel Nubla
Miguel Angel Nubla

💻
xal3xhx
xal3xhx

💻
jeremybox
jeremybox

📖
Cameron Sabuda
Cameron Sabuda

📖
Jeroen Schepens
Jeroen Schepens

🐛
James Wright
James Wright

📖
Malpractis
Malpractis

🐛
CommanderStarhump
CommanderStarhump

🐛
Vianchiel
Vianchiel

🐛
Maximilian Ehlers
Maximilian Ehlers

🐛
nautilus7
nautilus7

🐛 💻
kqmaverick
kqmaverick

🐛
ccalby
ccalby

🐛
kofeyh
kofeyh

🐛
imjustleaving
imjustleaving

🐛
Cristian Torres
Cristian Torres

🐛
schopenhauer
schopenhauer

🐛
Zackptg5
Zackptg5

🐛
Brad Ackerman
Brad Ackerman

🐛
mcspiff313
mcspiff313

🐛
Fletcher Nichol
Fletcher Nichol

💻 🐛
Marco Faggian
Marco Faggian

💻
John P
John P

📖
kryojenik
kryojenik

💻
Malcolm
Malcolm

📖
depasseg
depasseg

📖
j1mbl3s
j1mbl3s

📖
VictorienXP
VictorienXP

💻
yelhouti
yelhouti

💻
Jaroslav Lichtblau
Jaroslav Lichtblau

📖
MaximilianS
MaximilianS

📖
Dion Larson
Dion Larson

💻 📖
Physics-Dude
Physics-Dude

📖
waflint
waflint

💻
Henry Wilkinson
Henry Wilkinson

💻 📖
cedstrom
cedstrom

💻
v3DJG6GL
v3DJG6GL

🐛 💻
polarstack
polarstack

💻
Keyvan
Keyvan

💻
MickaelFontes
MickaelFontes

💻
David CM
David CM

💻
Aamir Azad
Aamir Azad

📖
Jordan Woyak
Jordan Woyak

💻
Simon Hofman
Simon Hofman

💻
notyouraveragegamer
notyouraveragegamer

📖
Varac
Varac

💻
tuxsudo
tuxsudo

💻
TylerRudie
TylerRudie

📖
qnb59bny5x
qnb59bny5x

💻
Filip Bednárik
Filip Bednárik

🐛
Serhii Shcherbinin
Serhii Shcherbinin

💻
Quentin Raynaud
Quentin Raynaud

🐛
Felix Schäfer
Felix Schäfer

📖
Julien Nicolas de Verteuil
Julien Nicolas de Verteuil

💻
Gabriel Donadel Dall'Agnol
Gabriel Donadel Dall'Agnol

📖
Jon S. Stumpf
Jon S. Stumpf

📖
Tanguille
Tanguille

📖
Dennis
Dennis

🐛 📖
TheIceCreamTroll
TheIceCreamTroll

💻
Atanas Pamukchiev
Atanas Pamukchiev

💻
Boemeltrein
Boemeltrein

📖
Yiannis Marangos
Yiannis Marangos

💻
Michael Ruoss
Michael Ruoss

💻
Aron Kahrs
Aron Kahrs

💻
nemesis1982
nemesis1982

📖
Ed P
Ed P

💻
Frédéric Nadeau
Frédéric Nadeau

📖
frapbod
frapbod

💻
Max Bachhuber
Max Bachhuber

💻
zierbeek
zierbeek

💻
Ac1dburn
Ac1dburn

💻
Antoine Saget
Antoine Saget

📖
Ben Bodenmiller
Ben Bodenmiller

🐛
felixfon
felixfon

📖
adtwomey
adtwomey

📖
alfi0812
alfi0812

💻 📖 🐛 👀
Agassi
Agassi

💻
Artur
Artur

💻
Morgan Hunter
Morgan Hunter

💻
Aleksandr Oleinikov
Aleksandr Oleinikov

💻
Jamie
Jamie

💻
David Gries
David Gries

🐛 💻
Phreeman33
Phreeman33

💻 🐛
Jens Wolvers
Jens Wolvers

💻
Bart Willems
Bart Willems

💻
Caidy
Caidy

💻
Mr Khachaturov
Mr Khachaturov

💻
LordCrash101
LordCrash101

📖
elendil95
elendil95

💻
TheDodger
TheDodger

💻
Saad Awan
Saad Awan

💻
Felix von Arx
Felix von Arx

💻
yodatak
yodatak

💻
Marcel Henrich
Marcel Henrich

💻
Florent Viel
Florent Viel

💻
SniperAsh6
SniperAsh6

💻
Alexandre Acebedo
Alexandre Acebedo

💻
Douglas Chimento
Douglas Chimento

💻
Addison McDermid
Addison McDermid

💻
Jaël Gareau
Jaël Gareau

💻
Steve Sampson
Steve Sampson

📖
Albert Romkes
Albert Romkes

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Licence

License


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


built-with-resentment contains-technical-debt

S
Description
Fork of trueforge-org/truecharts with some customizations
Readme 890 MiB
luanti-v1.0.0 Latest
2026-07-08 18:51:26 +00:00
Languages
Go Template 97.9%
Shell 2.1%